citra/src/video_core
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)

Also removed some GEKKO cruft.
2015-02-10 18:30:31 -08:00
..
debug_utils Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
renderer_opengl Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
clipper.cpp Rasterizer: Pre-divide vertex attributes by W 2014-12-29 02:08:11 -02:00
clipper.h License change 2014-12-20 21:20:24 -08:00
CMakeLists.txt CMake cleanup 2014-09-01 18:06:30 -03:00
color.h Pica: Cleanup color conversion. 2014-12-31 16:32:55 +01:00
command_processor.cpp Pica/CommandProcessor: Cleanups. 2014-12-31 16:32:55 +01:00
command_processor.h License change 2014-12-20 21:20:24 -08:00
gpu_debugger.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
math.h VideoCore: Added same-component swizzlers to math utility functions. 2015-02-04 22:15:44 -05:00
pica.h Add more blend equations from 3dbrew 2015-02-09 20:41:06 -06:00
primitive_assembly.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
primitive_assembly.h Merge pull request #291 from purpasmart96/license 2014-12-21 16:05:44 -05:00
rasterizer.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
rasterizer.h License change 2014-12-20 21:20:24 -08:00
renderer_base.h License change 2014-12-20 21:20:24 -08:00
utils.cpp License change 2014-12-20 21:20:24 -08:00
utils.h VideoCore: Remove some unused functions. 2014-12-31 16:32:55 +01:00
vertex_shader.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
vertex_shader.h Pica/CommandProcessor: Add support for integer uniforms. 2014-12-31 15:33:09 +01:00
video_core.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
video_core.h License change 2014-12-20 21:20:24 -08:00