aboutsummaryrefslogtreecommitdiff
path: root/guilib/Texture.cpp
AgeCommit message (Expand)Author
2010-03-23fixed: ensure invalid DDS images are not allocated.jmarshallnz
2010-03-21removed: useless debug loggingjmarshallnz
2010-03-21cleanup: Move decompression of DXT images to CTexture so that loading of .dds...jmarshallnz
2010-01-08cosmeticsspiff_
2009-11-03added: Wrappers for Direct3D resources to ensure they survive a device teardo...jmarshallnz
2009-10-06fixed: Ensure created textures aren't larger than we're allowed, and if so, c...jmarshallnz
2009-10-06added: Debug log when loading a .dds texturejmarshallnz
2009-10-05revert: r23420 - don't ASSuME the extension will be at the end of the file. ...jmarshallnz
2009-10-04changed: No need for the CUtil include to compare extensions.jmarshallnz
2009-10-04added: DDS read support for textures.jmarshallnz
2009-10-04changed: Moved image loading from CPicture to CBaseTexture as that is the mai...jmarshallnz
2009-10-03added: Support for ARGB, DXT1 and DXT3 in textures in .xbt files.jmarshallnz
2009-09-29fixed: loading non-POT sized textures on GL-builds where POT sized are requir...moby-uk
2009-09-28support DXT5 textures with a new texture bundle(r)yuvalt
2009-09-23changed: DWORD -> unsigned int for frame-based timings, and moved to using CT...jmarshallnz
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller