warzone2100/lib/ivis_opengl
Buginator 2b350ea649 Updates GLee to 5.4
**NOTE**: this will break gcc compiles.  The fix is in the next commit, so we can get a clean diff from the "clean" 5.4 to the modified version that we require.

Change log:

    * OpenGL 3.0 support, and 41 new extensions.
    * 5.4 : fixes for GL_NV_gpu_program4, GL_EXT_shader_program4.
    * 5.4 : Added 5 new extensions :
          o GL_EXT_texture_swizzle
          o GL_NV_explicit_multisample
          o GL_NV_transform_feedback2
          o WGL_NV_gpu_affinity
          o GLX_ARB_create_context
    * 5.4 : Various dead/dummy extensions have been removed, including :
          o GL_NV_geometry_program4 (merged with GL_NV_gpu_program4)
          o GL_NV_vertex_program4 (merged with GL_NV_gpu_program4)
          o GL_NV_fragment_program4 (merged with GL_NV_gpu_program4)
          o WGL_NV_video_out (renamed to WGL_NV_video_output)
    * 5.33 : fixes some GCC warnings
    * 5.33 : fixes some conflicts with glext.h on OS X
    * 5.33 : fixes an issue where 2 extensions could go missing on some platforms
    * 5.32 : fixes a potential access violation in __GLeeGetExtensions - thanks to Jacques Beaurain for spotting this bug.
    * 5.31 : fixes a GLX compile error
    * 5.30 : Better Linux/Mac OS support


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6641 4a71c877-e1ca-e34f-864e-861f7616d084
2009-02-15 06:14:38 +00:00
..
GLee.c Updates GLee to 5.4 2009-02-15 06:14:38 +00:00
GLee.diff Fix yet some more "function declaration isn’t a prototype" warnings (for the wiggle extensions) 2008-04-20 23:15:01 +00:00
GLee.h Updates GLee to 5.4 2009-02-15 06:14:38 +00:00
Makefile.am * Wrap all file lists in the automake and win32 makefiles across lines such that there's only one file on each line 2008-10-13 13:04:37 +00:00
ivi.c Bump copyright 2009-02-10 18:01:48 +00:00
ivis_opengl.vcproj Replace our custom OpenGL extension checking mechanism by GLee: 2008-04-20 12:52:19 +00:00
makefile.win32 * Wrap all file lists in the automake and win32 makefiles across lines such that there's only one file on each line 2008-10-13 13:04:37 +00:00
pieblitfunc.c Bump copyright 2009-02-10 18:01:48 +00:00
piedraw.c Bump copyright 2009-02-10 18:01:48 +00:00
piefunc.c Bump copyright 2009-02-10 18:01:48 +00:00
piematrix.c Bump copyright 2009-02-10 18:01:48 +00:00
piematrix.h Bump copyright 2009-02-10 18:01:48 +00:00
piemode.c Bump copyright 2009-02-10 18:01:48 +00:00
piepalette.c Bump copyright 2009-02-10 18:01:48 +00:00
piestate.c Bump copyright 2009-02-10 18:01:48 +00:00
rendmode.c Bump copyright 2009-02-10 18:01:48 +00:00
screen.c Bump copyright 2009-02-10 18:01:48 +00:00
screen.h Bump copyright 2009-02-10 18:01:48 +00:00
tex.c Bump copyright 2009-02-10 18:01:48 +00:00
textdraw.c Bump copyright 2009-02-10 18:01:48 +00:00