- 8de697e [SurfaceFlinger] Add refresh rate counts to TimeStats by Alec Mouri · 4 years, 10 months ago
- 8929001 Merge "Use {llndk,vndksp}.libraries.txt from VNDK APEX" into rvc-dev by TreeHugger Robot · 4 years, 10 months ago
- 3bbfb42 Merge "SurfaceFlinger: Avoid overlapping calls to BOOT_FINISHED" into rvc-dev by Rob Carr · 4 years, 10 months ago
- 2aa78cb SurfaceFlinger: Avoid overlapping calls to BOOT_FINISHED by Rob Carr · 4 years, 10 months ago
- a81aa94 Merge "[RenderEngine] Fix use-after-move error" into rvc-dev by Alec Mouri · 4 years, 10 months ago
- af41494 Merge "Include TelephonyRegistry in connectivity bug reports." into rvc-dev by TreeHugger Robot · 4 years, 10 months ago
- 7190e99 Merge "Allow GPU composition to occur at a lower resolution" into rvc-dev by TreeHugger Robot · 4 years, 10 months ago
- 7532828 Merge "Reduce setInputWindows calls" into rvc-dev by TreeHugger Robot · 4 years, 10 months ago
- 6a6d06f Merge changes Icda006de,I3590beeb into rvc-dev by TreeHugger Robot · 4 years, 10 months ago
- 284c0a5 Merge "Set reserved size in Gralloc4 to 0" into rvc-dev by TreeHugger Robot · 4 years, 10 months ago
- 8e82b8d [RenderEngine] Fix use-after-move error by Alec Mouri · 4 years, 11 months ago
- 5b8afb5a SurfaceFlinger: treat the desiredRefreshRate of ExplicitDefault as max by Ady Abraham · 4 years, 11 months ago
- 6fb599b SurfaceFlinger: no touch boost for layer that explicitly voted by Ady Abraham · 4 years, 11 months ago
- 966d74c Merge "SurfaceFlinger: Avoid destroying Layer on Binder thread" into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- 2339279 Set reserved size in Gralloc4 to 0 by Valerie Hau · 4 years, 11 months ago
- ff0f887 Merge "libbinder_ndk: remove logspam on incStrong" into rvc-dev by Steven Moreland · 4 years, 11 months ago
- 56c07ad libbinder_ndk: remove logspam on incStrong by Steven Moreland · 4 years, 11 months ago
- a79435b SurfaceFlinger: Avoid destroying Layer on Binder thread by Rob Carr · 4 years, 11 months ago
- 14f49cd Merge "SurfaceFlinger: Ensure syncInputWindows is processed." into rvc-dev by Rob Carr · 4 years, 11 months ago
- 76f7f29 Merge "dumpstate: collect snapshotctl logs without root." into rvc-dev by Yifan Hong · 4 years, 11 months ago
- a13f2d5 Allow GPU composition to occur at a lower resolution by Brian Lindahl · 4 years, 11 months ago
- 44ecbf8 Merge "SurfaceControl: Remove transferTouchFocus" into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- d90cc65 dumpstate: collect snapshotctl logs without root. by Yifan Hong · 5 years ago
- 39db0b3 SurfaceControl: Remove transferTouchFocus by Rob Carr · 4 years, 11 months ago
- 9a2cc99 SurfaceFlinger: Ensure syncInputWindows is processed. by Rob Carr · 4 years, 11 months ago
- 559b433 Enable context virtualization only for GL by Courtney Goeltzenleuchter · 4 years, 11 months ago
- 34560b6 Merge "Test MotionEvents for InputDispatcher::verifyInputEvent" into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- 9d0cd93 Merge "lshal: avoid FQName globals." into rvc-dev by Steven Moreland · 4 years, 11 months ago
- 5a451b7 Merge "libbinder: avoid attached objects for stability" into rvc-dev by Steven Moreland · 4 years, 11 months ago
- 9751b7b [automerger skipped] Merge "installd: add dex2oat cpu-set system properties" into qt-qpr1-dev am: 032fe38ea9 -s ours by Automerger Merge Worker · 4 years, 11 months ago
- 0398b7e Merge "Move the non-NDK APIs to powermanager internal directory." into rvc-dev by Chris Ye · 4 years, 11 months ago
- 1f7c37f Use {llndk,vndksp}.libraries.txt from VNDK APEX by Jooyung Han · 5 years ago
- 032fe38 Merge "installd: add dex2oat cpu-set system properties" into qt-qpr1-dev by Orion Hodson · 4 years, 11 months ago
- d9a25c4 Reduce setInputWindows calls by Arthur Hung · 4 years, 11 months ago
- 1d2d8b0 Merge "SurfaceFlinger: Cache updateInputWindows call" into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- 0fe51b1 Include TelephonyRegistry in connectivity bug reports. by Hunter Knepshield · 4 years, 11 months ago
- 24e9660 Merge "dumpstate: add fingerprint HAL dump" into rvc-dev by KRIS CHEN · 4 years, 11 months ago
- f098f11 Merge "SurfaceFlinger: delete RefreshRate copy constructor" into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- c2dbfdc Merge "libbinder: cleanup appOpNote globals" into rvc-dev by Steven Moreland · 4 years, 11 months ago
- 80826e0 Move the non-NDK APIs to powermanager internal directory. by Chris Ye · 4 years, 11 months ago
- dd413e9 Merge "Revert "libui: rewrite Region with FatVector"" into rvc-dev by Tim Murray · 4 years, 11 months ago
- 2e1dd89 SurfaceFlinger: delete RefreshRate copy constructor by Ady Abraham · 4 years, 11 months ago
- a3d7dbf Merge "Remove unused texture." into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- a562a49 libbinder: avoid attached objects for stability by Steven Moreland · 5 years ago
- 6c01664 lshal: avoid FQName globals. by Steven Moreland · 5 years ago
- 9d3bbd4 Remove unused texture. by Peiyong Lin · 4 years, 11 months ago
- 15a63a8 libbinder: remove __BRILLO__ carveouts by Steven Moreland · 5 years ago
- d83ecb0 libbinder: cleanup appOpNote globals by Steven Moreland · 4 years, 11 months ago
- 1e219c1 libbinder: move AppOpManager globals into function by Steven Moreland · 5 years ago
- a821321 Merge "[AChoreographer] Resolves a deadlock" into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- 29e122b Merge "ISurfaceComposer: boundary check input on CAPTURE_LAYERS" into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- abb891a Merge "SurfaceFlinger: do not assert if setActiveConfigWithConstraints fails" into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- 134266b [AChoreographer] Resolves a deadlock by Alec Mouri · 4 years, 11 months ago
- 0a52509 ISurfaceComposer: boundary check input on CAPTURE_LAYERS by Ady Abraham · 4 years, 11 months ago
- 5e95aa2 SurfaceFlinger: do not assert if setActiveConfigWithConstraints fails by Ady Abraham · 4 years, 11 months ago
- 5fad64e [automerger skipped] Swap video frame rotation direction. am: a1642feefb -s ours by Automerger Merge Worker · 4 years, 11 months ago
- 71ae455 installd: add dex2oat cpu-set system properties by Orion Hodson · 5 years ago
- 62e949b Merge "Remove frame rate functions from buffer queue" into rvc-dev by Steven Thomas · 4 years, 11 months ago
- 58b48f7 Merge "SurfaceFlinger: add VSYNC-predicted as debug option" into rvc-dev by Ady Abraham · 4 years, 11 months ago
- e93e6c9 dumpstate: add fingerprint HAL dump by Kris Chen · 4 years, 11 months ago
- 59db0a3 SurfaceFlinger: fix setDesiredActiveConfig by Ady Abraham · 4 years, 11 months ago
- a125784 SurfaceFlinger: Cache updateInputWindows call by Robert Carr · 5 years ago
- 47040bf Test MotionEvents for InputDispatcher::verifyInputEvent by Siarhei Vishniakou · 5 years ago
- a1642fe Swap video frame rotation direction. by Philip Quinn · 5 years ago
- b13d750 Remove frame rate functions from buffer queue by Steven Thomas · 4 years, 11 months ago
- 13bc0be SurfaceFlinger: add VSYNC-predicted as debug option by Ady Abraham · 5 years ago
- 1046004 Merge "Remove device state when device is reset" into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- d45b96e Merge "[SurfaceFlinger] Add hwc information to winscope:" into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- 44f05ea Merge "sf: Remember that AIDL Power HAL isn't present" into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- e3021d7 Remove device state when device is reset by Siarhei Vishniakou · 5 years ago
- 6b9e991 [SurfaceFlinger] Add hwc information to winscope: by Alec Mouri · 5 years ago
- 7e221c9 Merge "SurfaceFlinger: fix infrequent frames logic" into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- 2a95359 Merge "SurfaceFlinger: getRefreshRateForContentV2 always returns valid config" into rvc-dev by TreeHugger Robot · 4 years, 11 months ago
- 8181bb0 Individual attestation: Feature file by Eran Messeri · 5 years ago
- 0d73666 SurfaceFlinger: fix infrequent frames logic by Ady Abraham · 4 years, 11 months ago
- de7156e SurfaceFlinger: getRefreshRateForContentV2 always returns valid config by Ady Abraham · 4 years, 11 months ago
- 2e2bb5b Merge "Support to screenshot to interactive bugreport." into rvc-dev by Paul Chang · 4 years, 11 months ago
- 9c051c0 sf: Remember that AIDL Power HAL isn't present by Dan Stoza · 5 years ago
- d9eff75 Merge "[vkjson] Add support of VK_KHR_shader_float16_int8." into rvc-dev by Peiyong Lin · 5 years ago
- 63f9f4e Merge "Expose configGroup to DisplayConfig" into rvc-dev by TreeHugger Robot · 5 years ago
- 0d2aad7 Support to screenshot to interactive bugreport. by Paul Chang · 5 years ago
- f49a7c4 Merge "Add TouchIntegrationTest tests" into rvc-dev by TreeHugger Robot · 5 years ago
- 4bd7e90 Merge "Swap video frame rotation direction." into rvc-dev by Philip Quinn · 5 years ago
- ff731d8 Expose configGroup to DisplayConfig by Ady Abraham · 5 years ago
- aab2562 Add TouchIntegrationTest tests by Arthur Hung · 5 years ago
- c1b5ffb [vkjson] Add support of VK_KHR_shader_float16_int8. by Peiyong Lin · 5 years ago
- b11abe7 Revert "libui: rewrite Region with FatVector" by Tim Murray · 5 years ago
- 85f33da Merge "[RenderEngine] Reorder when ImageManager thread starts" into rvc-dev by TreeHugger Robot · 5 years ago
- d96f483 Merge "SF: Start restructuring display creation" into rvc-dev by TreeHugger Robot · 5 years ago
- cb32209 Merge changes I04f5fe51,I6d5790b2 into rvc-dev by TreeHugger Robot · 5 years ago
- b120327 Merge "gralloc4: lockYCbCr shouldn't return UNSUPPORTED" into rvc-dev by TreeHugger Robot · 5 years ago
- 349fd2d [RenderEngine] Reorder when ImageManager thread starts by Alec Mouri · 5 years ago
- 7ed9b00 Merge "SF: Use content detection flag to protect the content detection policy" into rvc-dev by TreeHugger Robot · 5 years ago
- 56aad88 Merge "[SurfaceFlinger] Push atoms on janky events" into rvc-dev by Alec Mouri · 5 years ago
- aad4ebf SF: Start restructuring display creation by Lloyd Pique · 5 years ago
- 882bbf3 Swap video frame rotation direction. by Philip Quinn · 5 years ago
- 90df585 gralloc4: lockYCbCr shouldn't return UNSUPPORTED by Marissa Wall · 5 years ago
- fff41d7 Remove unnecessary blit by Lucas Dupin · 5 years ago
- a61c7ac Merge "SurfaceFlinger: update the refresh rate overlay based on kernel idle timer" into rvc-dev by TreeHugger Robot · 5 years ago
- 8309b02 Merge "Never send Binder / HIDL txn from atrace." into rvc-dev by Florian Mayer · 5 years ago