citra/src/video_core
Yuri Kunde Schlesner 787a1b047c Remove virtual inheritance from RendererOpenGL
Also make destructor virtual so that instances are properly destructed.
2014-10-12 14:37:24 +02:00
..
debug_utils Fix warnings in video_core 2014-10-07 20:35:13 -04:00
renderer_opengl Remove virtual inheritance from RendererOpenGL 2014-10-12 14:37:24 +02:00
clipper.cpp Fix warnings in video_core 2014-10-07 20:35:13 -04:00
clipper.h Pica: Add triangle clipper. 2014-08-12 13:49:33 +02:00
CMakeLists.txt CMake cleanup 2014-09-01 18:06:30 -03:00
command_processor.cpp Fix warnings in video_core 2014-10-07 20:35:13 -04:00
command_processor.h Pica/CommandProcessor: Implement parameter masking. 2014-08-25 22:03:18 +02:00
gpu_debugger.h Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. 2014-08-25 22:03:18 +02:00
math.h Math: Warning fixes. 2014-08-25 22:03:19 +02:00
pica.h Fix warnings in video_core 2014-10-07 20:35:13 -04:00
primitive_assembly.cpp Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper. 2014-08-25 22:03:19 +02:00
primitive_assembly.h Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper. 2014-08-25 22:03:19 +02:00
rasterizer.cpp Fix warnings in video_core 2014-10-07 20:35:13 -04:00
rasterizer.h Pica: Add basic rasterizer. 2014-08-12 13:50:07 +02:00
renderer_base.h Remove virtual inheritance from RendererOpenGL 2014-10-12 14:37:24 +02:00
utils.cpp utils: cleaned up DumpTGA, removing redundancies 2014-09-07 12:09:02 -07:00
utils.h utils: cleaned up DumpTGA, removing redundancies 2014-09-07 12:09:02 -07:00
vertex_shader.cpp Fix warnings in video_core 2014-10-07 20:35:13 -04:00
vertex_shader.h Fix warnings in video_core 2014-10-07 20:35:13 -04:00
video_core.cpp Dead code removal: video_core.cpp, load_symbol_map.cpp 2014-09-07 12:09:02 -07:00
video_core.h Added support for multiple input device types for KeyMap and connected Qt. 2014-09-12 01:15:14 -07:00