summaryrefslogtreecommitdiffstats
path: root/src/video_core/swrasterizer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-08VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner1-0/+16
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.