summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_stream_buffer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* gl_stream_buffer/vk_staging_buffer_pool: Fix size checkReinUsesLisp2021-02-131-1/+1
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-50/+44
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-21/+11
* gl_arb_decompiler: Use NV_shader_buffer_{load,store} on assembly shadersReinUsesLisp2020-07-181-1/+1
* gl_stream_buffer: Use InvalidateBufferData instead unmap and mapReinUsesLisp2020-06-241-14/+5
* gl_buffer_cache: Mark buffers as residentReinUsesLisp2020-06-241-2/+9
* gl_stream_buffer: Always use a non-coherent bufferReinUsesLisp2020-06-241-11/+9
* gl_stream_buffer: Always use persistent memory mapsReinUsesLisp2020-06-241-27/+13
* buffer_cache: Avoid passing references of shared pointers and misc style changesReinUsesLisp2020-06-091-8/+0
* gl_state: Remove completelyReinUsesLisp2020-02-281-1/+0
* video_core: Make ARB_buffer_storage a required extensionReinUsesLisp2019-06-211-2/+3
* gl_stream_buffer: Use DSA for buffer managementReinUsesLisp2019-01-061-14/+12
* gl_stream_buffer: Profile orphaning of stream buffer.Markus Wick2018-11-061-0/+5
* gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map()Lioncash2018-09-211-1/+1
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* video_core: fixed arithmetic overflow warnings & improved code stylePatrick Elsässer2018-09-091-1/+1
* renderer_opengl: Namespace OpenGL codeLioncash2018-08-221-0/+4
* Update the stream_buffer helper from Citra.Markus Wick2018-08-121-142/+59
* renderer_gl: Port over gl_stream_buffer module from Citra.bunnei2018-03-201-0/+182