summaryrefslogtreecommitdiffstats
path: root/src/video_core/swrasterizer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HWRasterizer: Texture forwardingtfarley2016-04-211-4/+2
|
* swrasterizer: Add missing override specifierLioncash2015-12-301-1/+1
|
* VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner2015-12-081-0/+26
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.