summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/utils.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-28gl_state_tracker: Track state of index buffersReinUsesLisp1-1/+5
2020-02-28gl_state: Remove VAO cache and trackingReinUsesLisp1-2/+1
2020-01-15renderer_opengl/utils: Forward declare private structsLioncash1-12/+2
2019-11-23gl_shader_cache: Remove dynamic BaseBinding specializationReinUsesLisp1-8/+10
2019-07-06gl_rasterizer: Fix vertex and index data invalidationsReinUsesLisp1-0/+27
2019-07-06gl_buffer_cache: Implement with generic buffer cacheReinUsesLisp1-6/+8
2019-06-24renderer_opengl/utils: Remove unused includes and unused forward declarationReinUsesLisp1-4/+0
2019-06-21Texture Cache: Implement Blitting and Fermi CopiesFernando Sahmkow1-13/+0
2019-06-21Implement Texture Cache V2Fernando Sahmkow1-3/+3
2019-06-21gl_texture_cache: Implement fermi copiesReinUsesLisp1-0/+17
2019-05-25renderer_opengl/utils: Use a std::string_view with LabelGLObject()Lioncash1-2/+2
2019-04-06gl_rasterizer: Use ARB_multi_bind to update UBOs across stagesReinUsesLisp1-0/+20
2018-10-29video_core: Move OpenGL specific utils to its rendererReinUsesLisp1-0/+15