shadPS4/src/shader_recompiler/ir
squidbus 3f949d2b6c
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / windows-qt (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / macos-qt (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-qt (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / linux-qt-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
amdgpu: Handle 32-bit Unorm formats. (#2974)
2025-05-22 03:16:20 -07:00
..
passes vulkan: Handle incompatible depth format using null binding. (#2892) 2025-05-09 08:43:20 -07: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 shader_recompiler: Remove special case buffers and add support for aliasing (#2428) 2025-02-15 14:06:56 +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 Bump to Clang 19 (#2434) 2025-02-18 15:55:13 +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 IMAGE_ATOMIC_FMIN and IMAGE_ATOMIC_FMAX for 32bit floats (#2820) 2025-04-30 11:42:08 -07:00
ir_emitter.h Implement IMAGE_ATOMIC_FMIN and IMAGE_ATOMIC_FMAX for 32bit floats (#2820) 2025-04-30 11:42:08 -07:00
microinstruction.cpp fix: Add new image atomic instructions to relevant lists. 2025-04-30 17:55:50 -07: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 19 (#2434) 2025-02-18 15:55:13 +02:00
opcodes.inc Implement IMAGE_ATOMIC_FMIN and IMAGE_ATOMIC_FMAX for 32bit floats (#2820) 2025-04-30 11:42:08 -07: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 shader_recompiler: Misc shader fixes. (#2781) 2025-04-13 23:46:30 -07:00
reinterpret.h amdgpu: Handle 32-bit Unorm formats. (#2974) 2025-05-22 03:16:20 -07:00
srt_gvn_table.h Misc Cleanups (#2579) 2025-03-02 21:52:32 +02:00
type.cpp Fix shader type names (#2336) 2025-02-03 23:24:56 -08: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