summaryrefslogtreecommitdiff
path: root/libs/hwui/PathCache.cpp
AgeCommit message (Expand)Author
2018-05-03remove (dead) caches from hwui Mike Reed
2017-11-03Format the world (or just HWUI) John Reck
2017-07-19Delete all ro.hwui.* props John Reck
2016-10-26Use Bitmap in Texture.upload sergeyv
2016-10-13use SkBlendMode instead of SkXfermode Mike Reed
2016-10-12Fatal abort on invalid state John Reck
2016-08-22resolve merge conflicts of 24e38ab to stage-aosp-master John Reck
2016-08-22Fix native memory leak caused by small HWUI path cache creation caiqinl
2016-08-04HWUI: Fix snapping in path rendering sergeyv
2016-08-04HWUI: Cleanup PathCache sergeyv
2016-04-11Stop comparing Descriptions with memcmp sergeyv
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