summaryrefslogtreecommitdiffstats
path: root/src/video_core/clipper.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-08VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner1-1/+1
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-08-15GPU: Refactor "VertexShader" namespace to "Shader".bunnei1-2/+2
- Also renames "vertex_shader.*" to "shader_interpreter.*"
2014-12-21License changepurpasmart961-1/+1
2014-08-12Pica: Add triangle clipper.Tony Wasserka1-2/+2
2014-08-12Pica: Add primitive assembly stage.Tony Wasserka1-0/+21