shadPS4/src
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
..
audio_core audio_core: Fix return value types and shift some error handling to library. (#1212) 2024-10-03 07:01:39 +03:00
common Devtools: PM4 Explorer (#1094) 2024-10-03 22:43:23 +02:00
core Working touchpad support (#1257) 2024-10-06 13:00:35 +03:00
images Best icons for flags (#1133) 2024-09-28 21:49:48 +03:00
imgui imgui: fix blocking keyboard at startup (#1237) 2024-10-04 19:06:08 +03:00
input sdl: Fix use of functions that now return SDL_bool (#1160) 2024-09-30 06:47:55 +03:00
qt_gui CI: Build outside the main branch (#1239) 2024-10-06 02:26:19 +03:00
shader_recompiler DebugPrintf in shaders (#1252) 2024-10-06 22:34:40 +03:00
video_core vulkan: Use view of null buffer for texel buffers if nullDescriptor not supported. (#1231) 2024-10-06 02:25:12 +03:00
.clang-format chore: Make shadps4 REUSE compliant 2024-02-23 23:33:43 +02:00
emulator.cpp add log type to log file (#1260) 2024-10-06 14:53:53 +03:00
emulator.h Revert "Add UI to configure keyboard-to-controller mapping (#308)" 2024-09-11 12:56:27 +03:00
main.cpp Use fs::path::native whenever possible, avoid unnecessary fs->string conversions in GUI code (#1064) 2024-09-26 11:41:59 +03:00
sdl_window.cpp Hide cursor on key/button press (#1211) 2024-10-04 08:49:18 +02:00
sdl_window.h Revert "Add UI to configure keyboard-to-controller mapping (#308)" 2024-09-11 12:56:27 +03:00
shadps4.qrc Auto Update (#1006) 2024-09-24 23:03:15 +03:00
shadps4.rc file formats and qt (#88) 2024-03-01 00:00:35 +02:00