summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_base.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* VideoCore: Sync state after changing rasterizersYuri Kunde Schlesner2015-12-211-0/+1
| | | | | This fixes various bugs that appear in the HW rasterizer after switching between it and the SW one during emulation.
* VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner2015-12-081-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.