index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
gl_shader_gen: Fix bug where TEV stage outputs should be clamped.
bunnei
2015-10-21
1
-3
/
+3
*
|
gl_rasterizer: Add documentation to ShaderCacheKey.
bunnei
2015-10-21
1
-0
/
+16
*
|
gl_shader_gen: Add additional function documentation.
bunnei
2015-10-21
2
-0
/
+18
*
|
gl_shader_util: Cleanup header file + add docstring.
bunnei
2015-10-21
1
-1
/
+7
*
|
gl_shader_gen: Various cleanups + moved TEV stage generation to its own funct...
bunnei
2015-10-21
1
-161
/
+170
*
|
renderer_opengl: Refactor shader generation/caching to be more organized + va...
bunnei
2015-10-21
10
-788
/
+509
*
|
gl_rasterizer: Move logic for creating ShaderCacheKey to a static function.
bunnei
2015-10-21
3
-22
/
+50
*
|
gl_shader_util: Use vec3 constants for AppendColorCombiner.
bunnei
2015-10-21
1
-6
/
+6
*
|
gl_rasterizer: Fix typo in uploading TEV const color uniforms.
bunnei
2015-10-21
1
-5
/
+5
*
|
gl_shader_util: Fix precision bug with alpha testing.
bunnei
2015-10-21
2
-9
/
+9
*
|
Initial implementation of fragment shader generation with caching.
Subv
2015-10-21
7
-261
/
+568
*
|
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
2015-10-09
2
-7
/
+7
|
/
*
Silence -Wsign-compare warnings.
Rohit Nirmal
2015-10-06
1
-3
/
+3
*
fix some xcode 7.0 warnings
Martin Lindhe
2015-09-29
3
-2
/
+4
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
3
-7
/
+7
*
video_core: Reorganize headers
Lioncash
2015-09-11
19
-62
/
+56
*
video_core: Remove unnecessary includes from headers
Lioncash
2015-09-11
5
-13
/
+3
*
Merge pull request #1133 from lioncash/emplace-back
bunnei
2015-09-10
1
-3
/
+3
|
\
|
*
gl_rasterizer: Replace push_back calls with emplace_back in AddTriangle
Lioncash
2015-09-10
1
-3
/
+3
*
|
Merge pull request #1136 from lioncash/proto
bunnei
2015-09-10
1
-3
/
+0
|
\
\
|
*
|
renderer_opengl: Remove unimplemented function declaration
Lioncash
2015-09-10
1
-3
/
+0
|
|
/
*
/
video_core: Remove unused variables
Lioncash
2015-09-10
3
-4
/
+0
|
/
*
Shader JIT: Use SCALE constant from emitter
aroulin
2015-09-07
1
-4
/
+4
*
Shader: Fix size_t to int casts of register offsets
aroulin
2015-09-07
2
-15
/
+21
*
OpenGL: Use Sampler Objects to decouple sampler config from textures
Yuri Kunde Schlesner
2015-09-03
4
-21
/
+76
*
OpenGL: Remove ugly and endian-unsafe color pointer casts
Yuri Kunde Schlesner
2015-09-03
4
-9
/
+13
*
OpenGL: Add support for Sampler Objects to state tracker
Yuri Kunde Schlesner
2015-09-03
3
-4
/
+42
*
Merge pull request #1087 from yuriks/opengl-glad
Yuri Kunde Schlesner
2015-09-03
11
-2812
/
+12
|
\
|
*
Replace the previous OpenGL loader with a glad-generated 3.3 one
Yuri Kunde Schlesner
2015-08-30
11
-2812
/
+12
*
|
Merge pull request #1088 from aroulin/x64-emitter-abi-call
bunnei
2015-09-02
2
-28
/
+18
|
\
\
|
*
|
x64: Proper stack alignment in shader JIT function calls
aroulin
2015-09-01
2
-28
/
+18
*
|
|
video_core: Fix format specifiers warnings
aroulin
2015-09-02
2
-2
/
+3
|
/
/
*
|
Merge pull request #1092 from Subv/vertex_offset
Tony Wasserka
2015-08-31
2
-1
/
+7
|
\
\
|
*
|
Pica: Added the primitive_restart register (0x25f) to the registers map.
Subv
2015-08-31
2
-1
/
+5
|
*
|
Pica: Add the vertex_offset register to the Pica registers map.
Subv
2015-08-31
2
-0
/
+2
*
|
|
Shader JIT: Fix SGE/SGEI NaN behavior
aroulin
2015-08-31
1
-3
/
+3
|
/
/
*
|
Merge pull request #1059 from Subv/vertex_offset
bunnei
2015-08-30
2
-2
/
+8
|
\
\
|
|
/
|
/
|
|
*
GPU: Implemented register 0x22A.
Subv
2015-08-30
2
-2
/
+8
*
|
Merge pull request #1049 from Subv/stencil
bunnei
2015-08-29
6
-28
/
+111
|
\
\
|
*
|
HWRenderer: Added a workaround for the Intel Windows driver bug that causes g...
Subv
2015-08-24
1
-2
/
+9
|
*
|
HWRasterizer: Implemented stencil ops 6 and 7.
Subv
2015-08-21
1
-1
/
+3
|
*
|
SWRasterizer: Implemented stencil ops 6 and 7.
Subv
2015-08-21
2
-6
/
+14
|
*
|
HWRasterizer: Implemented stencil op 1 (GL_ZERO)
Subv
2015-08-21
1
-1
/
+1
|
*
|
SWRasterizer: Implemented stencil action 1 (GL_ZERO).
Subv
2015-08-21
2
-1
/
+4
|
*
|
SWRasterizer: Removed a todo. Verified with hwtests.
Subv
2015-08-21
1
-1
/
+0
|
*
|
SWRenderer: The stencil depth_pass action is executed even if depth testing i...
Subv
2015-08-21
1
-7
/
+5
|
*
|
Rasterizer: Abstract duplicated stencil code into a lambda.
Subv
2015-08-21
1
-6
/
+9
|
*
|
GLRasterizer: Implemented stencil testing in the hw renderer.
Subv
2015-08-20
4
-2
/
+44
|
*
|
GPU/Rasterizer: Corrected the stencil implementation.
Subv
2015-08-20
2
-18
/
+39
|
|
/
*
|
Merge pull request #1065 from yuriks/shader-fp
Yuri Kunde Schlesner
2015-08-27
4
-57
/
+100
|
\
\
[prev]
[next]