summaryrefslogtreecommitdiff
path: root/src/video_core/swrasterizer.cpp
AgeCommit message (Collapse)Author
2017-02-12VideoCore: Move software rasterizer files to sub-directoryYuri Kunde Schlesner
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
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.