[Mesa-dev] [PATCH 2/2] radv: Replace "abi_versions" with correct "api_version".

Anuj Phogat anuj.phogat at gmail.com
Tue Oct 25 19:08:31 UTC 2016


On Tue, Oct 25, 2016 at 11:49 AM, Matt Turner <mattst88 at gmail.com> wrote:
> git history shows "abi_versions" was used from the outset.
>
> Cc: <mesa-stable at 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 at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

LGTM. Both patches are:
Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>


More information about the mesa-dev mailing list