Skip to content

v3dv: add android support

Roman Stratiienko requested to merge roman.stratiienko/mesa:v3dv-android into main
Acknowledgements to android-rpi team and lineage-rpi maintainer (KonstaT)
for creating/testing initial vulkan support. Their experience was used as
a baseline for this work.

Most of the code is a copy of turnip and anv.
Improved by cleaning dEQP failures:

 - Improved gralloc support (use allocation time stride, size, modifier).
 - Fixed some dEQP crashes due to memory allocation issues.
Edited by Roman Stratiienko

Merge request reports