]> git.mxchange.org Git - simgear.git/history - simgear/screen
Fix a problem in loading models with paged LOD in some circunstances ( debug with...
[simgear.git] / simgear / screen /
2008-04-23 timooreRewrite livery texture replacement to copy StateSet...
2008-04-13 timooreFixes for compiling with gcc 4.3
2007-10-14 durk* Fixed memory leak in RenderTexture.cpp (tiny, but...
2007-07-22 timooreAllow parallel make ("make -j2") by giving make the...
2007-06-14 mfranzNick WARNE: add file name to screenshot info line
2007-05-16 curtFix various compiler warnings.
2007-04-28 mfranzdon't rely on a compressed scanline being properly...
2007-04-28 mfranzSGTexture::read_rgb(a)_texture:
2006-12-17 fredbmemcpy needs #include <string.h>
2006-12-16 fredbPort jpgfactory to OSG
2006-12-03 frohlichModified Files:
2006-11-18 fredbMac fix from Ima Sudonim
2006-11-07 frohlichModified Files:
2006-10-31 frohlichModified Files:
2006-10-29 frohlichModified Files:
2006-06-15 frohlichUse function argument in va_start instead of local...
2006-05-04 fredbMac fix
2006-04-17 mfranzmake headers include headers they depend on, don't...
2006-03-11 ehofmanMac OS X fixes from Ima Sudonim.
2006-03-09 ehofmanAlexander Powell:
2006-03-08 mfranz- new FSF addresses
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
next