summaryrefslogtreecommitdiff
path: root/libs/hwui/renderthread/RenderThread.cpp
AgeCommit message (Expand)Author
2025-03-13Call libgui's SurfaceControl directly in hwui Alec Mouri
2025-01-14Only preload egl context “Shadman
2024-12-13render thread early preload optimizations “Shadman
2024-08-30[HWUI] Update Ganesh includes to specify new location Nolan Scobie
2024-02-22Implement RenderThread for host Jerome Gaillard
2023-11-21Fix some libhwui build warnings John Reck
2023-09-27[base] Use newer GrDirectContexts::MakeGL Kevin Lubick
2023-08-17Use String8/16 c_str [graphics] Tomasz Wasilczyk
2023-08-17Add TextureView list to dumpsys gfxinfo John Reck
2023-05-18Allow triming of font caches through WindowManager Jernej Virag
2023-05-09[hwui] Update dispatchFrameCallbacks to be ramindani
2023-03-10Update the frameCallback postAt time. Carlos Martinez Romero
2022-09-28Change how memory policy is configured John Reck
2022-03-31Update HWUI RenderThread to use GrGLMakeNativeInterface instead of deprecated... Brian Salomon
2022-02-15Rename to VsyncCallback & presentation time. Rachel Lee
2022-01-24Merge changes from topic "scdocs" Rachel Lee
2022-01-14Use AVsyncId typedef in hwui. Rachel Lee
2022-01-13Update hwui with renamed AChoreographer method. Rachel Lee
2021-09-28HWUI: use public choreographer api Rachel Lee
2021-06-28Reparent surface control for Webview overlay Huihong Luo
2021-06-18Fix z-order for webview surface control Huihong Luo
2021-05-22Use TraceUtils.h from gui shared library. rnlee
2021-05-18Fix PixelCopy & BQ crop John Reck
2021-05-12More benchmark tweaks John Reck
2021-05-11Macrobenchmark tweaks & gpu memory dumping John Reck
2021-05-07Always use Skia reduceOpsTaskSplitting Adlai Holler
2021-04-17Webview overlay support Huihong Luo
2021-04-13Change hwui jank detection to use deadline & gpu completion (1/2) Jorim Jaggi
2021-04-02libhwui: RenderThread: fix UAF Steven Moreland
2021-03-25Move reduceOpsTaskSplitting property to Properties.h Adlai Holler
2021-03-25Add a system property to control Skia reduceOpsTaskSplitting Adlai Holler
2021-02-17Add GPU completion to FrameMetrics (1/3) Jorim Jaggi
2021-02-16Add SurfaceControl to hwui Huihong Luo
2021-01-06Check if mGrContext exists when requiring a vk context. Alec Mouri
2020-10-09pass frame deadline to Choreographer Ady Abraham
2020-09-16Shared timeline plumbing Steven Thomas
2020-08-17Share Vulkan resources between RenderThread and HardwareBitmapUploader Derek 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 Zygote Yiwei Zhang
2020-07-28Migrate from GrContext to GrDirectContext Adlai Holler
2020-05-01Revert^2 "hwui: remove FatVector" Jagadeesh Pakaravoor
2020-03-05Revert "hwui: remove FatVector" Tim Murray
2020-02-07hwui: remove FatVector Tim Murray
2020-01-10Add memory tracing in HWUI Stan Iliev
2019-12-26[HWUI] use AChoreographer in place of DisplayEventReceiver. Alec Mouri
2019-10-25[HWUI] Get DeviceInfo through stable ABI Alec Mouri
2019-06-14Replace CLOCK_MONOTONIC with SYSTEM_TIME_MONOTONIC Jerome Gaillard
2019-06-07Merge "DisplayEventDispatcher: use eConfigChangedDispatch" into qt-r1-dev am:... Ady Abraham