summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_stream_buffer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | Namespaces all OpenGL code under the OpenGL namespace. Prevents polluting the global namespace and allows clear distinction between other renderers' code in the future.
* gl_stream_buffer: Add missing header guardLioncash2018-08-211-0/+2
| | | | | Prevents potential compilation errors from occuring due to multiple inclusions
* Update the stream_buffer helper from Citra.Markus Wick2018-08-121-18/+24
| | | | Please see https://github.com/citra-emu/citra/pull/3666 for more details.
* 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