From a174e986c7ffbb26b3e38afebffb2484d897b56f Mon Sep 17 00:00:00 2001 From: Ali Homafar Date: Wed, 3 Jul 2024 11:41:27 -0400 Subject: [PATCH] lavapipe: Set ICD api_version to 1.3 Lavapipe has been 1.3 compliant for a couple years, now. Part-of: --- src/gallium/targets/lavapipe/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/targets/lavapipe/meson.build b/src/gallium/targets/lavapipe/meson.build index 9b009e6a7e1..a9926b5d808 100644 --- a/src/gallium/targets/lavapipe/meson.build +++ b/src/gallium/targets/lavapipe/meson.build @@ -23,7 +23,7 @@ endif icd_command = [ prog_python, '@INPUT0@', - '--api-version', '1.1', '--xml', '@INPUT1@', + '--api-version', '1.3', '--xml', '@INPUT1@', '--lib-path', join_paths(icd_lib_path, icd_file_name), '--out', '@OUTPUT@', ]