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
/
gl_global_cache.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gl_rasterizer: Drop gl_global_cache in favor of gl_buffer_cache
ReinUsesLisp
2019-07-06
1
-102
/
+0
*
rasterizer_cache: Protect inherited caches from submission level
Fernando Sahmkow
2019-07-01
1
-0
/
+1
*
shader_ir: Implement STG, keep track of global memory usage and flush
ReinUsesLisp
2019-04-14
1
-18
/
+24
*
video_core/texures/texture: Remove unnecessary includes
Lioncash
2019-04-06
1
-0
/
+1
*
video_core/renderer_opengl: Remove unnecessary includes
Lioncash
2019-04-04
1
-1
/
+0
*
video_core: Amend constructor initializer list order where applicable
Lioncash
2019-03-27
1
-1
/
+1
*
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-21
1
-2
/
+2
*
gpu: Move GPUVAddr definition to common_types.
bunnei
2019-03-21
1
-1
/
+1
*
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-16
1
-17
/
+16
*
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-15
1
-8
/
+10
*
renderer_opengl/gl_global_cache: Replace indexing for assignment with insert_or_assign
Lioncash
2019-03-11
1
-2
/
+2
*
gl_rasterizer: Implement global memory management
ReinUsesLisp
2019-01-30
1
-0
/
+70
*
gl_global_cache: Add dummy global cache manager
ReinUsesLisp
2019-01-08
1
-0
/
+24