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
*
Merge pull request #991 from yuriks/globjects
bunnei
2015-07-26
3
-143
/
+79
|
\
|
*
OpenGL: Make OpenGL object resource wrappers fully inline
Yuri Kunde Schlesner
2015-07-26
3
-143
/
+79
*
|
Merge pull request #992 from yuriks/hot-path-debug
bunnei
2015-07-26
5
-13
/
+18
|
\
\
|
*
|
VideoCore: #ifdef out some debugging routines
Yuri Kunde Schlesner
2015-07-26
5
-13
/
+18
|
|
/
*
|
Merge pull request #987 from yuriks/regnames
Tony Wasserka
2015-07-26
2
-65
/
+72
|
\
\
|
*
|
Videocore: Don't reinitialize register name map on every query
Yuri Kunde Schlesner
2015-07-26
2
-65
/
+72
|
|
/
*
|
Videocore: Simplify variables in vertex shader interpreter
Yuri Kunde Schlesner
2015-07-26
1
-24
/
+21
*
|
Videocore: Replace std::stack in shader interpreter with static_vector
Yuri Kunde Schlesner
2015-07-26
1
-6
/
+6
|
/
*
Address error that remained in last merge
Yuri Kunde Schlesner
2015-07-25
1
-1
/
+1
*
Merge pull request #892 from zawata/another-warning-fixes
Yuri Kunde Schlesner
2015-07-25
3
-18
/
+18
|
\
|
*
Vertex Shader : Undo casting
zawata
2015-07-19
1
-1
/
+1
|
*
Video_Core : Type fixes
zawata
2015-07-19
2
-2
/
+2
|
*
Video_Core: Finally fix pesky warning
zawata
2015-07-19
1
-1
/
+1
|
*
Video_Core : Change Tabs to Spaces
zawata
2015-07-19
1
-0
/
+15
|
*
Video_Core : Fix Conversion Warnings
zawata
2015-07-19
3
-18
/
+3
*
|
Merge pull request #980 from Subv/more_breakpoints
Tony Wasserka
2015-07-24
2
-4
/
+7
|
\
\
|
*
|
Qt/GPU Breakpoints: Added three more breakpoint types:
Subv
2015-07-23
2
-4
/
+7
*
|
|
Merge pull request #977 from yuriks/glenable-tex2d
bunnei
2015-07-23
1
-8
/
+5
|
\
\
\
|
*
|
|
GL Renderer: Remove erroneous glEnable(GL_TEXTURE_2D) calls
Yuri Kunde Schlesner
2015-07-22
1
-8
/
+5
*
|
|
|
Rasterizer/GL: Set the border color when binding a texture.
Subv
2015-07-22
1
-2
/
+9
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #968 from Subv/texture_filtering
bunnei
2015-07-21
4
-3
/
+37
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GPU: Added registers for min and mag texture filters and implemented them in ...
Subv
2015-07-21
4
-3
/
+37
*
|
|
Merge pull request #929 from neobrain/geoshader_definitions
Tony Wasserka
2015-07-21
5
-149
/
+162
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Pica/Shader: Add geometry shader definitions.
Tony Wasserka
2015-07-15
5
-149
/
+162
*
|
|
Merge pull request #944 from Subv/spam
bunnei
2015-07-19
1
-3
/
+7
|
\
\
\
|
*
|
|
GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't ex...
Subv
2015-07-19
1
-3
/
+7
*
|
|
|
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
[next]