CVSROOT: /cvs
Module name: xenocara
Changes by: [email protected] 2023/05/01 00:46:26
Modified files:
lib/mesa/generated: Makefile
lib/mesa/generated/src/amd/vulkan: radeon_icd.json
lib/mesa/generated/src/intel/vulkan: intel_icd.json
lib/mesa/generated/src/intel/vulkan_hasvk: intel_hasvk_icd.json
Log message:
search for the vulkan drivers in the system library path instead of
loading them with a full path to utilitze the ld.so cache so that we
can pre-load these libraries for mesa before calling unveil(2)
ok jsg@