Skip to content

Fix vulkan loading issue in R

Yu Chen requested to merge chenyu/mesa:main into main

Framework will not load vulkan from /vendor/lib[64]/hw, so move it to /vendor/lib[64]. Also vulkan.intel.so expects sha1 build-id, but meson system fallback it md5. So just force the build-id to sha1.

Signed-off-by: Marc Mao marc.mao@intel.com Change-Id: I04075b13361ae8bdf99491aedfdfdf44a7b41865

Merge request reports