summaryrefslogtreecommitdiff
path: root/libs/hwui/DeferredLayerUpdater.cpp
AgeCommit message (Expand)Author
2024-10-04Add metrics for TextureView dataspace changes Alec Mouri
2022-10-07Shrink by 0.5 for YUV TextViews John Reck
2021-11-24Support HDR tonemapping in TextureView Alec Mouri
2021-08-17Added crop rect and removed inverse of the texture matrix. ramindani
2021-08-06API change to get the current transform in int and current crop ramindani
2021-08-06Revert "Added crop rect to LayerDrawable to not crop TextureView..." bsears
2021-08-03Added crop rect to LayerDrawable to not crop TextureView. ramindani
2021-05-26In Vk DeferredLayerUpdater make sure we releause buffers to foreign queue. Greg Daniel
2020-07-28Migrate from GrContext to GrDirectContext Adlai Holler
2020-07-16Fix TextureView calling eglCreateImage with a destructed buffer Stan Iliev
2020-01-17Refactor TextureLayer JNI to use only APEX APIs Stan Iliev
2019-11-08Decouple SurfaceTexture from HWUI Stan Iliev
2019-06-21Move GL specific code away from header Fedor Kudasov
2018-11-07Set the color space to sRGB on the Surface and remove colorFilter. Derek Sollenberger
2018-09-20Refactor RenderState and remove unused functionality. Derek Sollenberger
2018-09-10Refactor HWUI readback code to be backend independent Stan Iliev
2018-09-05Reland "TextureView Vulkan support and optimized OpenGL draw" Stan Iliev
2018-09-04Revert "Revert "Revert "TextureView Vulkan support and optimized OpenGL draw""" Stan Iliev
2018-08-31Revert "Revert "TextureView Vulkan support and optimized OpenGL draw"" Stan Iliev
2018-08-30Revert "TextureView Vulkan support and optimized OpenGL draw" John Reck
2018-08-29TextureView Vulkan support and optimized OpenGL draw Stan Iliev
2018-04-30Respect a Layer's (e.g. SurfaceTexture) colorSpace when compositing Derek Sollenberger
2017-11-03Format the world (or just HWUI) John Reck
2017-02-15Always flush renderstate in DeferredLayerUpdater::apply Chris Craik
2017-02-13DeferredLayerUpdater: clean up Layer lifecycle sergeyv
2017-02-02Check if layer is created in detachSurfaceTexture sergeyv
2017-01-30Explicitly destroy Layer in DeferredLayerUpdater on destroyHardwareResources() sergeyv
2017-01-18Update hwui_unit_tests to support running with Vulkan backend. Greg Daniel
2017-01-10Add support for dummy draws for Vulkan webview and texture views. Greg Daniel
2017-01-10Break Layer class into Gl and Vulkan subclasses Greg Daniel
2016-10-13use SkBlendMode instead of SkXfermode Mike Reed
2016-07-26Remove LayerRenderer. Derek Sollenberger
2016-07-07Delete old rendering pipeline Chris Craik
2015-12-16Add TextureView support to new renderer/reorderer Chris Craik
2015-10-01Move more utils into paintutils Chris Craik
2015-07-29Re-enable -Werror on clang John Reck
2015-05-20Eliminate requireGlContext John Reck
2015-03-10Track down unsupported texture target Chris Craik
2015-02-19Glop layer mesh rendering Chris Craik
2015-01-05Add overrides and switch to nullptr keyword for all files Chris Craik
2014-11-21Cast buffer width and height to int Dan Stoza
2014-10-31Layer changes John Reck
2014-10-03Cleanup DeferredLayerUpdater John Reck
2014-06-27More cleanups John Reck
2014-06-26Animator refactoring & fixes John Reck
2014-06-12Move LayerType to RenderNode John Reck
2014-06-04Even FASTER damage calculations! John Reck
2014-05-30Re-jigger layers John Reck
2014-04-14Fix issue with bitmap uploading John Reck
2014-04-10Remove sync flush John Reck