index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_opengl
/
utils.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gl_state_tracker: Track state of index buffers
ReinUsesLisp
2020-02-28
1
-3
/
+4
*
gl_state: Remove VAO cache and tracking
ReinUsesLisp
2020-02-28
1
-5
/
+3
*
renderer_opengl/utils: Remove unused header inclusions
Lioncash
2020-01-15
1
-3
/
+0
*
renderer_opengl/utils: Forward declare private structs
Lioncash
2020-01-15
1
-0
/
+14
*
gl_shader_cache: Remove dynamic BaseBinding specialization
ReinUsesLisp
2019-11-23
1
-22
/
+10
*
gl_rasterizer: Fix vertex and index data invalidations
ReinUsesLisp
2019-07-06
1
-0
/
+31
*
gl_buffer_cache: Implement with generic buffer cache
ReinUsesLisp
2019-07-06
1
-5
/
+12
*
Texture Cache: Implement Blitting and Fermi Copies
Fernando Sahmkow
2019-06-21
1
-78
/
+0
*
Implement Texture Cache V2
Fernando Sahmkow
2019-06-21
1
-14
/
+9
*
texture_cache: Remove execution context copies from the texture cache
ReinUsesLisp
2019-06-21
1
-0
/
+2
*
gl_texture_cache: Implement fermi copies
ReinUsesLisp
2019-06-21
1
-0
/
+83
*
renderer_opengl/utils: Use a std::string_view with LabelGLObject()
Lioncash
2019-05-25
1
-8
/
+8
*
renderer_opengl/utils: Skip empty binds
ReinUsesLisp
2019-04-06
1
-0
/
+3
*
gl_rasterizer: Use ARB_multi_bind to update UBOs across stages
ReinUsesLisp
2019-04-06
1
-0
/
+25
*
video_core: Move OpenGL specific utils to its renderer
ReinUsesLisp
2018-10-29
1
-0
/
+38