summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/shader_disk_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Main motivation for this is to save binary size. The change causes linker deadpasko@chromium.org2014-03-271-2/+2
* Change the API of disk_cache::CreateCacheBackend to use scoped_ptrqsr@chromium.org2013-08-011-4/+1
* From the stack trace, it appears that the ShaderClearHelper is getting cleane...dsinclair@chromium.org2013-06-211-3/+5
* Set max disk cache size correctly.dsinclair@chromium.org2013-06-171-2/+2
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-4/+4
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-7/+13
* Override server-side simple-cache trial with commandline switches.pasko@google.com2013-05-131-0/+2
* Delay signaling Shader cache is available until loading is complete.dsinclair@chromium.org2013-04-101-7/+9
* Add the ability to clear the shader disk cache.dsinclair@chromium.org2013-04-051-8/+192
* Add per-profile disk caching of complied GPU shaders.dsinclair@chromium.org2013-03-131-0/+424