summaryrefslogtreecommitdiffstats
path: root/src/video_core/rasterizer_interface.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* renderer_gl: Port boilerplate rasterizer code over from Citra.bunnei2018-03-201-0/+61
* Remove references to PICA and rasterizers in video_coreJames Rowe2018-01-131-67/+0
* core/video_core: Fix a bunch of u64 -> u32 warnings.bunnei2018-01-011-2/+2
* rasterizer: separate TextureCopy from DisplayTransferwwylele2016-09-291-1/+6
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-6/+15
* HWRasterizer: Texture forwardingtfarley2016-04-211-12/+19
* VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner2015-12-081-0/+48