summaryrefslogtreecommitdiff
path: root/opengl/libs/EGL/egl_cache.cpp
AgeCommit message (Expand)Author
2023-11-13EGL Multifile BlobCache: Limit entry count Cody Northrop
2023-04-03EGL BlobCache: Update multifile key and value size Cody Northrop
2023-02-27EGL BlobCache: Check properties on use Cody Northrop
2023-02-27EGL BlobCache: Don't check system property during init Cody Northrop
2023-02-08Reland "EGL: Refactor multifile blobcache" Cody Northrop
2023-02-08Revert "Reland "EGL: Refactor multifile blobcache"" Cody Northrop
2023-02-05Reland "EGL: Refactor multifile blobcache" Cody Northrop
2023-02-03Revert "EGL: Refactor multifile blobcache" Siarhei Vishniakou
2023-02-01EGL: Refactor multifile blobcache Cody Northrop
2023-01-09EGL BlobCache: Disable multifile to address Wembley perf Cody Northrop
2022-12-27EGL BlobCache: Initialize mMultifileCleanupPending Greg Kaiser
2022-12-22Reland "EGL BlobCache: Support multifile cache and flexible size limit" Cody Northrop
2022-12-22Revert "EGL BlobCache: Support multifile cache and flexible size..." Hung-Wei Chen
2022-12-21EGL BlobCache: Support multifile cache and flexible size limit Cody Northrop
2022-09-26Increased the Android blob cache size from 2mb to 32mb Trevor David Black
2020-08-13EGL: refactor and enforce clang-format Yiwei Zhang
2018-07-18[opengl] Modernize codebase by replacing NULL with nullptr Yi Kong
2017-11-08Move some of the logic from egl_cache_t into FileBlobCache Stan Iliev
2017-06-21Mark EGL/GLES libs as vendor_available Jiyong Park
2017-03-10convert BlobCache to STL Mathias Agopian
2017-03-10Remove dependency to most of libutils Mathias Agopian
2017-02-28clean-up EGL includes Mathias Agopian
2016-10-13Hardcode EGL Cache size to something more reasonable Dan Willemsen
2016-03-12frameworks/native: Make Thread::run threadName argument required Brian Carlstrom
2016-02-02Clean up warnings in EGL. Dan Albert
2013-07-30Make Flattenable not virtual Mathias Agopian
2013-07-30EGL: fix eglTerminate blob cache behavior Jamie Gennis
2013-04-04fix local include paths Mathias Agopian
2012-09-12EGL: make max cache key size BoardConfig-able Jamie Gennis
2012-07-23EGL: do not use sparse files for shader vijay gupta
2012-02-13remove multiplexing of multiple EGL implementation Mathias Agopian
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE Steve Block
2011-11-21EGL: Use cache sizes defined in the BoardConfig Jamie Gennis
2011-11-17EGL: fix blob cache extension detection Jamie Gennis
2011-11-11EGL: add the ANDROID suffix to the blob cache ext Jamie Gennis
2011-11-08EGL: add deferred saving of the cache Jamie Gennis
2011-11-08EGL: implement loading and saving the cache Jamie Gennis
2011-11-07EGL: use an in-memory the blob cache Jamie Gennis
2011-11-04EGL: Add stubs for EGL_ANDROID_blob_cache Jamie Gennis