yuzu/src/video_core
Subv 1d9d9c16e8 GPU: Make the SetShader macro call do the same as the real macro's code.
It'll now set the CB_SIZE, CB_ADDRESS and CB_BIND registers when it's called.

Presumably this SetShader function is binding the constant shader uniforms to buffer 1 (c1[]).
2018-03-17 18:32:55 -05:00
..
engines GPU: Make the SetShader macro call do the same as the real macro's code. 2018-03-17 18:32:55 -05:00
renderer_opengl renderer_opengl: Support framebuffer flip vertical. 2018-02-11 21:03:55 -05:00
CMakeLists.txt Make a GPU class in VideoCore to contain the GPU state. 2018-02-11 23:44:12 -05:00
command_processor.cpp GPU: Process command mode 5 (IncreaseOnce) differently from other commands. 2018-03-16 20:32:44 -05:00
command_processor.h GPU: Process command mode 5 (IncreaseOnce) differently from other commands. 2018-03-16 20:32:44 -05:00
gpu.h GPU: Process command mode 5 (IncreaseOnce) differently from other commands. 2018-03-16 20:32:44 -05:00
memory_manager.cpp Make a GPU class in VideoCore to contain the GPU state. 2018-02-11 23:44:12 -05:00
memory_manager.h Make a GPU class in VideoCore to contain the GPU state. 2018-02-11 23:44:12 -05:00
renderer_base.cpp Remove references to PICA and rasterizers in video_core 2018-01-12 19:11:03 -07:00
renderer_base.h renderer_opengl: Support framebuffer flip vertical. 2018-02-11 21:03:55 -05:00
utils.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
video_core.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
video_core.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00