Re: [Mesa-dev] [vulkan] Fix AM_CPPFLAGS

2016-03-04 Thread Sedat Dilek
Thank you Jason for taking care and Aaron for testing /o\. - Sedat - On 3/2/16, Aaron Watry wrote: > On Wed, Mar 2, 2016 at 1:46 PM, Jason Ekstrand > wrote: > >> On Wed, Mar 2, 2016 at 9:03 AM, Sedat Dilek >> wrote: >> >>> Any news on that? >>> >> >> Out-of-tree builds including make check sho

Re: [Mesa-dev] [vulkan] Fix AM_CPPFLAGS

2016-03-02 Thread Aaron Watry
On Wed, Mar 2, 2016 at 1:46 PM, Jason Ekstrand wrote: > On Wed, Mar 2, 2016 at 9:03 AM, Sedat Dilek wrote: > >> Any news on that? >> > > Out-of-tree builds including make check should be working now. > --Jason > Confirmed. I just did a pull/rebuild out of tree, and make check works again. --A

Re: [Mesa-dev] [vulkan] Fix AM_CPPFLAGS

2016-03-02 Thread Jason Ekstrand
On Wed, Mar 2, 2016 at 9:03 AM, Sedat Dilek wrote: > Any news on that? > Out-of-tree builds including make check should be working now. --Jason > > - Sedat - > > On 2/24/16, Aaron Watry wrote: > > To clarify, I've also been doing out-of-tree builds with make check and a > > vulkan build (on a

Re: [Mesa-dev] [vulkan] Fix AM_CPPFLAGS

2016-03-02 Thread Sedat Dilek
Any news on that? - Sedat - On 2/24/16, Aaron Watry wrote: > To clarify, I've also been doing out-of-tree builds with make check and a > vulkan build (on a haswell system, but I don't think that matters at build > time). > > On Tue, Feb 23, 2016 at 8:46 PM, Aaron Watry wrote: > >> To expand on

Re: [Mesa-dev] [vulkan] Fix AM_CPPFLAGS

2016-02-23 Thread Aaron Watry
To clarify, I've also been doing out-of-tree builds with make check and a vulkan build (on a haswell system, but I don't think that matters at build time). On Tue, Feb 23, 2016 at 8:46 PM, Aaron Watry wrote: > To expand on what Sedat said here, make check is broken when building anv > at the mom

Re: [Mesa-dev] [vulkan] Fix AM_CPPFLAGS

2016-02-23 Thread Aaron Watry
To expand on what Sedat said here, make check is broken when building anv at the moment. due to a combination of the genxml/isl/vulkan directory moves. I've been poking at it on one of my laptops over the last few days, but I wouldn't complain if someone beat me to a fix. --Aaron On Tue, Feb 23,

[Mesa-dev] [vulkan] Fix AM_CPPFLAGS

2016-02-23 Thread Sedat Dilek
[ Low Internet bandwidth - no Git pulling possible ] Hi, From [1]... AM_CPPFLAGS = \ $(INTEL_CFLAGS) \ $(VALGRIND_CFLAGS) \ $(DEFINES) \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/compiler \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/src/mesa/d