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
...
|
*
|
shader: Move microinstruction header to the value header
ReinUsesLisp
2021-07-22
1
-1
/
+1
|
*
|
shader: Implement D3D samplers
ReinUsesLisp
2021-07-22
3
-37
/
+51
|
*
|
shader: Implement SR_Y_DIRECTION
FernandoS27
2021-07-22
3
-0
/
+4
|
*
|
shader: Implement PIXLD.MY_INDEX
ReinUsesLisp
2021-07-22
1
-1
/
+2
|
*
|
spirv: Implement ViewportMask with NV_viewport_array2
ReinUsesLisp
2021-07-22
3
-0
/
+12
|
*
|
shader: Implement tessellation shaders, polygon mode and invocation id
ReinUsesLisp
2021-07-22
6
-3
/
+50
|
*
|
vk_pipeline_cache: Silence GCC warnings
lat9nq
2021-07-22
1
-0
/
+2
|
*
|
spirv: Implement image buffers
ReinUsesLisp
2021-07-22
4
-26
/
+56
|
*
|
spirv: Implement alpha test
ameerj
2021-07-22
1
-0
/
+36
|
*
|
shader: Implement transform feedbacks and define file format
ReinUsesLisp
2021-07-22
3
-7
/
+156
|
*
|
shader: Implement early Z tests
ReinUsesLisp
2021-07-22
1
-0
/
+1
|
*
|
spirv: Rework storage buffers and shader memory
ReinUsesLisp
2021-07-22
1
-1
/
+28
|
*
|
shader: Implement geometry shaders
ReinUsesLisp
2021-07-22
2
-7
/
+56
|
*
|
pipeline_helper: Simplify descriptor objects initialization
ReinUsesLisp
2021-07-22
1
-33
/
+25
|
*
|
shader: Implement ATOM/S and RED
ameerj
2021-07-22
3
-0
/
+21
|
*
|
nsight_aftermath_tracker: Report used shaders to Nsight Aftermath
ReinUsesLisp
2021-07-22
6
-16
/
+20
|
*
|
spirv: Guard against typeless image reads on unsupported devices
ReinUsesLisp
2021-07-22
1
-0
/
+1
|
*
|
vk_rasterizer: Request outside render pass execution context for compute
ReinUsesLisp
2021-07-22
1
-0
/
+1
|
*
|
pipeline_helper: Add missing [[maybe_unused]]
ReinUsesLisp
2021-07-22
1
-1
/
+1
|
*
|
shader: Implement SULD and SUST
ReinUsesLisp
2021-07-22
8
-65
/
+135
|
*
|
shader: Address feedback + clang format
lat9nq
2021-07-22
1
-2
/
+2
|
*
|
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
2021-07-22
5
-16
/
+16
|
*
|
shader: Interact texture buffers with buffer cache
ReinUsesLisp
2021-07-22
14
-119
/
+304
|
*
|
shader: Implement texture buffers
ReinUsesLisp
2021-07-22
4
-12
/
+29
|
*
|
vk_pipeline_cache: Fix num of pipeline workers on weird platforms
ReinUsesLisp
2021-07-22
1
-1
/
+1
|
*
|
shader: Fix ShadowCube declaration type, set number of pipeline threads based...
FernandoS27
2021-07-22
1
-1
/
+3
|
*
|
vk_compute_pass: Fix compute passes
ReinUsesLisp
2021-07-22
3
-23
/
+19
|
*
|
shader: Remove atomic flags and use mutex + cond variable for pipelines
ReinUsesLisp
2021-07-22
4
-11
/
+32
|
*
|
vk_pipeline_cache: Remove unnecesary scope in pipeline cache locking
ReinUsesLisp
2021-07-22
1
-15
/
+12
|
*
|
vk_pipeline_cache: Small fixes to the pipeline cache
FernandoS27
2021-07-22
1
-10
/
+14
|
*
|
shader: Mark SSBOs as written when they are
FernandoS27
2021-07-22
2
-2
/
+2
|
*
|
shader: Implement ViewportIndex
FernandoS27
2021-07-22
1
-0
/
+1
|
*
|
vulkan: Serialize pipelines on a separate thread
ReinUsesLisp
2021-07-22
2
-67
/
+64
|
*
|
vulkan: Create pipeline layouts in separate threads
ReinUsesLisp
2021-07-22
7
-63
/
+65
|
*
|
vulkan: Build pipelines in parallel at runtime
ReinUsesLisp
2021-07-22
9
-165
/
+197
|
*
|
vk_pipeline_cache: Name SPIR-V modules
ReinUsesLisp
2021-07-22
1
-1
/
+11
|
*
|
shader: Address feedback
FernandoS27
2021-07-22
1
-1
/
+1
|
*
|
shader: Implement TLD
FernandoS27
2021-07-22
1
-2
/
+1
|
*
|
spirv: Add fixed pipeline point size
ReinUsesLisp
2021-07-22
1
-0
/
+3
|
*
|
shader: Implement BRX
FernandoS27
2021-07-22
1
-1
/
+49
|
*
|
vk_pipeline_cache: Fix size hashing of shaders
ReinUsesLisp
2021-07-22
1
-8
/
+7
|
*
|
shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available
ReinUsesLisp
2021-07-22
3
-19
/
+104
|
*
|
shader: Better interpolation and disabled attributes support
ReinUsesLisp
2021-07-22
2
-2
/
+5
|
*
|
spirv: Remove dependencies on Environment when generating SPIR-V
ReinUsesLisp
2021-07-22
1
-7
/
+3
|
*
|
vk_pipeline_cache: Fix pipeline and shader caches
ReinUsesLisp
2021-07-22
2
-6
/
+21
|
*
|
shader: Fix rasterizer integration order issues
ReinUsesLisp
2021-07-22
3
-7
/
+6
|
*
|
shader: Implement TXQ and fix FragDepth
ReinUsesLisp
2021-07-22
1
-0
/
+92
|
*
|
shader: Implement NDC [-1, 1], attribute types and default varying initializa...
ReinUsesLisp
2021-07-22
3
-3
/
+37
|
*
|
shader: Implement VOTE
ameerj
2021-07-22
4
-1
/
+15
|
*
|
vk_pipeline_cache: Fix ReleaseContents order
ReinUsesLisp
2021-07-22
1
-2
/
+2
[prev]
[next]