summaryrefslogtreecommitdiffstats
path: root/src/video_core/clipper.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner2015-12-081-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.
* GPU: Refactor "VertexShader" namespace to "Shader".bunnei2015-08-151-2/+2
| | | | - Also renames "vertex_shader.*" to "shader_interpreter.*"
* License changepurpasmart962014-12-211-1/+1
|
* Pica: Add triangle clipper.Tony Wasserka2014-08-121-0/+21