index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Update style to clang-format-12
ameerj
2021-09-24
1
-2
/
+4
*
Spir-V: Rescale the frag depth to 0,1 mode when -1,1 mode is used in Vulkan.
Fernando Sahmkow
2021-09-15
1
-1
/
+7
*
Merge pull request #6948 from ameerj/amd-warp-fix
Morph
2021-09-12
2
-54
/
+109
|
\
|
*
emit_glsl_warp: Fix shuffle ops for 64-thread warp sizes
ameerj
2021-08-31
1
-24
/
+36
|
*
emit_glsl_warp: Fix ballot related ops for 64-thread warp sizes
ameerj
2021-08-31
1
-24
/
+38
|
*
emit_spirv_warp: Fix shuffle ops for 64-thread warp sizes
ameerj
2021-08-31
1
-1
/
+29
|
*
emit_spirv_warp: Fix ballot related ops for 64-thread warp sizes
ameerj
2021-08-31
1
-10
/
+11
*
|
Merge pull request #6962 from vonchenplus/spirv_support_legacy_attribute
bunnei
2021-09-08
3
-0
/
+107
|
\
\
|
*
|
Detail adjustment
Feng Chen
2021-09-08
1
-13
/
+14
|
*
|
Detail adjustment
Feng Chen
2021-09-08
2
-28
/
+35
|
*
|
Re-implement get unused location
Feng Chen
2021-09-07
1
-30
/
+30
|
*
|
Move attribute related definitions to spirv anonymous namespace
Feng Chen
2021-09-07
4
-30
/
+26
|
*
|
Dynamic get unused location
Feng Chen
2021-09-06
1
-27
/
+49
|
*
|
Implement intput and output fixed fnc textures
Feng Chen
2021-09-06
4
-19
/
+25
|
*
|
Rename parameters
Feng Chen
2021-09-03
5
-14
/
+24
|
*
|
Fix create GraphicsPipelines crash
Feng Chen
2021-09-03
1
-5
/
+5
|
*
|
Add input/output location
Feng Chen
2021-09-02
1
-5
/
+13
|
*
|
Add colorfront and txtcoord support
Feng Chen
2021-09-01
5
-0
/
+57
*
|
|
Merge pull request #6900 from ameerj/attr-reorder
bunnei
2021-09-01
4
-10
/
+133
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
structured_control_flow: Skip reordering nested demote branches.
ameerj
2021-08-30
1
-0
/
+11
|
*
|
structured_control_flow: Conditionally invoke demote reorder pass
ameerj
2021-08-30
4
-10
/
+16
|
*
|
structured_control_flow: Add DemoteCombinationPass
ameerj
2021-08-28
1
-1
/
+107
|
|
/
*
/
emit_spirv_context_get_set: Fix Get FrontFace return value
ameerj
2021-08-26
1
-2
/
+3
|
/
*
SPIR-V: Merge two ifs in EmitGetAttribute
Valeri
2021-08-19
1
-6
/
+2
*
Merge pull request #6767 from ReinUsesLisp/fold-float-pack
Morph
2021-07-30
1
-0
/
+4
|
\
|
*
shader: Fold UnpackFloat2x16 and PackFloat2x16
ReinUsesLisp
2021-07-29
1
-0
/
+4
*
|
Merge pull request #6722 from ReinUsesLisp/xmad-opts
bunnei
2021-07-29
2
-14
/
+195
|
\
\
|
|
/
|
/
|
|
*
shader: Fold integer FMA from Nvidia's pattern
ReinUsesLisp
2021-07-26
1
-0
/
+175
|
*
shader: Use TryInstRecursive on XMAD multiply folding
ReinUsesLisp
2021-07-26
1
-14
/
+12
|
*
shader: Add TryInstRecursive utility to values
ReinUsesLisp
2021-07-26
1
-0
/
+8
*
|
shader: Mark ConvertF16F32 and ConvertF32F16 as fp16 instructions
ReinUsesLisp
2021-07-27
1
-0
/
+2
*
|
exception: Make constructors explicit
Lioncash
2021-07-27
1
-4
/
+4
*
|
exception: Make what() member function nodiscard
Lioncash
2021-07-27
1
-1
/
+1
*
|
exception: Narrow down specific header
Lioncash
2021-07-27
1
-1
/
+1
*
|
Merge pull request #6724 from lioncash/nodisc-shader
Rodrigo Locatti
2021-07-26
2
-4
/
+4
|
\
\
|
*
|
shader_recompiler: Remove unnecessary [[nodiscard]] instances
Lioncash
2021-07-26
2
-4
/
+4
|
|
/
*
|
Merge pull request #6726 from lioncash/hguard
Rodrigo Locatti
2021-07-26
1
-0
/
+2
|
\
\
|
*
|
emit_spirv_instructions: Add missing header guard
Lioncash
2021-07-26
1
-0
/
+2
|
|
/
*
|
Merge pull request #6727 from lioncash/topology
Rodrigo Locatti
2021-07-26
1
-1
/
+1
|
\
\
|
*
|
emit_glasm: Fix LINESS_ADJACENCY typo in InputPrimitive()
Lioncash
2021-07-26
1
-1
/
+1
|
|
/
*
|
Merge pull request #6723 from lioncash/shader
Rodrigo Locatti
2021-07-26
1
-0
/
+1
|
\
\
|
*
|
object_pool: Add missing return in Chunk move assignment operator
Lioncash
2021-07-26
1
-0
/
+1
|
|
/
*
/
control_flow: Fix duplicate switch case in OpcodeToken
Lioncash
2021-07-26
1
-1
/
+1
|
/
*
shader: Support out of bound local memory reads and immediate writes
ReinUsesLisp
2021-07-22
1
-4
/
+21
*
shader: Fix disabled attribute default values
ameerj
2021-07-22
1
-1
/
+1
*
glsl: Simplify FCMP emission
ameerj
2021-07-22
1
-6
/
+4
*
glsl: Update TessellationControl gl_in
ameerj
2021-07-22
1
-0
/
+28
*
shader: Implement ISETP.X
ameerj
2021-07-22
4
-44
/
+57
*
shader: Avoid usage of C++20 ranges to build in clang
ReinUsesLisp
2021-07-22
11
-39
/
+47
*
glsl: Clamp shared mem size to GL_MAX_COMPUTE_SHARED_MEMORY_SIZE
ameerj
2021-07-22
2
-2
/
+11
[next]