Skip to content

anv: use os_get_option instead of getenv

Yiwei Zhang requested to merge zzyiwei/mesa:anv-queuecount into main

What does this MR do and why?

anv: use os_get_option instead of getenv

so that the queue count override logic can catch Android system
properties.

Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>

Merge request reports