aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/renderer_opengl/gl_rasterizer.cpp
Commit message (Collapse)AuthorAge
* OpenGL: Remove redundant texture.enable_2d field from OpenGLStateGravatar Yuri Kunde Schlesner2015-08-05
| | | | | All uses of this field where it's false can just set the texture id to 0 instead.
* OpenGL: Add a profiler category measuring framebuffer readbackGravatar Yuri Kunde Schlesner2015-07-28
|
* GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't ↵Gravatar Subv2015-07-19
| | | | exist.
* Core: Cleanup hw includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Renderer formatting editsGravatar tfarley2015-06-08
|
* Render-to-texture flush, interval math fixGravatar tfarley2015-06-08
|
* Liberal texture unbind (clout menu)Gravatar tfarley2015-06-08
|
* Depth format fix (crush3d intro/black screens)Gravatar tfarley2015-06-08
|
* Implemented glColorMaskGravatar tfarley2015-06-08
|
* Merge pull request #811 from archshift/commonifyGravatar archshift2015-05-31
|\ | | | | Commonify video_core utility headers
* | Pica: Implement LogicOp function.Gravatar bunnei2015-05-31
| |
| * Move video_core/color.h to common/color.hGravatar archshift2015-05-30
|/
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* Pica: Create 'State' structure and move state memory there.Gravatar bunnei2015-05-22
|
* OpenGL rendererGravatar tfarley2015-05-22