summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_stream_buffer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-02-13gl_stream_buffer/vk_staging_buffer_pool: Fix size checkReinUsesLisp1-1/+1
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-50/+44
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-21/+11
2020-07-18gl_arb_decompiler: Use NV_shader_buffer_{load,store} on assembly shadersReinUsesLisp1-1/+1
2020-06-24gl_stream_buffer: Use InvalidateBufferData instead unmap and mapReinUsesLisp1-14/+5
2020-06-24gl_buffer_cache: Mark buffers as residentReinUsesLisp1-2/+9
2020-06-24gl_stream_buffer: Always use a non-coherent bufferReinUsesLisp1-11/+9
2020-06-24gl_stream_buffer: Always use persistent memory mapsReinUsesLisp1-27/+13
2020-06-09buffer_cache: Avoid passing references of shared pointers and misc style changesReinUsesLisp1-8/+0
2020-02-28gl_state: Remove completelyReinUsesLisp1-1/+0
2019-06-21video_core: Make ARB_buffer_storage a required extensionReinUsesLisp1-2/+3
2019-01-06gl_stream_buffer: Use DSA for buffer managementReinUsesLisp1-14/+12
2018-11-06gl_stream_buffer: Profile orphaning of stream buffer.Markus Wick1-0/+5
2018-09-21gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map()Lioncash1-1/+1
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-09-09video_core: fixed arithmetic overflow warnings & improved code stylePatrick Elsässer1-1/+1
2018-08-22renderer_opengl: Namespace OpenGL codeLioncash1-0/+4
2018-08-12Update the stream_buffer helper from Citra.Markus Wick1-142/+59
2018-03-20renderer_gl: Port over gl_stream_buffer module from Citra.bunnei1-0/+182