Re: [Mesa-dev] [PATCH 2/2] configure: Add support for the Intel Vulkan driver

2016-04-15 Thread Chuck Atkins
> > > Put x in front of everything: > > > Which reminds me - what are the advantages of it ? In the gallium > drivers (where this is derived from) and I've not seen any issues. > Mostly curious, I'm fine with or without the x. > It prevents empty string problems. If the variable is undefined or e

Re: [Mesa-dev] [PATCH 2/2] configure: Add support for the Intel Vulkan driver

2016-04-15 Thread Jason Ekstrand
On Fri, Apr 15, 2016 at 10:02 AM, Emil Velikov wrote: > On 14 April 2016 at 21:51, Kenneth Graunke wrote: > > On Thursday, April 14, 2016 1:06:25 PM PDT Jason Ekstrand wrote: > >> This adds a --with-vulkan-drivers option with one driver, "intel". In > the > >> future, we may add more drivers to

Re: [Mesa-dev] [PATCH 2/2] configure: Add support for the Intel Vulkan driver

2016-04-15 Thread Emil Velikov
On 14 April 2016 at 21:51, Kenneth Graunke wrote: > On Thursday, April 14, 2016 1:06:25 PM PDT Jason Ekstrand wrote: >> This adds a --with-vulkan-drivers option with one driver, "intel". In the >> future, we may add more drivers to this list. >> --- >> configure.ac | 66 +

Re: [Mesa-dev] [PATCH 2/2] configure: Add support for the Intel Vulkan driver

2016-04-14 Thread Kenneth Graunke
On Thursday, April 14, 2016 1:06:25 PM PDT Jason Ekstrand wrote: > This adds a --with-vulkan-drivers option with one driver, "intel". In the > future, we may add more drivers to this list. > --- > configure.ac | 66 > 1 file changed, 6

[Mesa-dev] [PATCH 2/2] configure: Add support for the Intel Vulkan driver

2016-04-14 Thread Jason Ekstrand
This adds a --with-vulkan-drivers option with one driver, "intel". In the future, we may add more drivers to this list. --- configure.ac | 66 1 file changed, 66 insertions(+) diff --git a/configure.ac b/configure.ac index 40b08d3..3cf