index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guilib
/
Texture.cpp
Age
Commit message (
Expand
)
Author
2010-03-23
fixed: ensure invalid DDS images are not allocated.
jmarshallnz
2010-03-21
removed: useless debug logging
jmarshallnz
2010-03-21
cleanup: Move decompression of DXT images to CTexture so that loading of .dds...
jmarshallnz
2010-01-08
cosmetics
spiff_
2009-11-03
added: Wrappers for Direct3D resources to ensure they survive a device teardo...
jmarshallnz
2009-10-06
fixed: Ensure created textures aren't larger than we're allowed, and if so, c...
jmarshallnz
2009-10-06
added: Debug log when loading a .dds texture
jmarshallnz
2009-10-05
revert: r23420 - don't ASSuME the extension will be at the end of the file. ...
jmarshallnz
2009-10-04
changed: No need for the CUtil include to compare extensions.
jmarshallnz
2009-10-04
added: DDS read support for textures.
jmarshallnz
2009-10-04
changed: Moved image loading from CPicture to CBaseTexture as that is the mai...
jmarshallnz
2009-10-03
added: Support for ARGB, DXT1 and DXT3 in textures in .xbt files.
jmarshallnz
2009-09-29
fixed: loading non-POT sized textures on GL-builds where POT sized are requir...
moby-uk
2009-09-28
support DXT5 textures with a new texture bundle(r)
yuvalt
2009-09-23
changed: DWORD -> unsigned int for frame-based timings, and moved to using CT...
jmarshallnz
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller