summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_buffer_cache.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core/texures/texture: Remove unnecessary includesLioncash2019-04-061-0/+1
* video_core/renderer_opengl: Remove unnecessary includesLioncash2019-04-041-1/+0
* video_core: Amend constructor initializer list order where applicableLioncash2019-03-271-2/+2
* gpu: Move GPUVAddr definition to common_types.bunnei2019-03-211-2/+2
* video_core: Refactor to use MemoryManager interface for all memory access.bunnei2019-03-161-5/+3
* gpu: Use host address for caching instead of guest address.bunnei2019-03-151-9/+15
* video_core: Assert on invalid GPU to CPU address queriesReinUsesLisp2019-02-031-1/+2
* gl_stream_buffer: Use DSA for buffer managementReinUsesLisp2019-01-061-1/+1
* gl_rasterizer: Skip VB upload if the state is clean.Markus Wick2018-11-171-1/+2
* rasterizer_cache: Remove reliance on the System singletonLioncash2018-11-081-1/+3
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-1/+1
* gl_rasterizer: Implement quads topologyReinUsesLisp2018-10-041-3/+14
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-7/+8
* gl_buffer_cache: Make GetHandle() a const member functionLioncash2018-09-061-1/+1
* gl_buffer_cache: Remove unnecessary includesLioncash2018-09-061-1/+3
* renderer_opengl: Implement a buffer cache.Markus Wick2018-09-051-0/+90