summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/pica_to_gl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-13Remove references to PICA and rasterizers in video_coreJames Rowe1-235/+0
2017-07-18telemetry: Log performance, configuration, and system data.bunnei1-3/+4
2017-06-04pica/rasterizer: implement/stub texture wrap mode 4-7wwylele1-0/+13
2017-02-09VideoCore: Split regs.h inclusionsYuri Kunde Schlesner1-1/+3
2017-02-04VideoCore: Move Regs to its own fileYuri Kunde Schlesner1-1/+1
2017-02-04VideoCore: Split lighting regs from Regs structYuri Kunde Schlesner1-1/+1
2017-02-04VideoCore: Split framebuffer regs from Regs structYuri Kunde Schlesner1-5/+5
2017-02-04VideoCore: Split texturing regs from Regs structYuri Kunde Schlesner1-2/+2
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+0
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-6/+10
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-39/+33
2016-06-28OpenGL: Add scaled resolution support to scissorYuri Kunde Schlesner1-0/+1
2016-05-12OpenGL: Support blend equationJannik Vogel1-0/+20
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