1
0
Fork 0
forked from suyu/suyu
suyu/src/video_core
Lioncash 0f2ac928f2 video_core: Make global EmuWindow instance part of the base renderer class
Makes the global a member of the RendererBase class. We also change this
to be a reference. Passing any form of null pointer to these functions
is incorrect entirely, especially given the code itself assumes that the
pointer would always be in a valid state.

This also makes it easier to follow the lifecycle of instances being
used, as we explicitly interact the renderer with the rasterizer, rather
than it just operating on a global pointer.
2018-08-01 21:40:30 -04:00
..
debug_utils Fix crash at exit 2018-06-25 18:01:08 +03:00
engines GPU: Remove the assert that required the CODE_ADDRESS to be 0. 2018-07-24 13:54:12 -05:00
renderer_opengl video_core: Make global EmuWindow instance part of the base renderer class 2018-08-01 21:40:30 -04:00
textures Implement R16_G16 2018-07-26 02:01:29 +02:00
CMakeLists.txt gl_rasterizer: Implement texture format ASTC_2D_4X4. 2018-06-18 01:56:59 -04:00
command_processor.cpp Update clang format 2018-07-02 21:45:47 -04:00
command_processor.h GPU: Process command mode 5 (IncreaseOnce) differently from other commands. 2018-03-16 20:32:44 -05:00
gpu.cpp Implement R32_FLOAT RenderTargetFormat 2018-08-01 15:31:42 +02:00
gpu.h Implement R32_FLOAT RenderTargetFormat 2018-08-01 15:31:42 +02:00
macro_interpreter.cpp MacroInterpreter: Avoid left shifting negative values. 2018-07-30 20:38:24 -05:00
macro_interpreter.h MacroInterpreter: Avoid left shifting negative values. 2018-07-30 20:38:24 -05:00
memory_manager.cpp video_core/memory_manager: Replace a loop with std::array's fill() function in PageSlot() 2018-07-24 11:56:30 -04:00
memory_manager.h GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl. 2018-05-20 14:25:56 -05:00
rasterizer_interface.h GPU: Bind and clear the render target when the CLEAR_BUFFERS register is written to. 2018-07-03 16:56:44 -05:00
renderer_base.cpp video_core: Make global EmuWindow instance part of the base renderer class 2018-08-01 21:40:30 -04:00
renderer_base.h video_core: Make global EmuWindow instance part of the base renderer class 2018-08-01 21:40:30 -04:00
utils.h renderer_opengl: Fix Morton copy byteswap, etc. 2018-04-14 16:01:39 -04:00
video_core.cpp video_core: Make global EmuWindow instance part of the base renderer class 2018-08-01 21:40:30 -04:00
video_core.h video_core: Make global EmuWindow instance part of the base renderer class 2018-08-01 21:40:30 -04:00