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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
1
-16
/
+0
2020-04-16
buffer_cache: Return handles instead of pointer to handles
ReinUsesLisp
1
-43
/
+0
2020-02-28
gl_state_tracker: Track state of index buffers
ReinUsesLisp
1
-1
/
+5
2020-02-28
gl_state: Remove VAO cache and tracking
ReinUsesLisp
1
-2
/
+1
2020-01-15
renderer_opengl/utils: Forward declare private structs
Lioncash
1
-12
/
+2
2019-11-23
gl_shader_cache: Remove dynamic BaseBinding specialization
ReinUsesLisp
1
-8
/
+10
2019-07-06
gl_rasterizer: Fix vertex and index data invalidations
ReinUsesLisp
1
-0
/
+27
2019-07-06
gl_buffer_cache: Implement with generic buffer cache
ReinUsesLisp
1
-6
/
+8
2019-06-24
renderer_opengl/utils: Remove unused includes and unused forward declaration
ReinUsesLisp
1
-4
/
+0
2019-06-21
Texture Cache: Implement Blitting and Fermi Copies
Fernando Sahmkow
1
-13
/
+0
2019-06-21
Implement Texture Cache V2
Fernando Sahmkow
1
-3
/
+3
2019-06-21
gl_texture_cache: Implement fermi copies
ReinUsesLisp
1
-0
/
+17
2019-05-25
renderer_opengl/utils: Use a std::string_view with LabelGLObject()
Lioncash
1
-2
/
+2
2019-04-06
gl_rasterizer: Use ARB_multi_bind to update UBOs across stages
ReinUsesLisp
1
-0
/
+20
2018-10-29
video_core: Move OpenGL specific utils to its renderer
ReinUsesLisp
1
-0
/
+15