summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_stream_buffer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-22renderer_opengl: Namespace OpenGL codeLioncash1-0/+4
Namespaces all OpenGL code under the OpenGL namespace. Prevents polluting the global namespace and allows clear distinction between other renderers' code in the future.
2018-08-21gl_stream_buffer: Add missing header guardLioncash1-0/+2
Prevents potential compilation errors from occuring due to multiple inclusions
2018-08-12Update the stream_buffer helper from Citra.Markus Wick1-18/+24
Please see https://github.com/citra-emu/citra/pull/3666 for more details.
2018-04-20renderer_opengl: Add missing header guardsLioncash1-0/+2
2018-03-20renderer_gl: Port over gl_stream_buffer module from Citra.bunnei1-0/+34