index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
loading_screen: Unchunk progress bar
ReinUsesLisp
2019-02-06
1
-1
/
+3
*
gl_shader_cache: Link loading screen with disk shader cache load
ReinUsesLisp
2019-02-06
10
-12
/
+62
*
gl_shader_cache: Set GL_PROGRAM_SEPARABLE to dumped shaders
ReinUsesLisp
2019-02-06
1
-0
/
+1
*
gl_shader_disk_cache: Pass core system as argument and guard against games wi...
ReinUsesLisp
2019-02-06
11
-18
/
+58
*
gl_shader_disk_cache: Guard reads and writes against failure
ReinUsesLisp
2019-02-06
2
-216
/
+339
*
gl_shader_disk_cache: Address miscellaneous feedback
ReinUsesLisp
2019-02-06
5
-43
/
+57
*
gl_shader_disk_cache: Pass return values returning instead of by parameters
ReinUsesLisp
2019-02-06
3
-39
/
+37
*
gl_shader_disk_cache: Compress program binaries using LZ4
ReinUsesLisp
2019-02-06
1
-7
/
+28
*
gl_shader_disk_cache: Compress GLSL code using LZ4
ReinUsesLisp
2019-02-06
2
-6
/
+57
*
gl_shader_disk_cache: Save GLSL and entries into the precompiled file
ReinUsesLisp
2019-02-06
9
-135
/
+234
*
settings: Hide shader cache behind a setting
ReinUsesLisp
2019-02-06
8
-0
/
+42
*
gl_shader_disk_cache: Invalidate shader cache changes with CMake hash
ReinUsesLisp
2019-02-06
4
-46
/
+72
*
gl_shader_cache: Refactor to support disk shader cache
ReinUsesLisp
2019-02-06
2
-121
/
+388
*
gl_shader_disk_cache: Add transferable cache invalidation
ReinUsesLisp
2019-02-06
2
-0
/
+8
*
gl_shader_disk_cache: Add precompiled load
ReinUsesLisp
2019-02-06
2
-0
/
+45
*
gl_shader_disk_cache: Add precompiled save
ReinUsesLisp
2019-02-06
2
-0
/
+57
*
gl_shader_disk_cache: Add transferable load
ReinUsesLisp
2019-02-06
2
-0
/
+56
*
gl_shader_disk_cache: Add transferable stores
ReinUsesLisp
2019-02-06
2
-0
/
+194
*
gl_shader_disk_cache: Add ShaderDiskCacheOpenGL class and helpers
ReinUsesLisp
2019-02-06
2
-0
/
+76
*
gl_shader_disk_cache: Add file and move BaseBindings declaration
ReinUsesLisp
2019-02-06
4
-10
/
+58
*
gl_shader_decompiler: Remove name entries
ReinUsesLisp
2019-02-06
2
-28
/
+10
*
gl_shader_util: Add parameter to handle retrievable programs
ReinUsesLisp
2019-02-06
3
-6
/
+10
*
rasterizer_interface: Add disk cache entry for the rasterizer
ReinUsesLisp
2019-02-06
6
-0
/
+17
*
file_util: Add shader directory
ReinUsesLisp
2019-02-06
3
-0
/
+3
*
shader_decode: Implement LDG and basic cbuf tracking
ReinUsesLisp
2019-02-06
1
-0
/
+33
*
Merge pull request #2042 from ReinUsesLisp/nouveau-tex
bunnei
2019-02-06
11
-79
/
+82
|
\
|
*
video_core: Assert on invalid GPU to CPU address queries
ReinUsesLisp
2019-02-03
8
-47
/
+67
|
*
maxwell_3d: Allow sampler handles with TSC id zero
ReinUsesLisp
2019-02-03
1
-10
/
+6
|
*
maxwell_3d: Allow texture handles with TIC id zero
ReinUsesLisp
2019-02-03
3
-21
/
+7
|
*
memory_manager: Check for reserved page status
ReinUsesLisp
2019-02-03
1
-1
/
+2
*
|
Merge pull request #2071 from ReinUsesLisp/dsa-texture
bunnei
2019-02-06
8
-216
/
+153
|
\
\
|
*
|
gl_rasterizer_cache: Fixup test clause
ReinUsesLisp
2019-01-30
1
-6
/
+5
|
*
|
gl_rasterizer_cache: Guard clause swizzle testing
Mat M
2019-01-30
1
-1
/
+3
|
*
|
gl_state: Remove texture target tracking
ReinUsesLisp
2019-01-30
2
-5
/
+0
|
*
|
gl_rasterizer_cache: Move swizzling to textures instead of state
ReinUsesLisp
2019-01-30
6
-28
/
+35
|
*
|
gl_state: Use DSA and multi bind to update texture bindings
ReinUsesLisp
2019-01-30
1
-8
/
+22
|
*
|
gl_rasterizer: Use DSA for textures
ReinUsesLisp
2019-01-30
5
-185
/
+105
*
|
|
Merge pull request #2057 from FearlessTobi/port-4586
bunnei
2019-02-06
2
-7
/
+15
|
\
\
\
|
*
|
|
Use QPixmap/QIcon for background color selection button
xperia64
2019-01-26
2
-7
/
+15
*
|
|
|
Merge pull request #2086 from FearlessTobi/port-4583
bunnei
2019-02-06
1
-6
/
+10
|
\
\
\
\
|
*
|
|
|
Fix crash when no files are selected
xperia64
2019-02-05
1
-6
/
+6
|
*
|
|
|
Add file extension to screenshot filename if not provided
xperia64
2019-02-05
1
-3
/
+7
*
|
|
|
|
Merge pull request #2087 from lioncash/const
bunnei
2019-02-06
4
-50
/
+136
|
\
\
\
\
\
|
*
|
|
|
|
service/nvflinger,service/vi: Handle failure cases with exposed API
Lioncash
2019-02-05
4
-47
/
+133
|
*
|
|
|
|
service/nvflinger: Mark FindVsyncEvent() as a const member function
Lioncash
2019-02-05
2
-2
/
+2
|
*
|
|
|
|
service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent()
Lioncash
2019-02-05
3
-3
/
+3
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #2088 from jroweboy/h
bunnei
2019-02-05
1
-1
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
QT: Fix the loading screen 'H' switch logo to not glitch out
James Rowe
2019-02-05
1
-1
/
+4
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2085 from ReinUsesLisp/cube-minus-one
bunnei
2019-02-05
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
video_core/texture: Fix BitField size for depth_minus_one
ReinUsesLisp
2019-02-05
1
-1
/
+1
[next]