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
/
DDSImage.cpp
Age
Commit message (
Expand
)
Author
2010-07-03
reverse 31590: not necessary, CFile cleans up after itself
CrystalPT
2010-07-03
fixed: do not leak file descriptors when failing the read of a .dds file
CrystalPT
2010-07-03
changed: improved parsing of pixel format in .dds files
CrystalPT
2010-06-25
fixed: Ensure we pass on the maxMSE to CDDSImage::Compress
jmarshallnz
2010-05-08
fixed: Incorrect paranthesis change
jmarshallnz
2010-05-08
fixed: compile warnings
vdrfan
2010-05-07
changed: Use ARGB in .dds files if DXT compression isn't suitable.
jmarshallnz
2010-03-26
added: Better debug logging of DXT compression MSE.
jmarshallnz
2010-03-21
added: Log the MSE error of created DDS messages while we work out suitable c...
jmarshallnz
2010-03-21
added: Support for DXT3 in CDDSImage
jmarshallnz
2010-03-21
added: Decompress of DXT images to CDDSImage
jmarshallnz
2010-03-21
added: support for DDS compression of textures
jmarshallnz
2010-01-24
changed: misc. guilib cleanups
monkeyman_67156
2009-10-04
fixed: Cleaned up the DDSImage stuff so it can use our VFS.
jmarshallnz
2009-10-04
fixed: linux build after DDS addition
theuni
2009-10-04
added: MakeDDS win32 target for conversion to .DDS format (DXT1 or DXT5) for ...
jmarshallnz