]> git.mxchange.org Git - simgear.git/history - simgear/screen
Hopefully fix Linux compilation.
[simgear.git] / simgear / screen /
2006-03-04 davidIgnore generated binaries.
2006-02-21 ehofmanBack out the previous patch.
2006-01-31 ehofmanExpose GL_COORD_REPLACE
2006-01-26 ehofmanAdd support for point sprites.
2005-12-14 ehofmanMathias Fröhlich:
2005-12-11 ehofmanMacOs X fix.
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-11-01 ehofmanMove Curt's ssgEntityArray experiment over to SimGear.
2005-10-15 ehofmanIma Sudonim remembered me there is still one problem...
2005-10-14 ehofmanMathias Fröhlich:
2005-10-12 ehofmanMartin Spott:
2005-09-05 ehofmanMathias Fröhlich:
2005-09-05 ehofmanMac OS X fixes from Markus Morawitz
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-07-05 ehofmanHarald JOHNSEN:
2005-05-15 ehofmanHarald JOHNSEN:
2005-02-12 ehofmanMore MacOS X fixes
2005-02-11 ehofmanMacOS X fix(?)
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 ehofmanuse a proper delete[]
2005-01-28 ehofmanMSVC fixes
2005-01-27 ehofmanFix an NVIDIA problem.
2005-01-27 ehofmanAdd a RenderTexture test program.
2005-01-27 ehofmanMelchior FRANZ:
2005-01-27 ehofmanAdd Mark Haris' RenderTexture class based on SimGear...
2005-01-25 ehofmanAdd a bunch of extensions in preparation of render...
2005-01-16 ehofmanUse the double precission pow() function to get Solaris...
2005-01-15 ehofmanEliminate some compiler warnings about converting float...
2005-01-15 ehofmanAdd a make_bumpmap and a make_maxcolorwindow function...
2005-01-14 ehofmanAdd support for contrast.
2005-01-14 ehofmanlittle endian fixes.
2005-01-14 ehofmanAdd a make_grayscale function and call it from make_nor...
2005-01-14 ehofmanFix a mistake.
2005-01-14 ehofmanAdd a function to calculate the normalmap from a regula...
2005-01-14 ehofmanRGBA textures can be made monochrome also
2005-01-14 ehofmanFix a few bugs and add a make_monochrome() function
2005-01-13 ehofmanSome small updates to the saving code.
2005-01-13 ehofmanFix a crash situation.
2005-01-13 ehofmanUpdate the code a bit more, add a function to retreive...
2004-11-20 curtFreeBSD fix.
2004-11-18 curtAbstract out location of gl.h, glut.h, and glu.h includ...
2004-10-06 ehofmanReverse the declaration order. jpgRenderFrame (formerly...
2004-09-30 ehofmanDavid Luff:
2004-07-03 ehofmanUse #elif instead of #else if
2004-07-03 ehofmanFrederic Bouvier:
2004-06-27 ehofmanSome small updates.
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-04-04 ehofmanMake sure GLuint is known.
2004-03-22 ehofmanThese test should not be needed when properly using...
2004-03-22 curtBetter color component sanity checking.
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...
2004-01-15 ehofmanDon't do any calculations when thay are not needed
2003-09-12 ehofmanFix a problem for systems with older headers
2003-08-29 ehofmanNew automake, new problems. Use $base_LIBS where $LIBS...
2003-08-11 curtRemove extraneous/unneeded dependencies on glut. SimGe...
2003-08-11 curtOops, it doesn't do much good to declare a function...
2003-08-07 ehofmanAdd support for rgba textures
2003-08-04 ehofmanAdd a safety precausion
2003-08-04 ehofmanAdd runtime detection of glActiveTextureARB
2003-07-11 curtAttempt to get these files back to a compilable state.
2003-07-11 ehofmanDon't use floats where ints are more appropriate
2003-07-11 ehofmanAllow removing of the texture data after it is sent...
2003-07-10 ehofmanDon't delete the texture data after sending it to OpenGL.
2003-07-09 curtA couple more sanity checking tweaks for texture freeing.
2003-07-09 ehofmanPrevent deleting the texture data for a second time...
2003-07-01 ehofmanAdd a function which might return whether a texture...
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-20 ehofmanMac OS X fix
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...
2003-06-03 curtVarious documentation tweaks and additions.
2003-05-21 ehofmanUpdates for a better sunrise/sunset effect
2003-05-17 ehofmanAdd a gamma correction function
2003-04-13 ehofmanFixup for windows machines
2003-04-12 ehofmanMove the texture object to the screen directory for...
2003-04-12 ehofmanMove the texture object to the screen directory for...
2002-12-10 curt- Refactoring configure.ac a bit to use $host (please...
2002-09-07 curtInitial revision
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-01-16 curtInitial revision of jpegfactory code for generating...
2001-12-28 curtUpdates to build system to better support automake-1.5
2001-12-12 david-Added .cvsignore files to clean up CVS messages
2001-07-30 curtVarious MSVC fixes.
2001-06-27 curtFixed a type conversion bug that could trip up some...
2001-06-26 curtAdded tr.cxx / tr.h, Brian Paul's LGPL'd tiled renderin...
2001-05-15 curtAttempt to resolve ambiguity between #include <config...
next