index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_opengl
Age
Commit message (
Expand
)
Author
2015-09-03
OpenGL: Use Sampler Objects to decouple sampler config from textures
Yuri Kunde Schlesner
2015-09-03
OpenGL: Remove ugly and endian-unsafe color pointer casts
Yuri Kunde Schlesner
2015-09-03
OpenGL: Add support for Sampler Objects to state tracker
Yuri Kunde Schlesner
2015-08-30
Replace the previous OpenGL loader with a glad-generated 3.3 one
Yuri Kunde Schlesner
2015-08-29
Merge pull request #1049 from Subv/stencil
bunnei
2015-08-27
gl_rasterizer_cache: Detect and ignore unnecessary texture flushes.
bunnei
2015-08-24
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-24
HWRenderer: Added a workaround for the Intel Windows driver bug that causes g...
Subv
2015-08-21
HWRasterizer: Implemented stencil ops 6 and 7.
Subv
2015-08-21
HWRasterizer: Implemented stencil op 1 (GL_ZERO)
Subv
2015-08-20
GLRasterizer: Implemented stencil testing in the hw renderer.
Subv
2015-08-15
Shader: Move shader code to its own subdirectory, "shader".
bunnei
2015-08-15
GPU: Refactor "VertexShader" namespace to "Shader".
bunnei
2015-08-06
OpenGL: Fix state tracking in situations with reused object handles
Yuri Kunde Schlesner
2015-08-05
OpenGL: Remove redundant texture.enable_2d field from OpenGLState
Yuri Kunde Schlesner
2015-07-28
OpenGL: Add a profiler category measuring framebuffer readback
Yuri Kunde Schlesner
2015-07-26
OpenGL: Make OpenGL object resource wrappers fully inline
Yuri Kunde Schlesner
2015-07-23
Merge pull request #977 from yuriks/glenable-tex2d
bunnei
2015-07-22
Rasterizer/GL: Set the border color when binding a texture.
Subv
2015-07-22
GL Renderer: Remove erroneous glEnable(GL_TEXTURE_2D) calls
Yuri Kunde Schlesner
2015-07-21
GPU: Added registers for min and mag texture filters and implemented them in ...
Subv
2015-07-19
GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't ex...
Subv
2015-07-13
Add CiTrace recording support.
Tony Wasserka
2015-07-12
Merge pull request #907 from Lectem/clamp_to_border
Tony Wasserka
2015-07-09
Added GL_CLAMP_TO_BORDER support
Lectem
2015-06-28
Core: Cleanup hw includes.
Emmanuel Gil Peyrot
2015-06-28
Core, VideoCore: Replace or fix exit() calls.
Emmanuel Gil Peyrot
2015-06-28
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-16
VideoCore: Log the GL driver’s vendor and renderer.
Emmanuel Gil Peyrot
2015-06-08
Renderer formatting edits
tfarley
2015-06-08
Render-to-texture flush, interval math fix
tfarley
2015-06-08
Liberal texture unbind (clout menu)
tfarley
2015-06-08
Depth format fix (crush3d intro/black screens)
tfarley
2015-06-08
Implemented glColorMask
tfarley
2015-05-31
Merge pull request #811 from archshift/commonify
archshift
2015-05-31
Pica: Use zero for the SecondaryFragmentColor source.
bunnei
2015-05-31
Pica: Implement LogicOp function.
bunnei
2015-05-30
Move video_core/color.h to common/color.h
archshift
2015-05-30
Move video_core/math.h to common/vector_math.h
archshift
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-23
gl_state: Remove unnecessary const specifier on Apply
Lioncash
2015-05-22
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-22
gl_state: Fix a condition typo in Apply
Lioncash
2015-05-22
OpenGL renderer
tfarley
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-09
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-04-03
Allow the user to set the background clear color during emulation
archshift
2015-03-10
Merge pull request #629 from archshift/lcdfb
bunnei
2015-03-09
Added LCD registers, and implementation for color filling in OGL code.
archshift
[next]