summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/pica_to_gl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* OpenGL: Remove ugly and endian-unsafe color pointer castsYuri Kunde Schlesner2015-09-031-5/+5
* Replace the previous OpenGL loader with a glad-generated 3.3 oneYuri Kunde Schlesner2015-08-301-2/+2
* HWRasterizer: Implemented stencil ops 6 and 7.Subv2015-08-211-1/+3
* HWRasterizer: Implemented stencil op 1 (GL_ZERO)Subv2015-08-211-1/+1
* GLRasterizer: Implemented stencil testing in the hw renderer.Subv2015-08-201-0/+21
* GPU: Added registers for min and mag texture filters and implemented them in the hw renderer.Subv2015-07-211-0/+27
* Added GL_CLAMP_TO_BORDER supportLectem2015-07-091-1/+1
* Pica: Implement LogicOp function.bunnei2015-05-311-0/+31
* Pica: Create 'State' structure and move state memory there.bunnei2015-05-231-6/+6
* OpenGL renderertfarley2015-05-231-0/+105