yuzu/src/video_core
Yuri Kunde Schlesner 443bb3d522 Merge pull request #2550 from yuriks/pica-refactor2
Small VideoCore cleanups
2017-02-12 12:33:26 -08:00
..
debug_utils VideoCore: Split regs.h inclusions 2017-02-09 00:04:24 -08:00
renderer_opengl OpenGL: Remove unused duplicate of IsPassThroughTevStage 2017-02-09 00:04:24 -08:00
shader Merge pull request #2550 from yuriks/pica-refactor2 2017-02-12 12:33:26 -08:00
texture Merge pull request #2482 from yuriks/pica-refactor 2017-02-08 22:07:34 -08:00
clipper.cpp VideoCore: Split regs.h inclusions 2017-02-09 00:04:24 -08:00
clipper.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
CMakeLists.txt VideoCore: Move Regs to its own file 2017-02-04 13:59:12 -08:00
command_processor.cpp VideoCore: Split regs.h inclusions 2017-02-09 00:04:24 -08:00
command_processor.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
gpu_debugger.h Add all services to the Service namespace 2016-12-11 00:07:27 +00:00
pica.cpp VideoCore: Split regs.h inclusions 2017-02-09 00:04:24 -08:00
pica.h VideoCore: Move Regs to its own file 2017-02-04 13:59:12 -08:00
pica_state.h VideoCore: Move Regs to its own file 2017-02-04 13:59:12 -08:00
pica_types.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
primitive_assembly.cpp VideoCore: Split geometry pipeline regs from Regs struct 2017-02-04 13:59:11 -08:00
primitive_assembly.h VideoCore: Split geometry pipeline regs from Regs struct 2017-02-04 13:59:11 -08:00
rasterizer.cpp VideoCore: Split regs.h inclusions 2017-02-09 00:04:24 -08:00
rasterizer.h VideoCore: Extract swrast-specific data from OutputVertex 2017-01-29 21:31:38 -08:00
rasterizer_interface.h rasterizer: separate TextureCopy from DisplayTransfer 2016-09-29 10:01:34 +08:00
regs.cpp Pica/Regs: Use binary search to look up reg names 2017-02-09 00:04:24 -08:00
regs.h Pica/Regs: Use binary search to look up reg names 2017-02-09 00:04:24 -08:00
regs_framebuffer.h VideoCore: Move Regs to its own file 2017-02-04 13:59:12 -08:00
regs_lighting.h VideoCore: Force enum sizes to u32 in LightingRegs 2017-02-09 00:04:24 -08:00
regs_pipeline.h VideoCore: Split u64 Pica reg unions into 2 separate u32 unions 2017-02-09 00:04:25 -08:00
regs_rasterizer.h VideoCore: Split rasterizer regs from Regs struct 2017-02-04 13:08:47 -08:00
regs_shader.h VideoCore: Split shader regs from Regs struct 2017-02-04 13:59:11 -08:00
regs_texturing.h VideoCore: Split texturing regs from Regs struct 2017-02-04 13:59:09 -08:00
renderer_base.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
renderer_base.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
swrasterizer.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
swrasterizer.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
utils.h VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
vertex_loader.cpp VideoCore: Move Regs to its own file 2017-02-04 13:59:12 -08:00
vertex_loader.h VideoCore: Move Regs to its own file 2017-02-04 13:59:12 -08:00
video_core.cpp config: Add option for specifying screen resolution scale factor. 2017-01-07 03:23:22 -05:00
video_core.h config: Add option for specifying screen resolution scale factor. 2017-01-07 03:23:22 -05:00