aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/utils.cpp
AgeCommit message (Expand)Author
2020-04-16buffer_cache: Return handles instead of pointer to handlesReinUsesLisp
2020-02-28gl_state_tracker: Track state of index buffersReinUsesLisp
2020-02-28gl_state: Remove VAO cache and trackingReinUsesLisp
2020-01-15renderer_opengl/utils: Remove unused header inclusionsLioncash
2020-01-15renderer_opengl/utils: Forward declare private structsLioncash
2019-11-22gl_shader_cache: Remove dynamic BaseBinding specializationReinUsesLisp
2019-07-06gl_rasterizer: Fix vertex and index data invalidationsReinUsesLisp
2019-07-06gl_buffer_cache: Implement with generic buffer cacheReinUsesLisp
2019-06-20Texture Cache: Implement Blitting and Fermi CopiesFernando Sahmkow
2019-06-20Implement Texture Cache V2Fernando Sahmkow
2019-06-20texture_cache: Remove execution context copies from the texture cacheReinUsesLisp
2019-06-20gl_texture_cache: Implement fermi copiesReinUsesLisp
2019-05-24renderer_opengl/utils: Use a std::string_view with LabelGLObject()Lioncash
2019-04-05renderer_opengl/utils: Skip empty bindsReinUsesLisp
2019-04-05gl_rasterizer: Use ARB_multi_bind to update UBOs across stagesReinUsesLisp
2018-10-28video_core: Move OpenGL specific utils to its rendererReinUsesLisp