2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core
bunnei 15c907317c Merge pull request #1710 from hrydgard/optimize-event-breakpoints
Replace std::map with std::array for graphics event breakpoints
2016-04-25 21:37:43 -04:00
..
debug_utils Replace std::map with std::array for graphics event breakpoints, and allow the compiler to inline. Saves 1%+ in vertex heavy situations. 2016-04-24 14:19:49 +02:00
renderer_opengl HWRasterizer: reorder declarations to match defs 2016-04-22 10:52:02 -04:00
shader shader: Shader size is long uint, not uint. 2016-04-25 00:40:03 +08:00
clipper.cpp Add immediate mode vertex submission 2016-03-02 22:16:38 -05:00
clipper.h VideoCore: Unify interface to OpenGL and SW rasterizers 2015-12-07 20:20:38 -08:00
CMakeLists.txt Add immediate mode vertex submission 2016-03-02 22:16:38 -05:00
command_processor.cpp shader: Remove unused 'state' argument from 'Setup' function. 2016-04-13 23:04:48 -04:00
command_processor.h
gpu_debugger.h
pica.cpp Pica: Improve accuracy of immediate-mode support 2016-03-23 20:18:40 -07:00
pica.h pica: Handle default lighting case 2016-04-23 11:54:02 +08:00
pica_state.h Pica: Improve accuracy of immediate-mode support 2016-03-23 20:18:40 -07:00
pica_types.h pica_types: Fix typo in docstring. 2016-02-05 17:20:22 -05:00
primitive_assembly.cpp Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY) 2016-04-10 22:07:06 +02:00
primitive_assembly.h Pica: Improve accuracy of immediate-mode support 2016-03-23 20:18:40 -07:00
rasterizer.cpp Rasterizer: Allow all blend factors for alpha blend-func 2016-04-17 22:44:24 +02:00
rasterizer.h
rasterizer_interface.h HWRasterizer: Texture forwarding 2016-04-21 17:27:56 -04:00
renderer_base.cpp HWRasterizer: Texture forwarding 2016-04-21 17:27:56 -04:00
renderer_base.h Merge pull request #1474 from lioncash/renderer 2016-03-09 10:57:38 -05:00
swrasterizer.cpp VideoCore: Unify interface to OpenGL and SW rasterizers 2015-12-07 20:20:38 -08:00
swrasterizer.h HWRasterizer: Texture forwarding 2016-04-21 17:27:56 -04:00
utils.cpp
utils.h
video_core.cpp Config: Add scaled resolution option 2016-04-21 17:27:48 -04:00
video_core.h Config: Add scaled resolution option 2016-04-21 17:27:48 -04:00