aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/gl_state.h
AgeCommit message (Expand)Author
2016-12-07OpenGL: Drop framebuffer completeness check.Markus Wick
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-06-07OpenGL: Implement fogJannik Vogel
2016-05-12OpenGL: Support blend equationJannik Vogel
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-21HWRasterizer: Texture forwardingtfarley
2016-02-05renderer_opengl: Use textures for fragment shader LUTs instead of UBOs.bunnei
2015-12-04OpenGL: Add support for glFrontFace in the state trackerYuri Kunde Schlesner
2015-11-18FragShader: Use an UBO instead of several individual uniformsSubv
2015-10-21Initial implementation of fragment shader generation with caching.Subv
2015-09-03OpenGL: Add support for Sampler Objects to state trackerYuri Kunde Schlesner
2015-08-30Replace the previous OpenGL loader with a glad-generated 3.3 oneYuri Kunde Schlesner
2015-08-20GLRasterizer: Implemented stencil testing in the hw renderer.Subv
2015-08-06OpenGL: Fix state tracking in situations with reused object handlesYuri Kunde Schlesner
2015-08-05OpenGL: Remove redundant texture.enable_2d field from OpenGLStateYuri Kunde Schlesner
2015-06-08Implemented glColorMasktfarley
2015-05-31Pica: Implement LogicOp function.bunnei
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-23gl_state: Remove unnecessary const specifier on ApplyLioncash
2015-05-22OpenGL renderertfarley