summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_primitive_assembler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core/renderer_opengl: Remove unnecessary includesLioncash2019-04-041-1/+1
* gpu: Move GPUVAddr definition to common_types.bunnei2019-03-211-2/+1
* video_core: Refactor to use MemoryManager interface for all memory access.bunnei2019-03-161-5/+2
* video_core: Assert on invalid GPU to CPU address queriesReinUsesLisp2019-02-031-1/+3
* rasterizer_cache: Remove reliance on the System singletonLioncash2018-11-081-0/+1
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-1/+1
* gl_rasterizer: Implement quads topologyReinUsesLisp2018-10-041-0/+64