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
/
TextureManager.cpp
Age
Commit message (
Expand
)
Author
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni
2010-11-26
fixed: some mem leaks spotted by valgrind (there are many many others)
elupus
2010-10-12
changed: simplify SystemGlobals by just putting all global objects in one com...
elupus
2010-07-30
fixed: get rid of unnecessary utf8 convert in CGUITextureManager::Load, we do...
taxigps
2010-07-25
changed: make sure texturemanager's are destroyed before graphiccontext (they...
elupus
2010-05-27
cleanup: Get rid of old references to skin and scripts dirs
jmarshallnz
2010-02-01
changed: drop namespace DIRECTORY and use XFILE for that aswell
elupus
2010-01-08
cosmetics
spiff_
2009-10-10
[all] another winapi nuke, QueryPerformanceCounter/QueryPerformanceFrequency ...
davilla
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-28
support DXT5 textures with a new texture bundle(r)
yuvalt
2009-09-24
fixed: White textures on fail of load, thanks to taxigps (ticket #7212)
jmarshallnz
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