[Mesa-dev] [Bug 44697] Update from 7.12 to 8 (git) breaks compiz/unity

2012-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44697 Robert Hooker (Sarvatt) changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from R

[Mesa-dev] [PATCH] gallivm: Fix createOProfileJITEventListener namespace with llvm-3.1.

2012-03-13 Thread Vinson Lee
llvm-3.1svn r15620 refactored the OProfile profiling code. createOProfileJITEventListener was moved from the llvm namespace to the llvm::JITEventListener namespace. Signed-off-by: Vinson Lee --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp |4 1 files changed, 4 insertions(+), 0 deleti

[Mesa-dev] [Bug 44697] Update from 7.12 to 8 (git) breaks compiz/unity

2012-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44697 Alan Coopersmith changed: What|Removed |Added AssignedTo|xorg-t...@lists.x.org |mesa-dev@lists.freedesktop.

[Mesa-dev] [Bug 47248] autogen missing dependency on flex and bison, causes infinite loop in glsl build

2012-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47248 Matt Turner changed: What|Removed |Added CC||matts...@gmail.com -- Configure bugmail:

[Mesa-dev] [Bug 47248] autogen missing dependency on flex and bison, causes infinite loop in glsl build

2012-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47248 --- Comment #1 from Matt Turner 2012-03-13 20:15:23 PDT --- Created attachment 58416 --> https://bugs.freedesktop.org/attachment.cgi?id=58416 patch -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are rec

[Mesa-dev] [PATCH] autoconf: bail out if flex isn't found

2012-03-13 Thread Matt Turner
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=47248 Signed-off-by: Matt Turner --- configure.ac |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index a2d906a..e7994b0 100644 --- a/configure.ac +++ b/configure.ac @@ -66,6 +66,9 @@ if tes

[Mesa-dev] Is Mesa on win32 thread safe?

2012-03-13 Thread Juraj Švec
Hi, Is Mesa 8.0 implementation on windows thread safe? I have some test code that is doing rendering in parallel threads using debug build of opengl32.dll and it is crashing in debug_free on list_del operation. The implementation of u_double_list.h does not seem to be thread safe, so I believe if

[Mesa-dev] [PATCH 1/2] i965/fs: Avoid generating extra AND instructions on bool logic ops.

2012-03-13 Thread Eric Anholt
By making a bool fs_reg only have a defined low bit (matching CMP output), instead of being a full 0 or 1 value, we reduce the ANDs generated in logic chains like: if (v_texcoord.x < 0.0 || v_texcoord.x > texwidth || v_texcoord.y < 0.0 || v_texcoord.y > 1.0) discard; My concern or

[Mesa-dev] [PATCH 2/2] i965/fs: Try to avoid generating extra MOVs to do saturates.

2012-03-13 Thread Eric Anholt
shader-db results: Total instructions: 212648 -> 206044 614/1246 programs affected (49.3%) 178350 -> 171746 instructions in affected programs (3.7% reduction) --- src/mesa/drivers/dri/i965/brw_fs_visitor.cpp | 24 +--- 1 files changed, 21 insertions(+), 3 deletions(-) diff -

Re: [Mesa-dev] [PATCH 1/4] gallium/drivers: Use automake to generate makefile

2012-03-13 Thread Jose Fonseca
FWIW, I personally have no objections against the "automakification" provided it does not cause build failures, or that any unintended build failure is soon addressed. That is, better not commit this sort of stuff right before leaving for the pub ;-) Jose - Original Message - > If no o

Re: [Mesa-dev] [PATCH 1/4] gallium/drivers: Use automake to generate makefile

2012-03-13 Thread Tom Stellard
If no one objects, I'm going to push this series tomorrow. On Sun, Mar 04, 2012 at 07:14:18PM -0500, Tom Stellard wrote: > --- > configure.ac |1 + > src/gallium/drivers/.gitignore|3 +++ > src/gallium/drivers/Makefile | 12 > src/g

[Mesa-dev] [PATCH] glsl: fix compiling warning from gcc 4.7

