summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_buffer_cache.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-06video_core/texures/texture: Remove unnecessary includesLioncash1-0/+1
2019-04-04video_core/renderer_opengl: Remove unnecessary includesLioncash1-1/+0
2019-03-27video_core: Amend constructor initializer list order where applicableLioncash1-2/+2
2019-03-21gpu: Move GPUVAddr definition to common_types.bunnei1-2/+2
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei1-5/+3
2019-03-15gpu: Use host address for caching instead of guest address.bunnei1-9/+15
2019-02-03video_core: Assert on invalid GPU to CPU address queriesReinUsesLisp1-1/+2
2019-01-06gl_stream_buffer: Use DSA for buffer managementReinUsesLisp1-1/+1
2018-11-17gl_rasterizer: Skip VB upload if the state is clean.Markus Wick1-1/+2
2018-11-08rasterizer_cache: Remove reliance on the System singletonLioncash1-1/+3
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-1/+1
2018-10-04gl_rasterizer: Implement quads topologyReinUsesLisp1-3/+14
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-7/+8
2018-09-06gl_buffer_cache: Make GetHandle() a const member functionLioncash1-1/+1
2018-09-06gl_buffer_cache: Remove unnecessary includesLioncash1-1/+3
2018-09-05renderer_opengl: Implement a buffer cache.Markus Wick1-0/+90