shadPS4/src/shader_recompiler/ir
squidbus 41d64a200d
shader_recompiler: Add swizzle support for unsupported formats. (#1869)
* shader_recompiler: Add swizzle support for unsupported formats.

* renderer_vulkan: Rework MRT swizzles and add unsupported format swizzle support.

* shader_recompiler: Clean up swizzle handling and handle ImageRead storage swizzle.

* shader_recompiler: Fix type errors

* liverpool_to_vk: Remove redundant clear color swizzles.

* shader_recompiler: Reduce CompositeConstruct to constants where possible.

* shader_recompiler: Fix ImageRead/Write and StoreBufferFormatF32 types.

* amdgpu: Add a few more unsupported format remaps.
2024-12-31 06:14:47 +02:00
..
passes shader_recompiler: Add swizzle support for unsupported formats. (#1869) 2024-12-31 06:14:47 +02:00
abstract_syntax_list.h video: Import new shader recompiler + display a triangle (#142) 2024-05-22 01:35:12 +03:00
attribute.cpp Tessellation (#1528) 2024-12-14 12:56:17 +02:00
attribute.h Tessellation (#1528) 2024-12-14 12:56:17 +02:00
basic_block.cpp Tessellation (#1528) 2024-12-14 12:56:17 +02:00
basic_block.h Fixed return strict const iterator, replace to range-based loop C++17 and code refactor (#548) 2024-10-18 11:06:11 +03:00
breadth_first_search.h Switch remaining CRLF terminated files to LF 2024-12-24 13:56:31 +01:00
condition.h core,shader_recompiler: added const ref filesystem::path and removed if type size less 16 (#446) 2024-08-16 11:36:05 +03:00
debug_print.h DebugPrintf in shaders (#1252) 2024-10-06 22:34:40 +03:00
ir_emitter.cpp shader_recompiler: Add swizzle support for unsupported formats. (#1869) 2024-12-31 06:14:47 +02:00
ir_emitter.h shader_recompiler: Add swizzle support for unsupported formats. (#1869) 2024-12-31 06:14:47 +02:00
microinstruction.cpp Tessellation (#1528) 2024-12-14 12:56:17 +02:00
opcodes.cpp video: Import new shader recompiler + display a triangle (#142) 2024-05-22 01:35:12 +03:00
opcodes.h Tessellation (#1528) 2024-12-14 12:56:17 +02:00
opcodes.inc shader_recompiler: Add swizzle support for unsupported formats. (#1869) 2024-12-31 06:14:47 +02:00
patch.cpp Tessellation (#1528) 2024-12-14 12:56:17 +02:00
patch.h Tessellation (#1528) 2024-12-14 12:56:17 +02:00
pattern_matching.h Tessellation (#1528) 2024-12-14 12:56:17 +02:00
post_order.cpp shader_recompiler: Implement most integer image atomics, workgroup barriers and shared memory load/store (#231) 2024-07-05 00:15:44 +03:00
post_order.h video: Import new shader recompiler + display a triangle (#142) 2024-05-22 01:35:12 +03:00
program.cpp video: Import new shader recompiler + display a triangle (#142) 2024-05-22 01:35:12 +03:00
program.h shader_recompiler: Implement render target swizzles when no format is available (#739) 2024-09-03 14:04:30 +03:00
reg.h Tessellation (#1528) 2024-12-14 12:56:17 +02:00
reinterpret.h shader_recompiler: Add swizzle support for unsupported formats. (#1869) 2024-12-31 06:14:47 +02:00
srt_gvn_table.h Implement shader resource tables (#1165) 2024-11-01 08:55:53 +02:00
type.cpp DebugPrintf in shaders (#1252) 2024-10-06 22:34:40 +03:00
type.h Tessellation (#1528) 2024-12-14 12:56:17 +02:00
value.cpp Tessellation (#1528) 2024-12-14 12:56:17 +02:00
value.h Tessellation (#1528) 2024-12-14 12:56:17 +02:00