Re: [Mesa-dev] [PATCH 1/1] radv: consider MESA_VK_VERSION_OVERRIDE when setting the api version

2019-04-24 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 4/24/19 2:54 PM, Bas Nieuwenhuizen wrote: Reviewed-by: Bas Nieuwenhuizen On Wed, Apr 24, 2019 at 2:40 PM Eleni Maria Stea wrote: Before setting the physical device API version, we should check if the MESA_VK_VERSION_OVERRIDE environment variable is set and

Re: [Mesa-dev] [PATCH 1/1] radv: consider MESA_VK_VERSION_OVERRIDE when setting the api version

2019-04-24 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Wed, Apr 24, 2019 at 2:40 PM Eleni Maria Stea wrote: > > Before setting the physical device API version, we should check if the > MESA_VK_VERSION_OVERRIDE environment variable is set and take it into > account. > --- > src/amd/vulkan/radv_extensions.py | 8

[Mesa-dev] [PATCH 1/1] radv: consider MESA_VK_VERSION_OVERRIDE when setting the api version

2019-04-24 Thread Eleni Maria Stea
Before setting the physical device API version, we should check if the MESA_VK_VERSION_OVERRIDE environment variable is set and take it into account. --- src/amd/vulkan/radv_extensions.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/amd/vulkan/radv_extensions.py