aboutsummaryrefslogtreecommitdiff
path: root/guilib/Texture.cpp
AgeCommit message (Collapse)Author
2010-01-08cosmeticsspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26558 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-03added: Wrappers for Direct3D resources to ensure they survive a device ↵jmarshallnz
teardown, and support for device teardown them in the render manager. Will need MakeFile and OSX project love. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24219 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-06fixed: Ensure created textures aren't larger than we're allowed, and if so, ↵jmarshallnz
crop them. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23486 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-06added: Debug log when loading a .dds texturejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23456 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-05revert: r23420 - don't ASSuME the extension will be at the end of the file. ↵jmarshallnz
Thanks to spiff for the cluestick git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23425 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-04changed: No need for the CUtil include to compare extensions.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23420 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-04added: DDS read support for textures.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23405 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-04changed: Moved image loading from CPicture to CBaseTexture as that is the ↵jmarshallnz
main entry point. CBaseTexture now stores it's orientation as well. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23394 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-03added: Support for ARGB, DXT1 and DXT3 in textures in .xbt files.jmarshallnz
changed: Cleanup of texture interfaces. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23355 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-29fixed: loading non-POT sized textures on GL-builds where POT sized are ↵moby-uk
required. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23253 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-28support DXT5 textures with a new texture bundle(r)yuvalt
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23209 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-23changed: DWORD -> unsigned int for frame-based timings, and moved to using ↵jmarshallnz
CTimeUtils::Update/GetFrameTime() for UI timing. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23109 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90