Re: [Mesa-dev] [PATCH] configure.ac: Add radeon to with-vulkan-drivers help message.

2017-01-27 Thread Andres Rodriguez

Reviewed-by: Andres Rodriguez 

On 1/27/2017 6:15 PM, Lionel Landwerlin wrote:

I was bitten by that too so :

Acked-by: Lionel Landwerlin 

On 27/01/17 18:47, Bas Nieuwenhuizen wrote:

Had someone that tried --with-vulkan-drivers=radv, this will guide
people in the right direction.

Signed-off-by: Bas Nieuwenhuizen 
CC: 
---
  configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b35adc8a3aa..57fd4075dc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1738,7 +1738,7 @@ fi
  AC_ARG_WITH([vulkan-drivers],
  [AS_HELP_STRING([--with-vulkan-drivers@<:@=DIRS...@:>@],
  [comma delimited Vulkan drivers list, e.g.
-"intel"
+"intel,radeon"
  @<:@default=no@:>@])],
  [with_vulkan_drivers="$withval"],
  [with_vulkan_drivers="no"])



___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] configure.ac: Add radeon to with-vulkan-drivers help message.

2017-01-27 Thread Lionel Landwerlin

I was bitten by that too so :

Acked-by: Lionel Landwerlin 

On 27/01/17 18:47, Bas Nieuwenhuizen wrote:

Had someone that tried --with-vulkan-drivers=radv, this will guide
people in the right direction.

Signed-off-by: Bas Nieuwenhuizen 
CC: 
---
  configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b35adc8a3aa..57fd4075dc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1738,7 +1738,7 @@ fi
  AC_ARG_WITH([vulkan-drivers],
  [AS_HELP_STRING([--with-vulkan-drivers@<:@=DIRS...@:>@],
  [comma delimited Vulkan drivers list, e.g.
-"intel"
+"intel,radeon"
  @<:@default=no@:>@])],
  [with_vulkan_drivers="$withval"],
  [with_vulkan_drivers="no"])



___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH] configure.ac: Add radeon to with-vulkan-drivers help message.

2017-01-27 Thread Bas Nieuwenhuizen
Had someone that tried --with-vulkan-drivers=radv, this will guide
people in the right direction.

Signed-off-by: Bas Nieuwenhuizen 
CC: 
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b35adc8a3aa..57fd4075dc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1738,7 +1738,7 @@ fi
 AC_ARG_WITH([vulkan-drivers],
 [AS_HELP_STRING([--with-vulkan-drivers@<:@=DIRS...@:>@],
 [comma delimited Vulkan drivers list, e.g.
-"intel"
+"intel,radeon"
 @<:@default=no@:>@])],
 [with_vulkan_drivers="$withval"],
 [with_vulkan_drivers="no"])
-- 
2.11.0

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev