summaryrefslogtreecommitdiff
path: root/libs/hwui/PathCache.cpp
AgeCommit message (Expand)Author
2016-02-05Move several property queries to Properties class Chris Craik
2016-01-14Track texture memory globally John Reck
2015-11-10Merge "Fix HWUI Path Cache dangling pointer" am: 37bf3ec9d2 am: 7516d4d866 John Reck
2015-11-09Fix HWUI Path Cache dangling pointer Digish Pandya
2015-11-03Remove almost-all android::Singleton users John Reck
2015-09-22Remove shader based gamma approach Chris Craik
2015-07-30Replace most usages of utils/Vector.h John Reck
2015-07-14Clean up unncessary defines Chris Craik
2015-07-07Remove all usage of fmin and fmax Chris Craik
2015-05-13Add tracing for path texture upload Chris Craik
2015-05-11Remove usage of Texture::cleanup in PathCache Chris Craik
2015-05-05Cleanup properties Chris Craik
2015-04-20Simplify TaskManager fallback path Chris Craik
2015-03-18Use glops for text rendering Chris Craik
2015-03-13Refactor DisplayList path caching. Derek Sollenberger
2015-02-04resolved conflicts for merge of c7e6b93a to master John Reck
2015-02-04am af6eaf65: Merge "Fix ANR caused by hwuiTask thread" automerge: 5ad36d4 John Reck
2015-01-30Refactor blending and texture gl state Chris Craik
2015-01-28Move more GL state management to RenderState and its directory Chris Craik
2015-01-12Fix ANR caused by hwuiTask thread Sangkyu Lee
2015-01-05Add overrides and switch to nullptr keyword for all files Chris Craik
2014-12-12Fix style John Reck
2014-11-22Revert "resolved conflicts for merge of 220c3f4f to master" Andreas Gampe
2014-11-22Revert "Frameworks/base: Unused parameters in hwui" John Reck
2014-11-21resolved conflicts for merge of 99377df1 to lmp-mr1-dev-plus-aosp Andreas Gampe
2014-11-21Frameworks/base: Unused parameters in hwui Andreas Gampe
2014-11-20resolve merge conflicts of 57b641a to lmp-mr1-dev-plus-aosp. Chris Craik
2014-11-19Improve logging around performance critical events Chris Craik
2014-11-10Frameworks/base: Wall Werror in libs/hwui Andreas Gampe
2014-07-17Minor cleanups around color usage Chris Craik
2014-06-30Deep copy SkPath parameter to PathCache task Chris Craik
2014-06-20stop using (deprecated) SkBitmap::Config Mike Reed
2014-06-10am b1c76a1a: Merge "Tessellate on worker threads" into lmp-preview-dev Chris Craik
2014-06-10Tessellate on worker threads Chris Craik
2014-05-30resolved conflicts for merge of b68f5f09 to master Kenny Root
2014-05-30Fix a resource race bug in PathCache yuyang
2014-02-26am 328b7ee6: am aecb8c43: am 7b4cce68: am c3bac8a0: Merge "Fix graphics corru... Chris Craik
2014-02-26Fix graphics corruption caused by HWUI caches Sangkyu Lee
2014-01-03Use const where possible for drawing parameters Chris Craik
2013-08-21Second attempt at avoiding infinite loop in PathCache::trim() Romain Guy
2013-08-21Properly account for created paths in the cache Romain Guy
2013-06-26Refcount 9-patches and properly handle GC events Romain Guy
2013-06-06Assume a texture is unbound after deleting it Romain Guy
2013-06-04Introduce Caches::bindTexture() to reduce glBindTexture calls Romain Guy
2013-03-26Path precaching creates duplicate cache entries Romain Guy
2013-03-20Stop worker threads on memory trim & fix bad pointer access Romain Guy
2013-03-18Merge all shapes/paths caches to PathCache Romain Guy
2013-03-13Prevent infinite loop when trimming the path cache Romain Guy
2013-03-12Add TaskManager API Romain Guy
2013-03-11Precache paths from a worker thread Romain Guy