citra/src/video_core
fearlessTobi f61c9c3eb7 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-25 15:20:40 +02:00
..
debug_utils reformat all files with clang-format 2018-06-29 16:56:12 +03:00
renderer_opengl video_core: Make global EmuWindow instance part of the base renderer … 2018-08-25 15:20:40 +02:00
shader reformat all files with clang-format 2018-06-29 16:56:12 +03:00
swrasterizer Merge pull request #3994 from FearlessTobi/replace-clamp-functions 2018-08-02 11:08:07 -06:00
texture Fix compile errors 2018-07-26 13:23:25 +02:00
CMakeLists.txt gl_rasterizer: isolate shader management into its own class 2018-04-11 14:52:37 +03:00
command_processor.cpp reformat all files with clang-format 2018-06-29 16:56:12 +03:00
command_processor.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
geometry_pipeline.cpp
geometry_pipeline.h
gpu_debugger.h log: replace all NGLOG with LOG 2018-06-29 14:18:07 +03:00
pica_state.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
pica_types.h
pica.cpp Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
pica.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
primitive_assembly.cpp log: replace all NGLOG with LOG 2018-06-29 14:18:07 +03:00
primitive_assembly.h video_core/command_processor: attempt accelerate draw in draw trigger 2018-05-14 10:17:36 +03:00
rasterizer_interface.h gl_rasterizer: implement AccelerateDrawBatch to emulate PICA shader on hardware 2018-05-14 10:17:36 +03:00
regs_framebuffer.h log: replace all NGLOG with LOG 2018-06-29 14:18:07 +03:00
regs_lighting.h pica/lighting: split FresnelSelector into bitfields 2018-04-10 20:25:56 +03:00
regs_pipeline.h regs_pipeline: use proper unsigned type where applicable 2018-05-06 15:57:48 +03:00
regs_rasterizer.h Optimize AttributeBuffer to OutputVertex conversion (#3283) 2018-01-02 15:32:33 -08:00
regs_shader.h
regs_texturing.h gl_rasterizer: implement mipmap for proctex 2018-07-06 01:13:02 +03:00
regs.cpp
regs.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
renderer_base.cpp video_core: Make global EmuWindow instance part of the base renderer … 2018-08-25 15:20:40 +02:00
renderer_base.h video_core: Make global EmuWindow instance part of the base renderer … 2018-08-25 15:20:40 +02:00
utils.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
vertex_loader.cpp reformat all files with clang-format 2018-06-29 16:56:12 +03:00
vertex_loader.h
video_core.cpp video_core: Make global EmuWindow instance part of the base renderer … 2018-08-25 15:20:40 +02:00
video_core.h video_core: Make global EmuWindow instance part of the base renderer … 2018-08-25 15:20:40 +02:00