summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/pica_to_gl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot1-0/+7
2016-04-01Avoid warnings by casting to size_t for ARRAY_SIZE() comparisonsJannik Vogel1-6/+6
2016-02-05renderer_opengl: Use GLvec3/GLvec4 aliases for commonly used types.bunnei1-1/+4
2016-02-05renderer_opengl: Implement diffuse component of HW fragment lighting.bunnei1-0/+7
2015-09-03OpenGL: Remove ugly and endian-unsafe color pointer castsYuri Kunde Schlesner1-5/+5
2015-08-30Replace the previous OpenGL loader with a glad-generated 3.3 oneYuri Kunde Schlesner1-2/+2
2015-08-21HWRasterizer: Implemented stencil ops 6 and 7.Subv1-1/+3
2015-08-21HWRasterizer: Implemented stencil op 1 (GL_ZERO)Subv1-1/+1
2015-08-20GLRasterizer: Implemented stencil testing in the hw renderer.Subv1-0/+21
2015-07-21GPU: Added registers for min and mag texture filters and implemented them in the hw renderer.Subv1-0/+27
2015-07-09Added GL_CLAMP_TO_BORDER supportLectem1-1/+1
2015-05-31Pica: Implement LogicOp function.bunnei1-0/+31
2015-05-23Pica: Create 'State' structure and move state memory there.bunnei1-6/+6
2015-05-23OpenGL renderertfarley1-0/+105