]> git.mxchange.org Git - simgear.git/history - simgear/screen/RenderTexture.cpp
- remove the SG_GLxxxx_H #defines, since OSG provides its own versions
[simgear.git] / simgear / screen / RenderTexture.cpp
2008-07-27 ehofman - remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-27 fredbRemove unneeded inclusions of windows.h, GL.h and GLU.H
2008-04-13 timooreFixes for compiling with gcc 4.3
2007-10-14 durk* Fixed memory leak in RenderTexture.cpp (tiny, but...
2007-05-16 curtFix various compiler warnings.
2006-03-11 ehofmanMac OS X fixes from Ima Sudonim.
2006-03-09 ehofmanAlexander Powell:
2005-12-14 ehofmanMathias Fröhlich:
2005-11-27 ehofmanHow did this end up there??
2005-11-27 ehofmanInitialize glut before using it.
2005-11-23 ehofmanMore WIN32 fixes.
2005-11-22 ehofmanOops, WIN32 typo fix.
2005-11-22 ehofman* Use SimGear's logging facility isntead of printf's.
2005-09-05 ehofmanMathias Fröhlich:
2005-07-13 ehofmanAdjustments to better support GLX1.3 and ATI drivers.
2005-07-05 ehofmanHarald JOHNSEN:
2005-02-12 ehofmanMore MacOS X fixes
2005-02-01 ehofmanComment out GLX code for MacOS and (hopefully) add...
2005-01-31 ehofmanCygwin fixes
2005-01-29 ehofmanWindows fixes.
2005-01-28 ehofmanMSVC fixes
2005-01-27 ehofmanFix an NVIDIA problem.
2005-01-27 ehofmanAdd Mark Haris' RenderTexture class based on SimGear...