summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/utils.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Texture Cache: Implement Blitting and Fermi CopiesFernando Sahmkow2019-06-211-78/+0
* Implement Texture Cache V2Fernando Sahmkow2019-06-211-14/+9
* texture_cache: Remove execution context copies from the texture cacheReinUsesLisp2019-06-211-0/+2
* gl_texture_cache: Implement fermi copiesReinUsesLisp2019-06-211-0/+83
* renderer_opengl/utils: Use a std::string_view with LabelGLObject()Lioncash2019-05-251-8/+8
* renderer_opengl/utils: Skip empty bindsReinUsesLisp2019-04-061-0/+3
* gl_rasterizer: Use ARB_multi_bind to update UBOs across stagesReinUsesLisp2019-04-061-0/+25
* video_core: Move OpenGL specific utils to its rendererReinUsesLisp2018-10-291-0/+38