index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gl_graphics_pipeline: Port optimizations from Vulkan pipelines
ReinUsesLisp
2021-07-22
2
-57
/
+141
*
buffer_cache: Fix debugging leftover
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
buffer_cache: Fix size reductions not having in mind bind sizes
ReinUsesLisp
2021-07-22
1
-7
/
+23
*
shaders: Allow shader notify when async shaders is disabled
ameerj
2021-07-22
2
-11
/
+9
*
vk_graphics_pipeline: Use VK_KHR_push_descriptor when available
ReinUsesLisp
2021-07-22
8
-36
/
+88
*
shader: Properly manage attributes not written from previous stages
ReinUsesLisp
2021-07-22
2
-5
/
+22
*
shader: Split profile and runtime info headers
ReinUsesLisp
2021-07-22
2
-1
/
+2
*
shader: Add support for native 16-bit floats
ReinUsesLisp
2021-07-22
5
-10
/
+24
*
shader: Rename maxwell/program.h to translate_program.h
ReinUsesLisp
2021-07-22
2
-2
/
+2
*
vulkan_device: Blacklist VK_EXT_vertex_input_dynamic_state on Intel
ReinUsesLisp
2021-07-22
1
-0
/
+4
*
glsl: Address rest of feedback
ameerj
2021-07-22
4
-17
/
+22
*
glsl: Conditionally use fine/coarse derivatives based on device support
ameerj
2021-07-22
1
-0
/
+1
*
glsl: Cleanup/Address feedback
ameerj
2021-07-22
1
-0
/
+2
*
gl_shader_cache: Implement async shaders
ameerj
2021-07-22
7
-107
/
+154
*
glsl: Add stubs for sparse queries and variable aoffi when not supported
ameerj
2021-07-22
3
-0
/
+8
*
gl_shader_cache: Remove const from pipeline source arguments
ameerj
2021-07-22
4
-6
/
+6
*
gl_shader_cache: Move OGL shader compilation to the respective Pipeline const...
ameerj
2021-07-22
5
-76
/
+79
*
glsl: Address more feedback. Implement indexed texture reads
ameerj
2021-07-22
1
-3
/
+3
*
gl_rasterizer: Add texture fetch barrier for fragments
ameerj
2021-07-22
1
-1
/
+1
*
glsl: Implement fswzadd
ameerj
2021-07-22
1
-0
/
+1
*
glsl: Rebase fixes
ameerj
2021-07-22
2
-3
/
+5
*
glsl: Use textureGrad fallback when EXT_texture_shadow_lod is unsupported
ameerj
2021-07-22
1
-0
/
+1
*
glsl: skip gl_ViewportIndex write if device does not support it
ameerj
2021-07-22
1
-0
/
+1
*
glsl: Implement transform feedback
ameerj
2021-07-22
1
-5
/
+13
*
glsl: Implement VOTE for subgroup size potentially larger
ameerj
2021-07-22
3
-1
/
+7
*
glsl: Implement some attribute getters and setters
ameerj
2021-07-22
1
-1
/
+0
*
glsl: Query GL Device for FP16 extension support
ameerj
2021-07-22
3
-0
/
+14
*
glsl: Fixup build issues
ReinUsesLisp
2021-07-22
1
-1
/
+1
*
glsl: Initial backend
ameerj
2021-07-22
1
-2
/
+5
*
vk_rasterizer: Exit render passes on fragment barriers
ReinUsesLisp
2021-07-22
1
-0
/
+1
*
vk_graphics_pipeline: Fix path with no VK_EXT_extended_dynamic_state
Rodrigo Locatti
2021-07-22
1
-1
/
+1
*
buffer_cache: Invalidate fast buffers on compute
ReinUsesLisp
2021-07-22
1
-0
/
+1
*
shader: Add shader loop safety check settings
lat9nq
2021-07-22
1
-2
/
+2
*
vulkan_device: Enable VK_EXT_vertex_input_dynamic_state
ReinUsesLisp
2021-07-22
1
-0
/
+28
*
vk_pipeline_cache: Skip cached pipelines with different dynamic state
ReinUsesLisp
2021-07-22
1
-0
/
+6
*
vulkan: Add VK_EXT_vertex_input_dynamic_state support
ReinUsesLisp
2021-07-22
11
-116
/
+291
*
shader: Reorder shader cache directories
ReinUsesLisp
2021-07-22
2
-18
/
+12
*
vk_rasterizer: Implement first index
ReinUsesLisp
2021-07-22
1
-2
/
+5
*
vulkan: Use VK_EXT_provoking_vertex when available
ReinUsesLisp
2021-07-22
6
-4
/
+52
*
gl_buffer_cache: Use unorm internal formats for snorm texture buffer views
ameerj
2021-07-22
1
-1
/
+24
*
shader_environment: Fix local memory size calculations
ReinUsesLisp
2021-07-22
1
-3
/
+3
*
buffer_cache: Fix copy based uniform bindings tracking
ReinUsesLisp
2021-07-22
2
-9
/
+22
*
shader_environment: Add shader_local_memory_crs_size to local memory size
ameerj
2021-07-22
1
-1
/
+1
*
gl_texture_cache: Create image storage views
ReinUsesLisp
2021-07-22
4
-38
/
+126
*
gl_shader_util: Move shader utility code to a separate file
ReinUsesLisp
2021-07-22
7
-245
/
+106
*
gl_shader_cache: Store workers in shader cache object
ReinUsesLisp
2021-07-22
2
-58
/
+78
*
vk_pipeline_cache,shader_notify: Add shader notifications
ReinUsesLisp
2021-07-22
9
-90
/
+121
*
vk_pipeline_cache: Add asynchronous shaders
ReinUsesLisp
2021-07-22
3
-3
/
+33
*
vk_rasterizer: Flush work on clear and dispatches
ReinUsesLisp
2021-07-22
1
-0
/
+3
*
DMA: Restrict optimised path for BlockToLinear further.
FernandoS27
2021-07-22
1
-1
/
+2
[next]