summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_stream_buffer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-1/+0
* common: Replace common_sizes into user-literalsWunkolo2021-06-241-1/+4
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-35/+25
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-7/+12
* gl_stream_buffer: Use InvalidateBufferData instead unmap and mapReinUsesLisp2020-06-241-1/+0
* gl_buffer_cache: Mark buffers as residentReinUsesLisp2020-06-241-2/+9
* gl_stream_buffer: Always use a non-coherent bufferReinUsesLisp2020-06-241-3/+1
* gl_stream_buffer: Always use persistent memory mapsReinUsesLisp2020-06-241-3/+1
* buffer_cache: Avoid passing references of shared pointers and misc style changesReinUsesLisp2020-06-091-3/+8
* video_core: Make ARB_buffer_storage a required extensionReinUsesLisp2019-06-211-1/+2
* gl_stream_buffer: Use DSA for buffer managementReinUsesLisp2019-01-061-2/+1
* renderer_opengl: Namespace OpenGL codeLioncash2018-08-221-0/+4
* gl_stream_buffer: Add missing header guardLioncash2018-08-211-0/+2
* Update the stream_buffer helper from Citra.Markus Wick2018-08-121-18/+24
* renderer_opengl: Add missing header guardsLioncash2018-04-201-0/+2
* renderer_gl: Port over gl_stream_buffer module from Citra.bunnei2018-03-201-0/+34