summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_stream_buffer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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