summaryrefslogtreecommitdiff
path: root/libs/hwui/Layer.h
AgeCommit message (Expand)Author
2017-01-30Explicitly destroy Layer in DeferredLayerUpdater on destroyHardwareResources() sergeyv
2017-01-10Break Layer class into Gl and Vulkan subclasses Greg Daniel
2016-10-26Add target to texture sergeyv
2016-10-13use SkBlendMode instead of SkXfermode Mike Reed
2016-10-11Linear blending, step 1 Romain Guy
2016-07-26Remove LayerRenderer. Derek Sollenberger
2016-07-08Remove unused code from HWUI Layer Derek Sollenberger
2016-07-07Delete old rendering pipeline Chris Craik
2016-03-23Fix missing first frame John Reck
2016-01-14Track texture memory globally John Reck
2015-08-21Switch several enums to enum classes Chris Craik
2015-03-02Constructor cleanup Chris Craik
2015-02-19Glop layer mesh rendering Chris Craik
2015-01-29resolved conflicts for merge of fe5ac4fc to master John Reck
2015-01-29am 5f3e21ce: am 6efc3ac6: Merge "Allow ~Layer() to happen after onGLContextDe... John Reck
2015-01-29Allow ~Layer() to happen after onGLContextDestroyed John Reck
2014-12-23Cleanup various clang warnings, use unique_ptrs in several places Chris Craik
2014-11-01partially fix build. Nick Kralevich
2014-10-31am a8d83d63: Merge "Layer changes" into lmp-mr1-dev John Reck
2014-10-31Layer changes John Reck
2014-10-29resolved conflicts for merge of 3028394c to stage-aosp-master Narayan Kamath
2014-10-24Suppress Clang compilation warnings. Chih-Hung Hsieh
2014-09-10Additional layer logging Chris Craik
2014-09-08Don't track TextureLayer lifecycles in RenderState Chris Craik
2014-09-04Yet more layer tracking logging John Reck
2014-08-15Define shadow casting behavior within layers Chris Craik
2014-06-23No-fail invokeFunctor John Reck
2014-06-23Update 'DisplayList' vs 'RenderNode' naming in several places Chris Craik
2014-04-23Clip TouchFeedbackDrawable effect to receiver Outline Chris Craik
2014-04-07Refcount RenderNode John Reck
2014-03-27Async drawing! John Reck
2014-03-12Rename DisplayList->RenderNode John Reck
2014-02-25Fix TextureView texture filtering. Chris Craik
2014-02-20Reapply "Refactor setting an SkPaint onto a hwui Layer." Derek Sollenberger
2014-02-12Revert "Refactor setting an SkPaint onto a hwui Layer." Derek Sollenberger
2014-02-12Refactor setting an SkPaint onto a hwui Layer. Derek Sollenberger
2014-02-07Removing SkiaColorFilter and inspecting the native object directly. Derek Sollenberger
2014-01-02Fix Clang warnings/errors Chris Craik
2013-07-22Use global indices array to draw layers Romain Guy
2013-06-17Cancel layer update when a layer is about to be destroyed Romain Guy
2013-06-04Introduce Caches::bindTexture() to reduce glBindTexture calls Romain Guy
2013-04-16Make layer double drawing visible in overdraw debug mode Chris Craik
2013-04-04First OpenGL ES 3.0 based optimization Romain Guy
2013-03-29Prevent crash when a single layer is enqueued several times for updates Romain Guy
2013-03-26Avoid multiple font cache texture uploads Romain Guy
2013-02-07Merge "Add a RenderBuffer object to store stencil buffers. Bug #7146141" Romain Guy
2013-02-07Add a RenderBuffer object to store stencil buffers. Romain Guy
2013-01-29am f5f85022: Merge "Fix graphical corruption on QCOM GPU Bug #7146141" Romain Guy
2013-01-29Fix graphical corruption on QCOM GPU Romain Guy
2013-01-18am 49464796: Merge "Allow layers with a stencil buffer to be resized on the f... Romain Guy