Skip to content

anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_format

Tapani Pälli requested to merge tpalli/mesa:hal_impl_defined into master

When HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED is used, then the platform gralloc module will select a format based on the usage flags provided by the camera device and the other endpoint of the stream.

The patch fixes crash in vulkan when the test is run with camera stream set to HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED.

Test: android.graphics.cts.CameraVulkanGpuTest#testCameraImportAndRendering on chromebook with camera HAL3.

Signed-off-by: Nataraj Deshpande nataraj.deshpande@intel.com Reviewed-by: Tapani Pälli tapani.palli@intel.com

Merge request reports