2012-03-13 Thread Dave Airlie
From: Dave Airlie ir_validate.cpp: In member function ‘virtual ir_visitor_status ir_validate::visit_leave(ir_swizzle*)’: ir_validate.cpp:458:66: warning: narrowing conversion of ‘ir->ir_swizzle::mask.ir_swizzle_mask::x’ from ‘unsigned int’ to ‘int’ inside { } is ill-formed in C++11 [-Wnarrowin

Re: [Mesa-dev] [PATCH] mesa: add back glGetnUniformfv() overflow error reporting

2012-03-13 Thread Brian Paul
This looks good to me. One minor comment below. On 03/13/2012 01:51 AM, nobled wrote: ping x2 Also an 8.0 candidate, now that 8.0 exists. On Mon, Jan 16, 2012 at 6:52 PM, nobled wrote: ping? On Thu, Dec 22, 2011 at 4:34 PM, nob...@dreamwidth.org wrote: The error was erroneously removed i

[Mesa-dev] [Bug 47166] Bad datatype in interpolate_int_colors

2012-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47166 --- Comment #1 from Brian Paul 2012-03-13 08:10:26 PDT --- Is it possible to get a test program or an apitrace of the app? The later tool is available at https://github.com/apitrace/apitrace Does the failure still happen if you draw fewer poly

Re: [Mesa-dev] [PATCH] glsl: initialise const force glsl extension warning in fake ctx

2012-03-13 Thread Brian Paul
On 03/13/2012 08:53 AM, Dave Airlie wrote: From: Dave Airlie valgrind complained about an uninitialised value being used in glsl_parser_extras.cpp, and this was the one it was giving out about. Just initialise the value in the fakectx. Signed-off-by: Dave Airlie --- src/glsl/builtins/tools/g

Re: [Mesa-dev] Doing 8.0.1 release?

2012-03-13 Thread Brian Paul
On 03/12/2012 06:05 PM, Jakob Bornecrantz wrote: Hi all We well over due for a 8.0.1 release, so I thought we do it aggressively this week. A quick rc tomorrow and a release on Thursday or Friday? Is that okay with people, comments please? 8.0.2 sounds good to me, Jakob. I'll review my recent

[Mesa-dev] [PATCH] glsl: initialise const force glsl extension warning in fake ctx

2012-03-13 Thread Dave Airlie
From: Dave Airlie valgrind complained about an uninitialised value being used in glsl_parser_extras.cpp, and this was the one it was giving out about. Just initialise the value in the fakectx. Signed-off-by: Dave Airlie --- src/glsl/builtins/tools/generate_builtins.py |1 + 1 files change

[Mesa-dev] [Bug 47259] piglit fbo-blending-formats regression

2012-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47259 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 47261] piglit fbo-luminance-alpha regression

2012-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47261 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] Doing 8.0.1 release?

2012-03-13 Thread Jakob Bornecrantz
- Original Message - > On Mon, Mar 12, 2012 at 05:05:08PM -0700, Jakob Bornecrantz wrote: > > Hi all > > > > We well over due for a 8.0.1 release, so I thought > > we do it aggressively this week. A quick rc tomorrow > > and a release on Thursday or Friday? Is that okay with > > people, co

Re: [Mesa-dev] Doing 8.0.1 release?

2012-03-13 Thread Jakob Bornecrantz
- Original Message - > On Mon, Mar 12, 2012 at 8:05 PM, Jakob Bornecrantz wrote: > > Hi all > > > > We well over due for a 8.0.1 release, so I thought > > we do it aggressively this week. A quick rc tomorrow > > and a release on Thursday or Friday? Is that okay with > > people, comments pl

Re: [Mesa-dev] Doing 8.0.1 release?

2012-03-13 Thread Yuanhan Liu
On Mon, Mar 12, 2012 at 05:05:08PM -0700, Jakob Bornecrantz wrote: > Hi all > > We well over due for a 8.0.1 release, so I thought > we do it aggressively this week. A quick rc tomorrow > and a release on Thursday or Friday? Is that okay with > people, comments please? Did you mean 8.1? 8.0.1 has

Re: [Mesa-dev] Doing 8.0.1 release?

2012-03-13 Thread nobled
On Mon, Mar 12, 2012 at 8:05 PM, Jakob Bornecrantz wrote: > Hi all > > We well over due for a 8.0.1 release, so I thought > we do it aggressively this week. A quick rc tomorrow > and a release on Thursday or Friday? Is that okay with > people, comments please? This should be cherry-picked, right?

Re: [Mesa-dev] [PATCH] mesa: add back glGetnUniformfv() overflow error reporting

2012-03-13 Thread nobled
ping x2 Also an 8.0 candidate, now that 8.0 exists. On Mon, Jan 16, 2012 at 6:52 PM, nobled wrote: > ping? > > On Thu, Dec 22, 2011 at 4:34 PM, nob...@dreamwidth.org wrote: >> The error was erroneously removed in this commit: >> >> 719909698c67c287a393d2380278e7b7495ae018 >> "mesa: Rewrite the w