suyu/src/video_core/renderer_opengl
Yuri Kunde Schlesner 478289140d Replace GLEW with a glLoadGen loader.
This should fix the GL loading errors that occur in some drivers due to
the use of deprecated functions by GLEW. Side benefits are more accurate
auto-completion (deprecated function and symbols don't exist) and faster
pointer loading (less entrypoints to load). In addition it removes an
external library depency, simplifying the build system a bit and
eliminating one set of binary libraries for Windows.
2014-09-01 17:41:56 -03:00
..
generated Replace GLEW with a glLoadGen loader. 2014-09-01 17:41:56 -03:00
gl_shader_util.cpp Rewrite of OpenGL renderer, including OS X support 2014-08-25 20:56:59 -07:00
gl_shader_util.h Replace GLEW with a glLoadGen loader. 2014-09-01 17:41:56 -03:00
gl_shaders.h Downgrade GLSL version to 1.50 (compatible with GL 3.2) 2014-08-28 05:38:13 -03:00
renderer_opengl.cpp Replace GLEW with a glLoadGen loader. 2014-09-01 17:41:56 -03:00
renderer_opengl.h Replace GLEW with a glLoadGen loader. 2014-09-01 17:41:56 -03:00