summaryrefslogtreecommitdiffstats
path: root/src/video_core/swrasterizer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-10/+5
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-9/+12
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot1-0/+6
2016-04-21HWRasterizer: Texture forwardingtfarley1-4/+2
2015-12-30swrasterizer: Add missing override specifierLioncash1-1/+1
2015-12-08VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner1-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.