gzdoom/src/gl
Christoph Oelckers 94b06900cb - got rid of a lot of stuff that's no longer required with GLEW.
- replaced GLUs texture scaling with our own function. This is only used to scale down textures larger than what the hardware can handle so we do not need a dependency to an essentially deprecated library for it.
2014-04-15 11:59:41 +02:00
..
data - got rid of a lot of stuff that's no longer required with GLEW. 2014-04-15 11:59:41 +02:00
dynlights - fixed: FFlatVertex contained two unused members. 2013-12-05 10:23:01 +01:00
hqnx - I don't think it's a good idea to put a 64 MB lookup table into the static data segment, if it's for a piece of code most people will never use... 2014-04-03 23:02:43 +02:00
models - alternative configuration using GLEW to get extension functions. This requires GL 2.0, though so it won't be promoted to the mainline for the time being. 2014-04-06 14:35:44 +02:00
renderer silence a noisy warning 2014-03-28 01:54:42 +01:00
scene - alternative configuration using GLEW to get extension functions. This requires GL 2.0, though so it won't be promoted to the mainline for the time being. 2014-04-06 14:35:44 +02:00
shaders - alternative configuration using GLEW to get extension functions. This requires GL 2.0, though so it won't be promoted to the mainline for the time being. 2014-04-06 14:35:44 +02:00
system - alternative configuration using GLEW to get extension functions. This requires GL 2.0, though so it won't be promoted to the mainline for the time being. 2014-04-06 14:35:44 +02:00
textures - got rid of a lot of stuff that's no longer required with GLEW. 2014-04-15 11:59:41 +02:00
utility - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00
gl_builddraw.cpp - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00
gl_functions.h - added GL render as of SVN revision 1600. 2013-06-23 09:49:34 +02:00