qzdoom/src/gl/system
Mike Swanson d48d337883 convert file from UTF-16LE to UTF-8
This one file gave issues with parsing in certain programs, including
the GitHub UI. No need for English text to waste so much space.
2013-12-05 04:43:29 -08:00
..
gl_cvars.h - bumped minimum supported OpenGL version to 1.4. The engine was already using several 1.3 and 1.4 features which would have caused problems on 1.2. 2013-08-18 15:41:52 +02:00
gl_framebuffer.cpp convert file from UTF-16LE to UTF-8 2013-12-05 04:43:29 -08:00
gl_framebuffer.h - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00
gl_interface.cpp - added error check to GL getProcAddress calls to spot driver errors. 2013-11-30 12:34:55 +01:00
gl_interface.h - moved GLEXT API out of RenderContext struct. 2013-09-03 18:29:39 +02:00
gl_menu.cpp - moved GLEXT API out of RenderContext struct. 2013-09-03 18:29:39 +02:00
gl_system.h - added glext headers to the project because they seem to be broken in newer versions, causing compile errors on Linux. 2013-09-12 10:27:32 +02:00
gl_threads.cpp - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00
gl_threads.h - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00
gl_wipe.cpp - moved GLEXT API out of RenderContext struct. 2013-09-03 18:29:39 +02:00