Konsta
5e001f8239
gbm_mesa: Change mapper name
2026-07-15 22:37:40 -04:00
Konsta
d500d5ee8d
gbm_mesa: Add android makefiles and init/vintf fragments
...
* APEX is based on cuttlefish implementation [1].
[1]: https://android.googlesource.com/device/google/cuttlefish/+/refs/tags/android-16.0.0_r1/guest/hals/gralloc/
2026-07-15 22:37:40 -04:00
Jooyung Han
9c5a81e4f1
Expose .rc/.xml for CF gralloc apex
...
Bug: 312358547
Test: allocator HAL service works from CF
Change-Id: I0d7a58b23af1150a98856be7ad4ffc1e1efb42b8
2024-02-06 16:13:00 +09:00
Steven Moreland
acb01d0ae3
avoid filegroup for files
...
- avoids exporting these files
- fewer modules
- simplifies configuration
Bug: 256701991
Test: build
Change-Id: If98a858c171a94c22689bdd0a6b60e85e32ff3c3
2022-12-07 22:07:25 +00:00
John Reck
aefe9340f4
Initial implementation of IMapper 5
...
Test: atest VtsHalGraphicsMapperStableC_TargetTest
Change-Id: I7fd047e3b53fbf659595baa9f34eb1b979ef1f89
Merged-In: I7fd047e3b53fbf659595baa9f34eb1b979ef1f89
2022-12-01 17:38:35 +00:00
Jason Macnak
0f93723f43
Reland: gralloc: Adds Minigbm AIDL allocator
...
The switch from HIDL to AIDL does not introduce any new interface
methods.
This reverts commit 95b765d807 .
Reland notes:
- Avoids using `minigbm_cros_gralloc_library_defaults`
for new `libminigbm_gralloc4_utils` to avoid having two libraries
compiling cros_gralloc_driver.cc.
- Makes `libminigbm_gralloc4_utils` a shared library.
Bug: b/223410512
Test: cvd start
Test: vts -m VtsHalGraphicsAllocatorAidl_TargetTest
Test: vts -m VtsHalGraphicsMapperV4_0Target
Test: cvd start --gpu_mode=gfxstream
Test: vts -m VtsHalGraphicsAllocatorAidl_TargetTest
Test: vts -m VtsHalGraphicsMapperV4_0Target
Change-Id: I69c4014a44b1bfe07ebc309b1c52e292100913c4
2022-03-16 14:01:16 -07:00
Lev Rumyantsev
95b765d807
Revert "gralloc: Adds Minigbm AIDL allocator"
...
Revert submission 17143242-cherrypick-minigbm-allocator-aidl-twsnybob5q
Reason for revert: b/224637687
Reverted Changes:
Iaf309fcbd:Add Minigbm Gralloc AIDL allocator
Idd114498c:gralloc: Adds Minigbm AIDL allocator
Change-Id: Ia8002ec629a16286e9efcca3cb8fb5a105dd86e5
2022-03-15 20:18:54 +00:00
Jason Macnak
7d0aa67904
gralloc: Adds Minigbm AIDL allocator
...
The switch from HIDL to AIDL does not introduce any new interface
methods.
Bug: b/223410512
Test: cvd start
Test: vts -m VtsHalGraphicsAllocatorAidl_TargetTest
Test: vts -m VtsHalGraphicsMapperV4_0Target
Test: cvd start --gpu_mode=gfxstream
Test: vts -m VtsHalGraphicsAllocatorAidl_TargetTest
Test: vts -m VtsHalGraphicsMapperV4_0Target
Change-Id: Idd114498c79bd48502e370c6144d8f08693e3781
2022-03-10 14:42:35 -08:00