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
*
Pica: Correct switched S/T texture wrapping registers
Yuri Kunde Schlesner
2015-07-19
1
-2
/
+2
*
Pica: Fix DP3 instruction, which wasn't assigning to the w component
Yuri Kunde Schlesner
2015-07-19
1
-1
/
+1
*
Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real...
Subv
2015-07-19
1
-0
/
+1
*
Merge pull request #931 from neobrain/move_default_attr_handler
Tony Wasserka
2015-07-15
1
-40
/
+40
|
\
|
*
Pica/CommandProcessor: Move default attribute setup to the proper position.
Tony Wasserka
2015-07-15
1
-40
/
+40
*
|
Pica/Clipper: Output proper number of triangles in debugging logs.
Tony Wasserka
2015-07-15
1
-1
/
+1
|
/
*
VideoCore: Implement the DOT3_RGB combiner
Lectem
2015-07-14
2
-1
/
+13
*
Pica: Implement stencil testing.
Tony Wasserka
2015-07-13
2
-12
/
+173
*
Clean up command_processor.cpp.
Tony Wasserka
2015-07-13
1
-22
/
+27
*
Add CiTrace recording support.
Tony Wasserka
2015-07-13
3
-2
/
+63
*
Merge pull request #907 from Lectem/clamp_to_border
Tony Wasserka
2015-07-12
3
-13
/
+28
|
\
|
*
Added GL_CLAMP_TO_BORDER support
Lectem
2015-07-09
3
-13
/
+28
*
|
Core: Cleanup hw includes.
Emmanuel Gil Peyrot
2015-06-28
5
-4
/
+13
*
|
Core, VideoCore: Replace or fix exit() calls.
Emmanuel Gil Peyrot
2015-06-28
1
-6
/
+9
*
|
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
3
-5
/
+10
*
|
Common: Cleanup emu_window includes.
Emmanuel Gil Peyrot
2015-06-28
3
-10
/
+8
*
|
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
2
-3
/
+9
|
/
*
VideoCore: Fix floating point warning
zawata
2015-06-26
1
-1
/
+1
*
VideoCore: Log the GL driver’s vendor and renderer.
Emmanuel Gil Peyrot
2015-06-16
1
-0
/
+2
*
video_core: add extra braces around initializer
Yuri Kunde Schlesner
2015-06-14
1
-3
/
+3
*
Renderer formatting edits
tfarley
2015-06-08
2
-26
/
+29
*
Render-to-texture flush, interval math fix
tfarley
2015-06-08
1
-1
/
+13
*
Liberal texture unbind (clout menu)
tfarley
2015-06-08
2
-4
/
+40
*
Depth format fix (crush3d intro/black screens)
tfarley
2015-06-08
1
-46
/
+46
*
Implemented glColorMask
tfarley
2015-06-08
3
-0
/
+24
*
Merge pull request #811 from archshift/commonify
archshift
2015-05-31
9
-865
/
+9
|
\
|
*
Move video_core/color.h to common/color.h
archshift
2015-05-30
5
-218
/
+4
|
*
Move video_core/math.h to common/vector_math.h
archshift
2015-05-30
7
-648
/
+6
*
|
Pica: Use zero for the SecondaryFragmentColor source.
bunnei
2015-05-31
3
-11
/
+21
*
|
rasterizer: Remove unnecessary 'using' for BlendEquation.
bunnei
2015-05-31
1
-2
/
+1
*
|
Pica: Implement LogicOp function.
bunnei
2015-05-31
7
-8
/
+135
*
|
rasterizer: Implement AddSigned combiner function for alpha channel.
bunnei
2015-05-31
1
-0
/
+7
*
|
vertex_shader: Use address offset on src2 in inverted mode.
bunnei
2015-05-31
1
-3
/
+3
*
|
Pica: Implement command buffer execution registers.
bunnei
2015-05-31
2
-44
/
+76
*
|
vertex_shader: Implement SLT/SLTI instructions.
bunnei
2015-05-31
1
-4
/
+10
*
|
vertex_shader: Implement MIN instruction.
bunnei
2015-05-31
1
-0
/
+9
|
/
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
11
-25
/
+25
*
gl_state: Remove unnecessary const specifier on Apply
Lioncash
2015-05-23
2
-2
/
+2
*
video_core/utils: Remove unused variables in GetMortonOffset
Lioncash
2015-05-23
1
-3
/
+0
*
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-22
12
-428
/
+451
*
gl_state: Fix a condition typo in Apply
Lioncash
2015-05-22
1
-1
/
+1
*
OpenGL renderer
tfarley
2015-05-22
21
-44
/
+2196
*
Merge pull request #772 from lioncash/warn
bunnei
2015-05-18
1
-1
/
+1
|
\
|
*
pica: Add the ULL specifier in IsDefaultAttribute
Lioncash
2015-05-14
1
-1
/
+1
*
|
GPU/DefaultAttributes: Clear up a comment in command_processor
Subv
2015-05-17
1
-2
/
+2
*
|
GPU/DefaultAttributes: Let the attribute data from the loaders overwrite the ...
Subv
2015-05-17
1
-21
/
+23
*
|
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
4
-5
/
+3
|
/
*
GPU: Add more fine grained profiling for vertex shader and rasterization
Yuri Kunde Schlesner
2015-05-12
2
-0
/
+10
*
Implement I4 texture format
archshift
2015-05-10
2
-1
/
+12
*
rasterizer: Implemented combiner output scaling.
bunnei
2015-05-09
2
-2
/
+16
[next]