- Dec 10, 2021
-
-
Leon Scroggins III authored
In preparation for adding a new Composition type which is only in AIDL. This change is almost completely mechanical, and should have no impact on behavior. Bug: 193170859 Test: existing tests Change-Id: I1f923fcc8d8e6dff388493a76e31d435638b5255
-
Leon Scroggins authored
* changes: Expose VK_FORMAT_R8_UNORM swapchain format if supported by underlying system Interpret the new R8 EGLConfig properly
-
TreeHugger Robot authored
-
Treehugger Robot authored
Merge "surfaceflinger: Only restart zygote if already running." am: 305af2eb am: bf8b6896 am: bfdfe9a5 am: 9f2f8fb3 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1909853 Change-Id: If00e1e6aea06e8ebdf496ee734b052d242960ee6
-
Treehugger Robot authored
Merge "surfaceflinger: Only restart zygote if already running." am: 305af2eb am: bf8b6896 am: bfdfe9a5 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1909853 Change-Id: I94963d51d3116df5a49054a6523f9f63ad23160b
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1909853 Change-Id: Iffb927b2e0ca61789bd2905fa569a86c5c950270
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1909853 Change-Id: Id475a0d6e3e0ace584fc396402cd628d7968fd47
-
Alec Mouri authored
Model here is: * HDR luminance is set to the current display brightness * SDR luminance is set to the current SDR white point reported by DisplayManager Ideally we use scene-referred white points instead, so: * PQ is always 10k nits * HLG is always 1k nits * Everything else is 150-200 nits So relative dimming thresholds are fixed. But right now this is visually less jarring (otherwise youtube UI will suddenly dim when autoplaying HDR video). Bug: 200310158 Test: Verified that plumbing sdr white point is sent to renderengine Test: librenderengine_test Test: libcompositionengine_test Test: DataspaceUtils_test Change-Id: I5bcea7941935c43e57cd5434e1ec69b41d31f2b4
-
Treehugger Robot authored
-
Vishnu Nair authored
-
- Dec 09, 2021
-
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Vishnu Nair authored
Test: presubmit Bug: 200284593 Change-Id: I2e86772c3959ef13f7f336af37ca24350428902a
-
Vishnu Nair authored
Fixes an issue where the layer handle would be added after it was used in a transaction by adding the handle before constructing the create layer transaction in SF. Fixes an issue where the layer handle pointer could be reused by a new handle by updating the map when the handle is destroyed. Test: presubmit Bug: 200284593 Change-Id: Ia163e456500fc909bcda6e97dd8c7efa4be50c9e
-
TreeHugger Robot authored
-
Alec Mouri authored
This reverts commit d486bdf9. Reason for revert: Crash should be resolved with Ia896419eb699903453f6f69e4b6c3527e62ec270 Change-Id: I0e36dc8093e8e4dcc45ca2ff0f3623114d541bf9
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Alec Mouri authored
When a solid color layer is overridden by a cached set AND the layer is skipped due to a prior overridden layer, acquireFence must be nonnull. Otherwise, the DisplayHardware apis will fail. To be less error-prone, set LayerFECompositionState's acquire fence to be Fence::NO_FENCE. Bug: 209930535 Bug: 208780233 Test: PiP in maps app Change-Id: Ia896419eb699903453f6f69e4b6c3527e62ec270
-
Weilun Du authored
-
Daniel Chapin authored
This reverts commit 028676ae. Reason for revert: Droidfood blocking bug: 209930535 Change-Id: I9e8b4d3c4f61a080d85401aa4a503a7436930a3b
-
Vishnu Nair authored
Test: presubmit Bug: 200284593 Change-Id: Ic604415cb97228bed6d5b137424b50f461f01038
-
Nataniel Borges authored
This message spams logcat when using virtual displays (e.g. screen recording) Test: start screen recording, check logcat for this message Change-Id: I009d4df9be15fee32815b3f8a8f1c3e9fad5d9bc
-
TreeHugger Robot authored
-
Treehugger Robot authored
Merge "Reconnect to all hidl sensors HALs" am: 5e139c6b am: 527dd8aa am: 7d7a377a am: a29fac51 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1910134 Change-Id: I6606676f6c54f3690d4976a37e08a8005a40a57f
-
Vishnu Nair authored
Test: atest TransactionTracingTest Bug: 200284593 Change-Id: I40fbf806f68c6b0bad29fb4568ac5ae1a547cc3b
-
TreeHugger Robot authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1910134 Change-Id: I029700f63ed10363999dd228068c0d2b294c21c7
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1910134 Change-Id: I1a08f43e725475b3f51c9dac7eaf7d3459bda79d
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1910134 Change-Id: I169722f01b26b89e001982d338d537d290046f84
-
TreeHugger Robot authored
-
Treehugger Robot authored
-
- Dec 08, 2021
-
-
Greg Kaiser authored
Test: TreeHugger Bug: 200284593 Change-Id: I8564cb46066c7bcd004ec2cc621a4f7e2134d34b
-
Weilun Du authored
This warning caused logspam in emulator system image because emulator host pre-registeris several touch screen devices which are not associated with any display until multi-display feature is turned on. Unfortunately, there is no easy way to add/remove touch screen device on-demand in emulator host at runtime. Bug: 160609749 Signed-off-by:
Weilun Du <wdu@google.com> Change-Id: I78d8c1b18285a58887b107d5469f9d1703132b44
-
TreeHugger Robot authored
-
Vishnu Nair authored
Need to preserve order when rebuilding layers from the traces. Test: TreeHugger Bug: 200284593 Change-Id: Ie33f9c22f60d3bf3016b04b9b39dcfdb25165364
-
Tim Van Patten authored
Merge "Add angleInUse field to 'dumpsys gpu'" am: b4b5b8d0 am: 953fa51a am: fc90919b am: b75587a8 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1907310 Change-Id: I1da96ff39672eb3bfd4de7d1d8d6945d374e341c
-
Tim Van Patten authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1907310 Change-Id: I267495881b22cb1cdce783334225d91efae36075
-