On Tue, Oct 25, 2016 at 11:49 AM, Matt Turner <matts...@gmail.com> wrote: > git history shows "abi_versions" was used from the outset. > > Cc: <mesa-sta...@lists.freedesktop.org> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98415 > --- > src/amd/vulkan/dev_icd.json.in | 2 +- > src/amd/vulkan/radeon_icd.json | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/amd/vulkan/dev_icd.json.in b/src/amd/vulkan/dev_icd.json.in > index fd8c7e3..f726df0 100644 > --- a/src/amd/vulkan/dev_icd.json.in > +++ b/src/amd/vulkan/dev_icd.json.in > @@ -2,6 +2,6 @@ > "file_format_version": "1.0.0", > "ICD": { > "library_path": "@build_libdir@/libvulkan_radeon.so", > - "abi_versions": "1.0.3" > + "api_version": "1.0.3" > } > } > diff --git a/src/amd/vulkan/radeon_icd.json b/src/amd/vulkan/radeon_icd.json > index 2085bd6..cbb4aab 100644 > --- a/src/amd/vulkan/radeon_icd.json > +++ b/src/amd/vulkan/radeon_icd.json > @@ -2,6 +2,6 @@ > "file_format_version": "1.0.0", > "ICD": { > "library_path": "libvulkan_radeon.so", > - "abi_versions": "1.0.3" > + "api_version": "1.0.3" > } > } > -- > 2.7.3 > > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/mesa-dev
LGTM. Both patches are: Reviewed-by: Anuj Phogat <anuj.pho...@gmail.com> _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev