You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Emmanuel Gil Peyrot 99bfa4ae1f FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls. 11 years ago
..
debug_utils Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions. 11 years ago
renderer_opengl Merge pull request #97 from archshift/cleanup 11 years ago
CMakeLists.txt CMake cleanup 11 years ago
clipper.cpp VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size. 11 years ago
clipper.h Pica: Add triangle clipper. 12 years ago
command_processor.cpp Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper. 12 years ago
command_processor.h Pica/CommandProcessor: Implement parameter masking. 12 years ago
gpu_debugger.h Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. 12 years ago
math.h Math: Warning fixes. 12 years ago
pica.h Core: Fix warnings in gpu.cpp 11 years ago
primitive_assembly.cpp Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper. 12 years ago
primitive_assembly.h Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper. 12 years ago
rasterizer.cpp VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size. 11 years ago
rasterizer.h Pica: Add basic rasterizer. 12 years ago
renderer_base.h removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class 12 years ago
utils.cpp utils: cleaned up DumpTGA, removing redundancies 11 years ago
utils.h utils: cleaned up DumpTGA, removing redundancies 11 years ago
vertex_shader.cpp Pica/VertexShader: Fix a bug in the call stack handling. 12 years ago
vertex_shader.h Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified rasterizer code accordingly. 12 years ago
video_core.cpp Dead code removal: video_core.cpp, load_symbol_map.cpp 11 years ago
video_core.h Added support for multiple input device types for KeyMap and connected Qt. 11 years ago