summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radeon_icd.json.in
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-11-09 18:11:27 +0000
committerEmil Velikov <[email protected]>2016-11-09 21:36:45 +0000
commit0f434a68a39f391795dff92c317349d28dd2e638 (patch)
tree790b1dac798955735c3de35dc4684ed9f663c040 /src/amd/vulkan/radeon_icd.json.in
parentabe110df019af230bd3d29fb73c046fc404b5525 (diff)
radv: Suffix the radeon_icd file with the host CPU
Port of the anv commit d96345de989 ("anv: Suffix the intel_icd file with the host CPU"). v2: s/intel_icd/radeon_icd/ in commit summary (GraÅžvydas) Cc: "13.0" <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Dave Airlie <[email protected]> (IRC)
Diffstat (limited to 'src/amd/vulkan/radeon_icd.json.in')
-rw-r--r--src/amd/vulkan/radeon_icd.json.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/amd/vulkan/radeon_icd.json.in b/src/amd/vulkan/radeon_icd.json.in
new file mode 100644
index 00000000000..a8b441d672f
--- /dev/null
+++ b/src/amd/vulkan/radeon_icd.json.in
@@ -0,0 +1,7 @@
+{
+ "file_format_version": "1.0.0",
+ "ICD": {
+ "library_path": "@install_libdir@/libvulkan_radeon.so",
+ "api_version": "1.0.3"
+ }
+}