Skip to content

anv: enable the GPL feature based on whether the extension is supported

Ivan Briano requested to merge ibriano/mesa:fix-stupid into main

Instead of checking if the very same bit we want to enable is already enabled, which obviously doesn't work.

Fixes: fbc0e74b ("anv: enable graphics pipeline libraries by default")

Merge request reports