Re: [Mesa-dev] last call for autotools

2018-12-23 Thread Ilia Mirkin
On Wed, Dec 19, 2018 at 1:30 PM Dylan Baker wrote: > > Quoting Nicolai Hähnle (2018-12-18 09:37:43) > > On 17.12.18 23:46, Dylan Baker wrote: > > > Quoting Marek Olšák (2018-12-17 12:25:29) > > >> On Mon, Dec 17, 2018 at 1:18 PM Eric Anholt wrote: > > >> > > >> Eero Tamminen writes: > > >>

Re: [Mesa-dev] last call for autotools

2018-12-23 Thread Dave Airlie
On Tue, 18 Dec 2018 at 06:26, Marek Olšák wrote: > > On Mon, Dec 17, 2018 at 1:18 PM Eric Anholt wrote: >> >> Eero Tamminen writes: >> >> > Hi, >> > >> > On 17.12.2018 8.08, Marek Olšák wrote: >> > [...] >> >> I think one of the serious usability issues is that environment >> >> variables such a

Re: [Mesa-dev] [PATCH] meson, anv: Add inc_vulkan to include directories

2018-12-23 Thread Eric Engestrom
On Sunday, 2018-12-23 12:31:20 +0100, Jan Vesely wrote: > From: Jan Vesely > > intel_vulkan.h uses '#include "vulkan.h"' so the file needs to be in > include path. > Fixes meson build of anv Hmm, that doesn't look? include/vulkan/vulkan_intel.h has `#include "vulkan.h"`, which lives at include/

Re: [Mesa-dev] [PATCH] docs: update 18.3 and add 19.x cycles for the release calendar

2018-12-23 Thread Eric Engestrom
On Tuesday, 2018-12-18 01:09:48 +0200, Andres Gomez wrote: > Cc: Dylan Baker > Cc: Juan A. Suarez > Cc: Emil Velikov > Signed-off-by: Andres Gomez > --- > docs/release-calendar.html | 118 - > 1 file changed, 116 insertions(+), 2 deletions(-) > > diff --git

[Mesa-dev] [PATCH] meson, anv: Add inc_vulkan to include directories

2018-12-23 Thread Jan Vesely
From: Jan Vesely intel_vulkan.h uses '#include "vulkan.h"' so the file needs to be in include path. Fixes meson build of anv Signed-off-by: Jan Vesely --- src/intel/vulkan/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/meson.build b/src/intel/v

Re: [Mesa-dev] [PATCH] EGL/mesa: Initial write up fot MESA_query_driver

2018-12-23 Thread Veluri Mithun
Hi Rob, I tested the below code with the same sample code(correcting some mistakes..). we are able to retrieve driverName correctly. @Nicolai Hähnle , @Adam Jackson , @Emil Velikov , @Eric Engestrom Any feedback is appreciated. Thank you. Cheers, Veluri. __

[Mesa-dev] [Bug 109131] cc1plus: error: unrecognized command line option "-std=c++11"

2018-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109131 --- Comment #3 from Gert Wollny --- Given the patch in question explicitly adds CXX11_CXXFLAGS in a section that is only taken into account when llvm is enabled the llvm version would also be relevant. AFAIR the last version before llvm-7 that