I've done some changes regarding mantis #1969
- added possibilty ("debug" setting) to choose _what_ should be cached into packedgfx:
"packSkinGfx" - defaults to false for some testing - skin gfx will not be added
"packLogoGfx" - defaults to true (like before) - tv thumbs will be added
"packPluginGfx" - defaults to false (like before) - tetris and weather gfx were already commented out earlier
- fixed radio thumbs not being handled like tv thumbs
- fixed max texture dimension being restricted to 1920x1080 instead of 2048x2048
- fixed lower gfx quality depending on chosen thumb quality
- fixed some minor resource usage
- fixed slow "Initialize Texture Manager during startup" using the ImageFast class I added for thumbnails - performance improved from ~ 10 seconds to 4 seconds for cache generation.
- added logging for the supported texture size by the gpu driver
- added logging for each packed texture which is saved
With the next SVN build you'll be able to turn off the skin cache
- added possibilty ("debug" setting) to choose _what_ should be cached into packedgfx:
"packSkinGfx" - defaults to false for some testing - skin gfx will not be added
"packLogoGfx" - defaults to true (like before) - tv thumbs will be added
"packPluginGfx" - defaults to false (like before) - tetris and weather gfx were already commented out earlier
- fixed radio thumbs not being handled like tv thumbs
- fixed max texture dimension being restricted to 1920x1080 instead of 2048x2048
- fixed lower gfx quality depending on chosen thumb quality
- fixed some minor resource usage
- fixed slow "Initialize Texture Manager during startup" using the ImageFast class I added for thumbnails - performance improved from ~ 10 seconds to 4 seconds for cache generation.
- added logging for the supported texture size by the gpu driver
- added logging for each packed texture which is saved
With the next SVN build you'll be able to turn off the skin cache