]> git.mxchange.org Git - simgear.git/history - simgear/screen/extensions.hxx
Comment out GLX code for MacOS and (hopefully) add some MacOS AGL compattible code...
[simgear.git] / simgear / screen / extensions.hxx
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...