shadPS4/src/shader_recompiler/ir
TheTurtle 722a0e36be
graphics: Improve handling of color buffer and storage image swizzles (#1763)
* liverpool_to_vk: Remove wrong component swap formats

* shader_recompiler: Handle storage and buffer format swizzles

* shader_recompiler: Skip unsupported depth export

* image_view: Remove image format swizzle

* Platform support is not always guaranteed
2024-12-13 21:49:37 +02:00
..
passes graphics: Improve handling of color buffer and storage image swizzles (#1763) 2024-12-13 21:49:37 +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 shader_recompilers: Improvements to SSA phi generation and lane instruction elimination (#1667) 2024-12-05 23:14:16 +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 shader_recompiler: Emulate unnormalized sampler coordinates in shader. (#1762) 2024-12-13 21:49:07 +02:00
ir_emitter.h shader_recompiler: Emulate unnormalized sampler coordinates in shader. (#1762) 2024-12-13 21:49:07 +02:00
microinstruction.cpp shader_recompilers: Improvements to SSA phi generation and lane instruction elimination (#1667) 2024-12-05 23:14:16 +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 shader_recompiler: Emulate unnormalized sampler coordinates in shader. (#1762) 2024-12-13 21:49:07 +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 shader_recompiler: Emulate unnormalized sampler coordinates in shader. (#1762) 2024-12-13 21:49:07 +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 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 shader_recompilers: Improvements to SSA phi generation and lane instruction elimination (#1667) 2024-12-05 23:14:16 +02:00