summaryrefslogtreecommitdiff
path: root/libs/hwui/Caches.cpp
AgeCommit message (Expand)Author
2017-05-22Improve time to texture destruction John Reck
2017-01-10Break Layer class into Gl and Vulkan subclasses Greg Daniel
2016-10-11Linear blending, step 1 Romain Guy
2016-09-14resolve merge conflicts of 0ec2fd7 to master sergeyv
2016-09-12HWUI: track upload & recent usage in font cache sergeyv
2016-09-08HWUI: calculate used memory in FontCache for gfxinfo sergeyv
2016-07-26Remove LayerRenderer. Derek Sollenberger
2016-07-07Delete old rendering pipeline Chris Craik
2016-05-11Move gl calls from PatchCache to MeshState sergeyv
2016-05-03Use LUT for computing final shadow alpha Chris Craik
2015-12-11resolve merge conflicts of f1df0f59c1 to master. John Reck
2015-12-11Fix memory leak in HWUI Sangkyu Lee
2015-11-16Extensions must load in ctor John Reck
2015-11-13Fix bug where mExtensions was not initialized. Christopher Ferris
2015-11-03Remove almost-all android::Singleton users John Reck
2015-09-22Remove lookup3 gamma code Chris Craik
2015-08-21Switch several enums to enum classes Chris Craik
2015-08-12Support new EGL extensions John Reck
2015-07-24am 11f9da31: am bdb2a905: am d08fb687: am e5783e58: am 2abf0f24: Fix a race c... John Reck
2015-07-23Fix a race condition that could cause lockup John Reck
2015-07-14Clean up unncessary defines Chris Craik
2015-05-20Eliminate requireGlContext John Reck
2015-05-05Cleanup properties Chris Craik
2015-04-20Rename native DisplayListRenderer to DisplayListCanvas Chris Craik
2015-02-26Merge "Add null egl/gles stub support" John Reck
2015-02-25Add null egl/gles stub support John Reck
2015-02-20Merge "Correctly name the lightRadius" ztenghui
2015-02-20Correctly name the lightRadius ztenghui
2015-02-19Glop layer mesh rendering Chris Craik
2015-02-06Glop ColorFilter & VertexBuffer support, initial enable Chris Craik
2015-02-05Don't try to fully tear down program in terminate() Chris Craik
2015-02-02Refactoring of Program ownership/lifecycle, and WIP Glop rendering path Chris Craik
2015-01-30Refactor blending and texture gl state Chris Craik
2015-01-29resolved conflicts for merge of fe5ac4fc to master John Reck
2015-01-29Allow ~Layer() to happen after onGLContextDestroyed John Reck
2015-01-28Move more GL state management to RenderState and its directory Chris Craik
2015-01-27Move scissor state to RenderState Chris Craik
2015-01-05Add overrides and switch to nullptr keyword for all files Chris Craik
2014-12-23Cleanup various clang warnings, use unique_ptrs in several places Chris Craik
2014-12-18Stop pretending USE_OPENGL_RENDERER is a thing John Reck
2014-12-11resolved conflicts for merge of d67bb501 to master Yohann Roussel
2014-12-10Don't preload textures for AssetAtlas John Reck
2014-11-18am 842697a3: am decc26df: am f0f68117: Merge "Trace some interesting events" ... John Reck
2014-11-17Trace some interesting events John Reck
2014-11-03am 8a8a4055: am 541641d0: Merge "Fix counting" into lmp-mr1-dev automerge: 5c... John Reck
2014-11-03Fix counting John Reck
2014-10-31am e05575e9: am a8d83d63: Merge "Layer changes" into lmp-mr1-dev automerge: a... John Reck
2014-10-31Layer changes John Reck
2014-10-15Clean up physical coupling Tom Hudson
2014-09-19glFinish to flush deletes John Reck