]> git.mxchange.org Git - simgear.git/history - simgear/screen/texture.hxx
- remove the SG_GLxxxx_H #defines, since OSG provides its own versions
[simgear.git] / simgear / screen / texture.hxx
2008-07-27 ehofman - remove the SG_GLxxxx_H #defines, since OSG provides...
2005-10-14 ehofmanMathias Fröhlich:
2005-01-15 ehofmanAdd a make_bumpmap and a make_maxcolorwindow function...
2005-01-14 ehofmanAdd a make_grayscale function and call it from make_nor...
2005-01-14 ehofmanAdd a function to calculate the normalmap from a regula...
2005-01-14 ehofmanFix a few bugs and add a make_monochrome() function
2005-01-13 ehofmanUpdate the code a bit more, add a function to retreive...
2004-11-18 curtAbstract out location of gl.h, glut.h, and glu.h includ...
2004-05-20 ehofmanPatch from Frederic. Adds support for bump-mapped ...
2003-08-07 ehofmanAdd support for rgba textures
2003-07-11 curtAttempt to get these files back to a compilable state.
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-03 curtVarious documentation tweaks and additions.
2003-04-12 ehofmanMove the texture object to the screen directory for...