index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_opengl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence -Wsign-compare warnings.
Rohit Nirmal
2015-10-06
1
-3
/
+3
*
fix some xcode 7.0 warnings
Martin Lindhe
2015-09-29
1
-1
/
+0
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-2
/
+2
*
video_core: Reorganize headers
Lioncash
2015-09-11
7
-18
/
+17
*
video_core: Remove unnecessary includes from headers
Lioncash
2015-09-11
2
-6
/
+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
*
|
renderer_opengl: Remove unimplemented function declaration
Lioncash
2015-09-10
1
-3
/
+0
|
/
*
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
3
-9
/
+9
*
OpenGL: Add support for Sampler Objects to state tracker
Yuri Kunde Schlesner
2015-09-03
3
-4
/
+42
*
Replace the previous OpenGL loader with a glad-generated 3.3 one
Yuri Kunde Schlesner
2015-08-30
10
-2810
/
+11
*
Merge pull request #1049 from Subv/stencil
bunnei
2015-08-29
4
-4
/
+55
|
\
|
*
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
|
*
HWRasterizer: Implemented stencil op 1 (GL_ZERO)
Subv
2015-08-21
1
-1
/
+1
|
*
GLRasterizer: Implemented stencil testing in the hw renderer.
Subv
2015-08-20
4
-2
/
+44
*
|
gl_rasterizer_cache: Detect and ignore unnecessary texture flushes.
bunnei
2015-08-27
3
-8
/
+18
*
|
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-24
2
-0
/
+15
|
/
*
Shader: Move shader code to its own subdirectory, "shader".
bunnei
2015-08-15
1
-1
/
+1
*
GPU: Refactor "VertexShader" namespace to "Shader".
bunnei
2015-08-15
2
-8
/
+8
*
OpenGL: Fix state tracking in situations with reused object handles
Yuri Kunde Schlesner
2015-08-06
4
-0
/
+45
*
OpenGL: Remove redundant texture.enable_2d field from OpenGLState
Yuri Kunde Schlesner
2015-08-05
4
-26
/
+3
*
OpenGL: Add a profiler category measuring framebuffer readback
Yuri Kunde Schlesner
2015-07-28
1
-0
/
+7
*
OpenGL: Make OpenGL object resource wrappers fully inline
Yuri Kunde Schlesner
2015-07-26
2
-142
/
+79
*
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
*
|
GPU: Added registers for min and mag texture filters and implemented them in ...
Subv
2015-07-21
2
-3
/
+29
|
/
*
GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't ex...
Subv
2015-07-19
1
-3
/
+7
*
Add CiTrace recording support.
Tony Wasserka
2015-07-13
1
-0
/
+6
*
Merge pull request #907 from Lectem/clamp_to_border
Tony Wasserka
2015-07-12
1
-1
/
+1
|
\
|
*
Added GL_CLAMP_TO_BORDER support
Lectem
2015-07-09
1
-1
/
+1
*
|
Core: Cleanup hw includes.
Emmanuel Gil Peyrot
2015-06-28
2
-0
/
+2
*
|
Core, VideoCore: Replace or fix exit() calls.
Emmanuel Gil Peyrot
2015-06-28
1
-6
/
+9
*
|
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
2
-3
/
+9
|
/
*
VideoCore: Log the GL driver’s vendor and renderer.
Emmanuel Gil Peyrot
2015-06-16
1
-0
/
+2
*
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
2
-2
/
+3
|
\
|
*
Move video_core/color.h to common/color.h
archshift
2015-05-30
1
-1
/
+2
|
*
Move video_core/math.h to common/vector_math.h
archshift
2015-05-30
1
-1
/
+1
*
|
Pica: Use zero for the SecondaryFragmentColor source.
bunnei
2015-05-31
1
-10
/
+14
*
|
Pica: Implement LogicOp function.
bunnei
2015-05-31
5
-0
/
+57
|
/
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
5
-12
/
+12
*
gl_state: Remove unnecessary const specifier on Apply
Lioncash
2015-05-23
2
-2
/
+2
*
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-22
2
-114
/
+132
[next]