Re: [Mesa-dev] [PATCH v2 1/3] nir: Add a pass to lower vector phi nodes to scalar phi nodes

2015-01-24 Thread Jason Ekstrand
On Sat, Jan 24, 2015 at 5:01 PM, Connor Abbott wrote: > On Sat, Jan 24, 2015 at 12:22 PM, Jason Ekstrand > wrote: > > > > On Jan 24, 2015 8:18 AM, "Connor Abbott" wrote: > >> > >> On Sat, Jan 24, 2015 at 1:00 AM, Jason Ekstrand > >> wrote: > >> > --- > >> > src/glsl/Makefile.sources

Re: [Mesa-dev] [PATCH v2 1/3] nir: Add a pass to lower vector phi nodes to scalar phi nodes

2015-01-24 Thread Connor Abbott
On Sat, Jan 24, 2015 at 12:22 PM, Jason Ekstrand wrote: > > On Jan 24, 2015 8:18 AM, "Connor Abbott" wrote: >> >> On Sat, Jan 24, 2015 at 1:00 AM, Jason Ekstrand >> wrote: >> > --- >> > src/glsl/Makefile.sources | 1 + >> > src/glsl/nir/nir.h | 2 + >> > s

Re: [Mesa-dev] [PATCH] configure: Link against all LLVM targets when building clover

2015-01-24 Thread Niels Ole Salscheider
On Saturday 24 January 2015, 18:24:16, Jan Vesely wrote: > On Sat, 2015-01-24 at 22:49 +0100, Niels Ole Salscheider wrote: > > Since 8e7df519bd8556591794b2de08a833a67e34d526, we initialise all targets > > in clover. This fixes bug 85380. > > > > v2: Mention correct bug in commit message > > > > S

Re: [Mesa-dev] [PATCH] configure: Link against all LLVM targets when building clover

2015-01-24 Thread Jan Vesely
On Sat, 2015-01-24 at 22:49 +0100, Niels Ole Salscheider wrote: > Since 8e7df519bd8556591794b2de08a833a67e34d526, we initialise all targets in > clover. This fixes bug 85380. > > v2: Mention correct bug in commit message > > Signed-off-by: Niels Ole Salscheider I thought you already had Tom's r

[Mesa-dev] [Bug 88766] codegen/nv50_ir.h:585:9: error: no member named 'tr1' in namespace 'std'

2015-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88766 --- Comment #6 from Ilia Mirkin --- (In reply to Francisco Jerez from comment #5) > Most likely this bug is not caused by the Clang compiler itself, but by > the standard library implementation. Apparently FreeBSD ships with Yes, absolutely. >

[Mesa-dev] [PATCH] configure: Link against all LLVM targets when building clover

2015-01-24 Thread Niels Ole Salscheider
Since 8e7df519bd8556591794b2de08a833a67e34d526, we initialise all targets in clover. This fixes bug 85380. v2: Mention correct bug in commit message Signed-off-by: Niels Ole Salscheider --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure

[Mesa-dev] [Bug 86837] kodi segfault since auxiliary/vl: rework the build of the VL code

2015-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86837 darkbasic changed: What|Removed |Added CC||darkba...@linuxsystems.it -- You are receiv

Re: [Mesa-dev] [PATCH v2 1/3] nir: Add a pass to lower vector phi nodes to scalar phi nodes

2015-01-24 Thread Jason Ekstrand
On Jan 24, 2015 9:22 AM, "Jason Ekstrand" wrote: > > > On Jan 24, 2015 8:18 AM, "Connor Abbott" wrote: > > > > On Sat, Jan 24, 2015 at 1:00 AM, Jason Ekstrand wrote: > > > --- > > > src/glsl/Makefile.sources | 1 + > > > src/glsl/nir/nir.h | 2 + > > > src

Re: [Mesa-dev] [PATCH v2 1/3] nir: Add a pass to lower vector phi nodes to scalar phi nodes

2015-01-24 Thread Jason Ekstrand
On Jan 24, 2015 8:18 AM, "Connor Abbott" wrote: > > On Sat, Jan 24, 2015 at 1:00 AM, Jason Ekstrand wrote: > > --- > > src/glsl/Makefile.sources | 1 + > > src/glsl/nir/nir.h | 2 + > > src/glsl/nir/nir_lower_phis_to_scalar.c | 238 +

Re: [Mesa-dev] [PATCH v2 1/3] nir: Add a pass to lower vector phi nodes to scalar phi nodes

2015-01-24 Thread Connor Abbott
On Sat, Jan 24, 2015 at 1:00 AM, Jason Ekstrand wrote: > --- > src/glsl/Makefile.sources | 1 + > src/glsl/nir/nir.h | 2 + > src/glsl/nir/nir_lower_phis_to_scalar.c | 238 > > 3 files changed, 241 insertions(+) > create mo

[Mesa-dev] [Bug 88766] codegen/nv50_ir.h:585:9: error: no member named 'tr1' in namespace 'std'

2015-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88766 Tobias Klausmann changed: What|Removed |Added CC||tobias.klausm...@mni.thm.de -- You a

[Mesa-dev] clover build fail with git llvm

2015-01-24 Thread Andy Furniss
Making all in state_trackers/clover make[3]: Entering directory '/mnt/sdb1/Src64/Mesa-git/mesa/src/gallium/state_trackers/clover' CXX llvm/libclllvm_la-invocation.lo llvm/invocation.cpp: In function 'void {anonymous}::optimize(llvm::Module*, unsigned int, const std::vector&)': llvm/invo

[Mesa-dev] Mesa 10.4.3

2015-01-24 Thread Emil Velikov
Mesa 10.4.3 has been released. Mesa 10.4.3 is a bug fix release fixing bugs since the 10.4.2 release, (see below for a list of changes). The tag in the git repository for Mesa 10.4.3 is 'mesa-10.4.3'. Mesa 10.4.3 is available for download at ftp://freedesktop.org/pub/mesa/10.4.3/ SHA-256 checksu

[Mesa-dev] [Bug 88766] codegen/nv50_ir.h:585:9: error: no member named 'tr1' in namespace 'std'

2015-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88766 --- Comment #5 from Francisco Jerez --- (In reply to Ilia Mirkin from comment #4) > (In reply to Vinson Lee from comment #3) > > Created attachment 112757 [details] [review] [review] > > Remove tr1 namespace. > Hi Ilia, > That would require C++

[Mesa-dev] [PATCH] i965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod propagation.

2015-01-24 Thread Kenneth Graunke
"MOV.nz null src" and "CMP.nz null src 0" are equivalent instructions. Previously, we deleted MOV.nz instructions when the instruction generating the MOV's source also wrote the flag register (as the flag register already contains the desired value). However, we wouldn't delete CMP.nz instruction

Re: [Mesa-dev] [PATCH 2/2] gallium: Replace u_simple_list.h with util/simple_list.h

2015-01-24 Thread Marek Olšák
Hi Eric, They are not the same. Gallium has 68afbe89c72d085dcbbf2b264f0201ab73fe339e. If the change is applied to the common version, you will have my Rb. Marek On Sat, Jan 24, 2015 at 12:37 AM, Eric Anholt wrote: > The code was exactly the same, except util/ has c++ guards and a struct > simpl