There was an error fetching the commit references. Please try again later.
Merge pull request #2346 from yuriks/shader-refactor2
More shader refactoring
Showing
- src/citra_qt/debugger/graphics/graphics_vertex_shader.cpp 5 additions, 2 deletionssrc/citra_qt/debugger/graphics/graphics_vertex_shader.cpp
- src/citra_qt/debugger/graphics/graphics_vertex_shader.h 1 addition, 0 deletionssrc/citra_qt/debugger/graphics/graphics_vertex_shader.h
- src/video_core/CMakeLists.txt 4 additions, 2 deletionssrc/video_core/CMakeLists.txt
- src/video_core/command_processor.cpp 14 additions, 8 deletionssrc/video_core/command_processor.cpp
- src/video_core/pica.cpp 1 addition, 1 deletionsrc/video_core/pica.cpp
- src/video_core/shader/shader.cpp 26 additions, 76 deletionssrc/video_core/shader/shader.cpp
- src/video_core/shader/shader.h 35 additions, 35 deletionssrc/video_core/shader/shader.h
- src/video_core/shader/shader_interpreter.cpp 39 additions, 10 deletionssrc/video_core/shader/shader_interpreter.cpp
- src/video_core/shader/shader_interpreter.h 18 additions, 8 deletionssrc/video_core/shader/shader_interpreter.h
- src/video_core/shader/shader_jit_x64.cpp 25 additions, 865 deletionssrc/video_core/shader/shader_jit_x64.cpp
- src/video_core/shader/shader_jit_x64.h 12 additions, 103 deletionssrc/video_core/shader/shader_jit_x64.h
- src/video_core/shader/shader_jit_x64_compiler.cpp 884 additions, 0 deletionssrc/video_core/shader/shader_jit_x64_compiler.cpp
- src/video_core/shader/shader_jit_x64_compiler.h 125 additions, 0 deletionssrc/video_core/shader/shader_jit_x64_compiler.h
Loading
Please register or sign in to comment