]> git.mxchange.org Git - simgear.git/history - simgear/screen/extensions.hxx
- remove the SG_GLxxxx_H #defines, since OSG provides its own versions
[simgear.git] / simgear / screen / extensions.hxx
2008-07-27 ehofman - remove the SG_GLxxxx_H #defines, since OSG provides...
2008-04-13 timooreFixes for compiling with gcc 4.3
2006-12-03 frohlichModified Files:
2006-11-07 frohlichModified Files:
2006-10-31 frohlichModified Files:
2006-03-09 ehofmanAlexander Powell:
2006-01-31 ehofmanExpose GL_COORD_REPLACE
2006-01-26 ehofmanAdd support for point sprites.
2005-10-12 ehofmanMartin Spott:
2005-07-31 ehofmanFix a problem with systems that don't define GLXPbuffer...
2005-07-31 ehofmanHarald JOHNSEN:
2005-07-13 ehofmanAdjustments to better support GLX1.3 and ATI drivers.
2005-01-29 ehofmanWindows fixes.
2005-01-28 ehofmanMSVC fixes
2005-01-27 ehofmanFix an NVIDIA problem.
2005-01-25 ehofmanAdd a bunch of extensions in preparation of render...
2004-11-18 curtAbstract out location of gl.h, glut.h, and glu.h includ...
2004-09-30 ehofmanDavid Luff:
2004-07-03 ehofmanUse #elif instead of #else if
2004-06-27 ehofmanWork around a broken dlopen/dlclose Linux implementation.
2004-05-21 ehofmanUpdates from Frederic to use 2 texture units and a...
2004-05-20 ehofmanPatch from Frederic. Adds support for bump-mapped ...
2004-03-18 ehofmanAnother Cygwin fix. This seems to take care of things...
2004-03-17 ehofmanAttempt to fix the Cygwin build problem for once and...
2003-09-12 ehofmanFix a problem for systems with older headers
2003-08-11 curtOops, it doesn't do much good to declare a function...
2003-08-04 ehofmanAdd runtime detection of glActiveTextureARB
2003-06-24 ehofmanUse the dlsym based approach on all unices and deprecia...
2003-06-22 ehofmancygwin and mingw fixes
2003-06-20 ehofmanCross platform fixsimgear/screen/extensions.hxx
2003-06-19 ehofmanMSVC and Apple OS X fixes
2003-06-18 ehofmanAdd our own function to check whether a certain OpenGL...
2003-06-17 ehofmanAdd an OpenGL extension query function which should...