summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_base.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot1-2/+1
2016-04-21HWRasterizer: Texture forwardingtfarley1-2/+0
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage1-4/+2
2015-12-21VideoCore: Sync state after changing rasterizersYuri Kunde Schlesner1-0/+1
This fixes various bugs that appear in the HW rasterizer after switching between it and the SW one during emulation.
2015-12-08VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner1-0/+28
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.