shadPS4/src/shader_recompiler/ir
baggins183 3c0255b953
DebugPrintf in shaders (#1252)
* Add shader debug print opcode that uses NonSemantic DebugPrintf extension

* small correction for flags in Inst

* Fix IR Debug Print. Add StringLiteral op

* add missing microinstruction changes for debugprint

* cleanup. delete vaarg stuff. Smuggle format string in Info and flags

* more cleanup

* more

* (dont merge??) update sirit submodule

* fix num args 4 -> 5

* add notes about DebugPrint IR op

* use NumArgsOf again

* copyright

* update sirit submodule

* fix clangformat

* add new Value variant for string literal. Use arg0 for fmt string

* remove string pool changes

* Update src/shader_recompiler/ir/value.cpp

Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com>

---------

Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com>
2024-10-06 22:34:40 +03:00
..
passes Initial support of Geometry shaders (#1244) 2024-10-06 01:26:50 +03: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 video_core: Implement guest buffer manager (#373) 2024-08-08 15:02:10 +03:00
basic_block.h shader_recompiler: Implement data share append and consume operations (#814) 2024-09-07 00:14:51 +03:00
breadth_first_search.h shader_recompiler: Small instruction parsing refactor/bugfixes (#340) 2024-07-30 23:32:40 +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 DebugPrintf in shaders (#1252) 2024-10-06 22:34:40 +03:00
ir_emitter.h DebugPrintf in shaders (#1252) 2024-10-06 22:34:40 +03:00
microinstruction.cpp DebugPrintf in shaders (#1252) 2024-10-06 22:34:40 +03:00
opcodes.cpp video: Import new shader recompiler + display a triangle (#142) 2024-05-22 01:35:12 +03:00
opcodes.h DebugPrintf in shaders (#1252) 2024-10-06 22:34:40 +03:00
opcodes.inc DebugPrintf in shaders (#1252) 2024-10-06 22:34:40 +03: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 Initial support of Geometry shaders (#1244) 2024-10-06 01:26:50 +03: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 DebugPrintf in shaders (#1252) 2024-10-06 22:34:40 +03:00
value.h DebugPrintf in shaders (#1252) 2024-10-06 22:34:40 +03:00