summaryrefslogtreecommitdiffstats
path: root/src/video_core/rasterizer_interface.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-08VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner1-3/+6
This removes explicit checks sprinkled all over the codebase to instead just have the SW rasterizer expose an implementation with no-ops for most operations.
2015-12-07VideoCore: Rename HWRasterizer methods to be less confusingYuri Kunde Schlesner1-5/+5
2015-08-15GPU: Refactor "VertexShader" namespace to "Shader".bunnei1-4/+4
- Also renames "vertex_shader.*" to "shader_interpreter.*"
2015-06-28Core: Cleanup hw includes.Emmanuel Gil Peyrot1-2/+7
2015-05-23OpenGL renderertfarley1-0/+40