aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer_interface.h
AgeCommit message (Collapse)Author
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.