On 13/02/14 13:53, Rob Clark wrote:
On Thu, Feb 13, 2014 at 8:39 AM, Emil Velikov wrote:
+if HAVE_MESA_LLVM
+# Mention a dummy pure C++ file to trigger generation of the $(LINK) variable
+nodist_EXTRA_libxatracker_la_SOURCES = dummy-cpp.cpp
Move before the HAVE_MESA_LLVM. It will translate to
On Thu, Feb 13, 2014 at 8:39 AM, Emil Velikov wrote:
>> +if HAVE_MESA_LLVM
>> +# Mention a dummy pure C++ file to trigger generation of the $(LINK)
>> variable
>> +nodist_EXTRA_libxatracker_la_SOURCES = dummy-cpp.cpp
> Move before the HAVE_MESA_LLVM. It will translate to no-on if not required.
>
On 11/02/14 23:51, Rob Clark wrote:
> From: Rob Clark
>
> This lets multiple gallium drivers use XA.
>
> Signed-off-by: Rob Clark
> ---
> configure.ac | 9 +--
> src/gallium/auxiliary/pipe-loader/Makefile.am | 1 -
> src/gallium/auxiliary/pipe-loade
From: Rob Clark
This lets multiple gallium drivers use XA.
Signed-off-by: Rob Clark
---
configure.ac | 9 +--
src/gallium/auxiliary/pipe-loader/Makefile.am | 1 -
src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c | 2 -
src/gallium/state_trackers/