summaryrefslogtreecommitdiff
path: root/libs/hwui/renderthread/RenderThread.cpp
AgeCommit message (Expand)Author
2021-06-28Reparent surface control for Webview overlayHuihong Luo
2021-06-18Fix z-order for webview surface controlHuihong Luo
2021-05-22Use TraceUtils.h from gui shared library.rnlee
2021-05-18Fix PixelCopy & BQ cropJohn Reck
2021-05-12More benchmark tweaksJohn Reck
2021-05-11Macrobenchmark tweaks & gpu memory dumpingJohn Reck
2021-05-07Always use Skia reduceOpsTaskSplittingAdlai Holler
2021-04-17Webview overlay supportHuihong Luo
2021-04-13Change hwui jank detection to use deadline & gpu completion (1/2)Jorim Jaggi
2021-04-02libhwui: RenderThread: fix UAFSteven Moreland
2021-03-25Move reduceOpsTaskSplitting property to Properties.hAdlai Holler
2021-03-25Add a system property to control Skia reduceOpsTaskSplittingAdlai Holler
2021-02-17Add GPU completion to FrameMetrics (1/3)Jorim Jaggi
2021-02-16Add SurfaceControl to hwuiHuihong Luo
2021-01-06Check if mGrContext exists when requiring a vk context.Alec Mouri
2020-10-09pass frame deadline to ChoreographerAdy Abraham
2020-09-16Shared timeline plumbingSteven Thomas
2020-08-17Share Vulkan resources between RenderThread and HardwareBitmapUploaderDerek Sollenberger
2020-07-31Merge "Revert "libhwui: avoid creating GPU context in Zygote""TreeHugger Robot
2020-07-31Revert "libhwui: avoid creating GPU context in Zygote"Yiwei Zhang
2020-07-28Merge "libhwui: avoid creating GPU context in Zygote"TreeHugger Robot
2020-07-28libhwui: avoid creating GPU context in ZygoteYiwei Zhang
2020-07-28Migrate from GrContext to GrDirectContextAdlai Holler
2020-05-01Revert^2 "hwui: remove FatVector"Jagadeesh Pakaravoor
2020-03-05Revert "hwui: remove FatVector"Tim Murray
2020-02-07hwui: remove FatVectorTim Murray
2020-01-10Add memory tracing in HWUIStan Iliev
2019-12-26[HWUI] use AChoreographer in place of DisplayEventReceiver.Alec Mouri
2019-10-25[HWUI] Get DeviceInfo through stable ABIAlec Mouri
2019-06-14Replace CLOCK_MONOTONIC with SYSTEM_TIME_MONOTONICJerome Gaillard
2019-06-07Merge "DisplayEventDispatcher: use eConfigChangedDispatch" into qt-r1-dev am:...Ady Abraham
2019-06-07DisplayEventDispatcher: use eConfigChangedDispatchAdy Abraham
2019-05-29Delete wrap_gles capabilityJohn Reck
2019-04-18Dynamically adjust renderaheadJohn Reck
2019-04-12Support render-ahead in vulkanJohn Reck
2019-04-01Merge "Don't load EGL driver always"TreeHugger Robot
2019-04-01Don't load EGL driver alwaysStan Iliev
2019-03-29Invalidate Skia shader cache if Vulkan driver has changedStan Iliev
2019-03-19Add support for uploading to AHBs using Vulkan.Greg Daniel
2019-03-18Merge "Remove old TaskManager system"John Reck
2019-03-18Remove old TaskManager systemJohn Reck
2019-03-15Fix profile gpu bars to use display fpsJohn Reck
2019-02-20Start RenderThread earlier to preload Vulkan/EGL driversStan Iliev
2019-02-19Fix RenderThread setForLooperJohn Reck
2019-02-13Decouple VulkanManager from RenderThreadStan Iliev
2019-02-06Fix RenderThread and worker thread names used by toolsStan Iliev
2019-02-05Merge "Tell JVM to not wait for HWUI worker threads upon shutdown"TreeHugger Robot
2019-02-05Tell JVM to not wait for HWUI worker threads upon shutdownStan Iliev
2019-02-04Fix crash when VulkanSurface is no longer validStan Iliev
2019-01-10Invoke Vulkan initialize earlierStan Iliev