Re: [Mesa-dev] nouveau_vieux_dri.so is broken ?

2010-06-16 Thread Francisco Jerez
yaiba.kurog...@interia.pl writes: > Hi, I got segfault with serer 1.9 when I run glxinfo or glxgears. > > Backtrace: > [ 1532.656] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e484b] > [ 1532.656] 1: /usr/bin/X (0x8048000+0x5c635) [0x80a4635] > [ 1532.656] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb

[Mesa-dev] [Bug 28305] OSMesa built with autogen.sh cannot be used

2010-06-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28305 Dan Nicholson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] Mesa 7.8.2 release?

2010-06-16 Thread Dan Nicholson
On Tue, Jun 15, 2010 at 4:26 PM, Dan Nicholson wrote: > On Tue, Jun 15, 2010 at 3:32 PM, tom fogal wrote: >> Dan Nicholson writes: >>> On Tue, Jun 15, 2010 at 12:55 PM, tom fogal wrote: >>> > Ian Romanick writes: >>> >> > If there are no objections, I will clean up the release notes and >>> >>

Re: [Mesa-dev] [PATCH] r600: GL_COORD_REPLACE state is only relevant when point sprites are enabled.

2010-06-16 Thread Alex Deucher
On Tue, Jun 15, 2010 at 4:00 PM, Henri Verbeet wrote: > --- >  src/mesa/drivers/dri/r600/r700_fragprog.c |   17 +++-- >  1 files changed, 11 insertions(+), 6 deletions(-) Pushed. thanks! > > diff --git a/src/mesa/drivers/dri/r600/r700_fragprog.c > b/src/mesa/drivers/dri/r600/r700_f

Re: [Mesa-dev] [PATCH 4/4] fix warnings

2010-06-16 Thread Alex Deucher
On Sat, Jun 12, 2010 at 4:13 PM, wrote: > --- >  src/mesa/drivers/dri/r600/r700_assembler.c |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) I've pushed this one. I'm not so sure about the rest of the set. Alex > > diff --git a/src/mesa/drivers/dri/r600/r700_assembler.c > b/sr

Re: [Mesa-dev] Mesa 7.8.2 release?

2010-06-16 Thread tom fogal
Dan Nicholson writes: > On Tue, Jun 15, 2010 at 4:26 PM, Dan Nicholson wrote: > >>> I have a patch I was working on but haven't tested. I'll try > >>> to wrap it up tonight and shoot it over to you for a test. I'm > >>> attaching what I have right now if you want to play around with > >>> it. > >

Re: [Mesa-dev] Mesa 7.8.2 release?

2010-06-16 Thread Dan Nicholson
On Wed, Jun 16, 2010 at 9:55 AM, tom fogal wrote: > Dan Nicholson writes: >> On Tue, Jun 15, 2010 at 4:26 PM, Dan Nicholson wrote: >> >>> I have a patch I was working on but haven't tested. I'll try >> >>> to wrap it up tonight and shoot it over to you for a test. I'm >> >>> attaching what I hav

[Mesa-dev] Current tinderbox regression (gallium/auxilliary/draw, sparc64)

2010-06-16 Thread Chris Ball
http://tinderbox.x.org/builds/2010-06-16-0028/logs/libGL/#build draw/draw_pt_so_emit.c:206:30: error: draw_so_emit_tmp.h: No such file or directory http://cgit.freedesktop.org/mesa/mesa/commit/?id=287531772ccea82c8a6c4dab5656d751a8943524 -- Chris Ball One Laptop Per Child __

Re: [Mesa-dev] Mesa 7.8.2 release?

2010-06-16 Thread Jeremy Huddleston
Hey Tom, What version of OSX do you have? I hadn't pulled changes into my tree (http://cgit.freedesktop.org/~jeremyhu/mesa/log/?h=7.8) since the beginning of May, but I'm building that version just fine on Leopard and Snow Leopard with 'make darwin'. I haven't given the autoconf route a

Re: [Mesa-dev] Mesa 7.8.2 release?

2010-06-16 Thread Dan Nicholson
On Wed, Jun 16, 2010 at 4:20 PM, Jeremy Huddleston wrote: > Hey Tom, > > What version of OSX do you have?  I hadn't pulled changes into my tree > (http://cgit.freedesktop.org/~jeremyhu/mesa/log/?h=7.8) since the beginning > of May, but I'm building that version just fine on Leopard and Snow Leopar

[Mesa-dev] [Bug 28577] New: Incorrect specular highlights on backfaces

2010-06-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28577 Summary: Incorrect specular highlights on backfaces Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Mesa-dev] [Bug 28577] Incorrect specular highlights on backfaces

2010-06-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28577 --- Comment #1 from Tim Evans 2010-06-16 17:41:11 PDT --- In case it matters, I've reproduced this problem on Mesa 7.7.1 and 7.8.1, both on win32 with the GDI interface, compiled with Visual C++ 2008 with optimisation disabled. My machine is runn

[Mesa-dev] TGSI ISA formalization

2010-06-16 Thread Corbin Simpson
So I've gone ahead and pushed some more doc patches, and I'll probably push more later too. One of them is 8b548846, which changes the TGSI ISA listing to be grouped by caps. The bits I've guessed at are: ~ Core ~ Compute ~ Geometry ~ GLSL ~ Double In addition, there is ps_2_x, which I'm hoping s

Re: [Mesa-dev] TGSI ISA formalization

2010-06-16 Thread Corbin Simpson
On Wed, Jun 16, 2010 at 7:04 PM, Corbin Simpson wrote: > So I've gone ahead and pushed some more doc patches, and I'll probably > push more later too. One of them is 8b548846, which changes the TGSI > ISA listing to be grouped by caps. The bits I've guessed at are: > > ~ Core > ~ Compute > ~ Geome

Re: [Mesa-dev] Mesa 7.8.2 release?

2010-06-16 Thread Jeremy Huddleston
On Jun 16, 2010, at 16:25, Dan Nicholson wrote: > On Wed, Jun 16, 2010 at 4:20 PM, Jeremy Huddleston > wrote: >> Hey Tom, >> >> What version of OSX do you have? I hadn't pulled changes into my tree >> (http://cgit.freedesktop.org/~jeremyhu/mesa/log/?h=7.8) since the beginning >> of May, but I'