yuzu/src/video_core/renderer_opengl
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
..
generated Replace GLEW with a glLoadGen loader. 2014-09-01 17:41:56 -03:00
gl_shader_util.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
gl_shader_util.h License change 2014-12-20 21:20:24 -08:00
gl_shaders.h License change 2014-12-20 21:20:24 -08:00
renderer_opengl.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
renderer_opengl.h License change 2014-12-20 21:20:24 -08:00