diff options
author | Emil Velikov <[email protected]> | 2016-11-09 18:11:27 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-11-09 21:36:45 +0000 |
commit | 0f434a68a39f391795dff92c317349d28dd2e638 (patch) | |
tree | 790b1dac798955735c3de35dc4684ed9f663c040 /src/amd/vulkan/.gitignore | |
parent | abe110df019af230bd3d29fb73c046fc404b5525 (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/.gitignore')
-rw-r--r-- | src/amd/vulkan/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/.gitignore b/src/amd/vulkan/.gitignore index e55e353d8fb..2a42d7fda8e 100644 --- a/src/amd/vulkan/.gitignore +++ b/src/amd/vulkan/.gitignore @@ -4,3 +4,4 @@ /radv_timestamp.h /dev_icd.json /vk_format_table.c +/radeon_icd.*.json |