gzdoom/src/gl/system
Christoph Oelckers 32f08adaf3 - moved some code to better places.
- allow GL version 3.0 in Windows, too.
2014-09-14 23:01:57 +02:00
..
gl_cvars.h - some code cleanup. 2014-08-23 18:54:24 +02:00
gl_framebuffer.cpp - moved some code to better places. 2014-09-14 23:01:57 +02:00
gl_framebuffer.h - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00
gl_interface.cpp - moved some code to better places. 2014-09-14 23:01:57 +02:00
gl_interface.h - changed the handling of alpha textures. The only special case they need is with palette-less textures and this can be handled far more easily and robustly with a predefined translation instead of passing another parameter through all the layers of the texture management code. This also fixes problems with paletted PNGs that get used as an alpha texture because the old method clobbered the image's palette. 2014-09-09 13:21:36 +02:00
gl_load.c - disabling inlining in the GL loader produces an executable that's 8kb smaller. 2014-08-21 11:47:53 +02:00
gl_load.h - replaced GLEW with GLLoadGen for GL access. This allows to have a header that only contains what's actually required, namely OpenGL 3.3 plus glBegin and glEnd which are the only compatibility functions needed for the fallback render path. 2014-08-21 11:02:46 +02:00
gl_menu.cpp Merge branch 'master' into Glew_Version_For_Real 2014-07-27 17:59:50 +02:00
gl_system.h - replaced GLEW with GLLoadGen for GL access. This allows to have a header that only contains what's actually required, namely OpenGL 3.3 plus glBegin and glEnd which are the only compatibility functions needed for the fallback render path. 2014-08-21 11:02:46 +02:00
gl_threads.cpp - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00
gl_wipe.cpp - changed the handling of alpha textures. The only special case they need is with palette-less textures and this can be handled far more easily and robustly with a predefined translation instead of passing another parameter through all the layers of the texture management code. This also fixes problems with paletted PNGs that get used as an alpha texture because the old method clobbered the image's palette. 2014-09-09 13:21:36 +02:00