summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_rasterizer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't exist.Subv2015-07-191-3/+7
* Core: Cleanup hw includes.Emmanuel Gil Peyrot2015-06-281-0/+1
* Common: Cleanup key_map includes.Emmanuel Gil Peyrot2015-06-281-3/+5
* Renderer formatting editstfarley2015-06-091-12/+12
* Render-to-texture flush, interval math fixtfarley2015-06-091-1/+13
* Liberal texture unbind (clout menu)tfarley2015-06-091-4/+34
* Depth format fix (crush3d intro/black screens)tfarley2015-06-091-46/+46
* Implemented glColorMasktfarley2015-06-091-0/+4
* Merge pull request #811 from archshift/commonifyarchshift2015-05-311-1/+2
|\
| * Move video_core/color.h to common/color.harchshift2015-05-301-1/+2
* | Pica: Implement LogicOp function.bunnei2015-05-311-0/+10
|/
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-1/+1
* Pica: Create 'State' structure and move state memory there.bunnei2015-05-231-108/+126
* OpenGL renderertfarley2015-05-231-0/+879