shadPS4/src/shader_recompiler/ir
squidbus 920acb8d8b
renderer_vulkan: Parse fetch shader per-pipeline (#1656)
* shader_recompiler: Read image format info directly from sharps instead of storing in shader info.

* renderer_vulkan: Parse fetch shader per-pipeline

* Few minor fixes.

* shader_recompiler: Specialize on vertex attribute number types.

* shader_recompiler: Move GetDrawOffsets to fetch shader
2024-12-04 13:03:47 +02:00
..
passes renderer_vulkan: Parse fetch shader per-pipeline (#1656) 2024-12-04 13:03: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 Initial support of Geometry shaders (#1244) 2024-10-06 01:26:50 +03:00
attribute.h Initial support of Geometry shaders (#1244) 2024-10-06 01:26:50 +03:00
basic_block.cpp Implement shader resource tables (#1165) 2024-11-01 08:55:53 +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 Bump to Clang 18 (#1549) 2024-11-21 12:08:22 +02: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 implement DS_AND_B32, DS_OR_B32, DS_XOR_B32 (#1593) 2024-11-30 22:39:11 +02:00
ir_emitter.h implement DS_AND_B32, DS_OR_B32, DS_XOR_B32 (#1593) 2024-11-30 22:39:11 +02:00
microinstruction.cpp implement DS_AND_B32, DS_OR_B32, DS_XOR_B32 (#1593) 2024-11-30 22:39:11 +02:00
opcodes.cpp video: Import new shader recompiler + display a triangle (#142) 2024-05-22 01:35:12 +03:00
opcodes.h Bump to Clang 18 (#1549) 2024-11-21 12:08:22 +02:00
opcodes.inc implement DS_AND_B32, DS_OR_B32, DS_XOR_B32 (#1593) 2024-11-30 22:39:11 +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 renderer_vulkan: Commize and adjust buffer bindings (#1412) 2024-10-19 15:30:58 +03: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 DebugPrintf in shaders (#1252) 2024-10-06 22:34:40 +03:00
value.cpp Implement shader resource tables (#1165) 2024-11-01 08:55:53 +02:00
value.h Implement shader resource tables (#1165) 2024-11-01 08:55:53 +02:00