aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/gl_rasterizer.cpp
AgeCommit message (Expand)Author
2015-09-03OpenGL: Use Sampler Objects to decouple sampler config from texturesYuri Kunde Schlesner
2015-09-03OpenGL: Remove ugly and endian-unsafe color pointer castsYuri Kunde Schlesner
2015-08-30Replace the previous OpenGL loader with a glad-generated 3.3 oneYuri Kunde Schlesner
2015-08-29Merge pull request #1049 from Subv/stencilbunnei
2015-08-27gl_rasterizer_cache: Detect and ignore unnecessary texture flushes.bunnei
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-08-24HWRenderer: Added a workaround for the Intel Windows driver bug that causes g...Subv
2015-08-20GLRasterizer: Implemented stencil testing in the hw renderer.Subv
2015-08-15GPU: Refactor "VertexShader" namespace to "Shader".bunnei
2015-08-05OpenGL: Remove redundant texture.enable_2d field from OpenGLStateYuri Kunde Schlesner
2015-07-28OpenGL: Add a profiler category measuring framebuffer readbackYuri Kunde Schlesner
2015-07-19GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't ex...Subv
2015-06-28Core: Cleanup hw includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-06-08Renderer formatting editstfarley
2015-06-08Render-to-texture flush, interval math fixtfarley
2015-06-08Liberal texture unbind (clout menu)tfarley
2015-06-08Depth format fix (crush3d intro/black screens)tfarley
2015-06-08Implemented glColorMasktfarley
2015-05-31Merge pull request #811 from archshift/commonifyarchshift
2015-05-31Pica: Implement LogicOp function.bunnei
2015-05-30Move video_core/color.h to common/color.harchshift
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-22Pica: Create 'State' structure and move state memory there.bunnei
2015-05-22OpenGL renderertfarley