There was an error fetching the commit references. Please try again later.
Introduce a shader tracer to allow inspection of input/output values for each...
Introduce a shader tracer to allow inspection of input/output values for each processed instruction.
Showing
- src/citra_qt/debugger/graphics_vertex_shader.cpp 217 additions, 34 deletionssrc/citra_qt/debugger/graphics_vertex_shader.cpp
- src/citra_qt/debugger/graphics_vertex_shader.h 44 additions, 8 deletionssrc/citra_qt/debugger/graphics_vertex_shader.h
- src/video_core/command_processor.cpp 1 addition, 1 deletionsrc/video_core/command_processor.cpp
- src/video_core/debug_utils/debug_utils.cpp 1 addition, 2 deletionssrc/video_core/debug_utils/debug_utils.cpp
- src/video_core/debug_utils/debug_utils.h 2 additions, 1 deletionsrc/video_core/debug_utils/debug_utils.h
- src/video_core/shader/shader.cpp 45 additions, 4 deletionssrc/video_core/shader/shader.cpp
- src/video_core/shader/shader.h 189 additions, 6 deletionssrc/video_core/shader/shader.h
- src/video_core/shader/shader_interpreter.cpp 82 additions, 22 deletionssrc/video_core/shader/shader_interpreter.cpp
- src/video_core/shader/shader_interpreter.h 2 additions, 1 deletionsrc/video_core/shader/shader_interpreter.h
- src/video_core/shader/shader_jit_x64.cpp 4 additions, 4 deletionssrc/video_core/shader/shader_jit_x64.cpp
Loading
Please register or sign in to comment