Skip to content

Commit a8fde30

Browse files
committed
Enable Vulkan backend for SKIA/HWUI
Mesa3D/v3dv AHB extension support has been landed [1]. It's time to migrate the UI to use Vulkan API. [1]: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14195 Signed-off-by: Roman Stratiienko <[email protected]>
1 parent 3d6f517 commit a8fde30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aosptree/vendor/devices-community/gd_rpi4/device.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ PRODUCT_COPY_FILES += \
6464
PRODUCT_VENDOR_PROPERTIES += \
6565
ro.hardware.vulkan=broadcom \
6666

67-
# It is the only way to set ro.hwui.use_vulkan=true
68-
#TARGET_USES_VULKAN = true
67+
# Enable Vulkan backend for SKIA/HWUI
68+
TARGET_USES_VULKAN = true
6969

7070
# Bluetooth
7171
PRODUCT_VENDOR_PROPERTIES += \

manifests/glodroid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- gpu+display components (vendor) -->
2121
<project path="glodroid/vendor/minigbm" remote="aosp" name="platform/external/minigbm" groups="glodroid" revision="84b3a09ef0e620c1b2ec19c7626c327e68a847bc" />
2222
<project path="glodroid/vendor/drm_hwcomposer" remote="aosp" name="platform/external/drm_hwcomposer" groups="glodroid" revision="5de61b5e4fbf43b78b605dab68465aa6722930c4" />
23-
<project path="glodroid/vendor/mesa3d" remote="aosp" name="platform/external/mesa3d" groups="glodroid" revision="refs/tags/upstream-mesa-23.1.5" />
23+
<project path="glodroid/vendor/mesa3d" remote="aosp" name="platform/external/mesa3d" groups="glodroid" revision="f88338f80127d8bbbb49269e2399fd9e7e460c5c" />
2424

2525
<!-- camera components (vendor) -->
2626
<project path="glodroid/vendor/libcamera" remote="libcamera" name="libcamera.git" groups="glodroid" revision="960d0c1e19feaf310321c906e14bd5410c6be629" />

0 commit comments

Comments
 (0)