aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/swrasterizer.h
AgeCommit message (Collapse)Author
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-21HWRasterizer: Texture forwardingtfarley
2015-12-29swrasterizer: Add missing override specifierLioncash
2015-12-07VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner
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.