aboutsummaryrefslogtreecommitdiff
path: root/xbmc/TextureCacheJob.h
AgeCommit message (Expand)Author
5 daysremove original image transform, decode, and loader codeRyan Rector
5 daysswap HTTP image resize internals for ImageFileURLRyan Rector
5 daysadd ImageFileURL methods to image loader interfacesRyan Rector
2023-10-31use default member initialization for whole classRyan Rector
2023-10-17explicitly note when hash is revalidatedRyan Rector
2023-08-14don't hash special imagesRyan Rector
2021-11-03TextureCache: Use std::unique_ptrMarkus Härer
2021-09-28[cleanup] Remove unnecessary semicolons from headersthexai
2020-10-21CTexture: rename CBaseTexture to CTextureLukas Rusak
2019-07-09[format] fix include orderRechi
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-06-12[xbmc] nuke whitespaceh.udo
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
2017-08-15mark constructors explicitArne Morten Kvarving
2017-06-29[modernize][xbmc] Prefer 'override' usageh.udo
2017-01-03spelling: commentsJosh Soref
2016-02-13[texturecache] drop support for ddsStefan Saraev
2015-07-13CTextureCacheJob: support "scaling_algorithm" option in image:// URLsmontellese
2015-03-06remove old pre-Frodo upgrade code for cached artworkMartijn Kaijser
2015-02-04CTextureCacheJob: add ResizeTexture() implementationmontellese
2015-01-07[stdstring] get rid of CStdString in xbmc/Arne Morten Kvarving
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
2014-12-15rename xbmc folder to srcFneufneu
2014-01-05[rbp] We require the pixels in non-reencoding texture cachingpopcornmix
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-03-03changed: Move job type definitions into job.harnova
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-10-16adds backward compatibility art updater for Eden->FrodoJonathan Marshall
2012-09-09fix address line in GPL headersmontellese
2012-07-04[imageloader] switch flipped param in CTextureCacheJob to a string to allow m...Jonathan Marshall
2012-05-26Increment texture use counts in a separate job to ensure it's done off-threadJonathan Marshall
2012-05-02cleanup after redoing how textures are cached at load timeJonathan Marshall
2012-05-02split CTextureCacheJob::DoWork() into CacheTexture, and set an empty default ...Jonathan Marshall
2012-05-02Store the width and height of textures in the texture database, and track use...Jonathan Marshall
2012-05-02Use a new class to transfer texture details to and from the texture database.Jonathan Marshall
2012-05-02drop unused variables from CTextureCache::BackgroundCacheImageJonathan Marshall
2012-05-02don't constantly check http(s):// URLs for updated images - they're unlikely ...Jonathan Marshall
2012-04-03extension of cached texture should be jpg or png based on transparencyJonathan Marshall
2012-04-03Add support for caching textures in a job directly from a texture objectJonathan Marshall
2012-04-03Split CTextureCacheJob::CacheImage() into DecodeImageURL and LoadImage, with ...Jonathan Marshall
2012-04-03move texture caching jobs to a separate fileJonathan Marshall