summaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/utils.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Rewrite the texture cacheGravatar ReinUsesLisp2020-12-301-16/+0
* buffer_cache: Return handles instead of pointer to handlesGravatar ReinUsesLisp2020-04-161-43/+0
* gl_state_tracker: Track state of index buffersGravatar ReinUsesLisp2020-02-281-1/+5
* gl_state: Remove VAO cache and trackingGravatar ReinUsesLisp2020-02-281-2/+1
* renderer_opengl/utils: Forward declare private structsGravatar Lioncash2020-01-151-12/+2
* gl_shader_cache: Remove dynamic BaseBinding specializationGravatar ReinUsesLisp2019-11-221-8/+10
* gl_rasterizer: Fix vertex and index data invalidationsGravatar ReinUsesLisp2019-07-061-0/+27
* gl_buffer_cache: Implement with generic buffer cacheGravatar ReinUsesLisp2019-07-061-6/+8
* renderer_opengl/utils: Remove unused includes and unused forward declarationGravatar ReinUsesLisp2019-06-241-4/+0
* Texture Cache: Implement Blitting and Fermi CopiesGravatar Fernando Sahmkow2019-06-201-13/+0
* Implement Texture Cache V2Gravatar Fernando Sahmkow2019-06-201-3/+3
* gl_texture_cache: Implement fermi copiesGravatar ReinUsesLisp2019-06-201-0/+17
* renderer_opengl/utils: Use a std::string_view with LabelGLObject()Gravatar Lioncash2019-05-241-2/+2
* gl_rasterizer: Use ARB_multi_bind to update UBOs across stagesGravatar ReinUsesLisp2019-04-051-0/+20
* video_core: Move OpenGL specific utils to its rendererGravatar ReinUsesLisp2018-10-281-0/+15