[Mesa3d-dev] [Bug 19827] makedepend: warning: ../../../src/mesa/main/dispatch.c ( reading /usr/include/limits.h, line 125): cannot find include file "limits. h"

2009-02-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19827 Rémi Cardona changed: What|Removed |Added CC||r...@gentoo.org -- Configure bugmail:

[Mesa3d-dev] [Bug 19827] makedepend: warning: ../../../src/mesa/main/dispatch.c ( reading /usr/include/limits.h, line 125): cannot find include file "limits. h"

2009-02-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19827 --- Comment #16 from Rémi Cardona 2009-02-12 23:55:01 PST --- Could this patch be pushed/nominated for mesa 7.4? Thanks -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

Re: [Mesa3d-dev] merging gallium-0.2 branch to master

2009-02-12 Thread Timo Jyrinki
2009/2/10 Anders Juel Jensen : > PS.: Oh, http://wiki.x.org/wiki/Development/git just became obsolete. Can > someone knowledgable also give quick instructions on how to actually run > gallium there? I can update the page (and others), as soon as I know... ...what would be supposed to be created w

[Mesa3d-dev] Current tinderbox regressions

2009-02-12 Thread Chris Ball
Hi, We're seeing two compile regressions on the Xorg tinderbox: Machine 1, sparc: /usr/bin/ld: cannot find -lGLEW make[2]: *** [glutfx] Error 1 http://tinderbox.x.org/builds/2009-02-12-0031/logs/libGL/#build Machine 2, x86/Fedora 7: gmake[4]: Leaving directory `/home/cjb/xorg-git/mesa/src/ga

Re: [Mesa3d-dev] radeon-rewrite branch merging.

2009-02-12 Thread Dave Airlie
> > Compressed textures also seem to be broken, since they'll raise a FPE: > > Program received signal SIGFPE, Arithmetic exception. > > [Switching to Thread -1480239424 (LWP 11180)] > > 0x9c80da1d in radeon_miptree_create (rmesa=0x9499c48, t=0x9909e80, > > target=3553, firstLevel=0, > > lastL

[Mesa3d-dev] [PATCH] mesa: Bump maximum texture size to 4096.

2009-02-12 Thread Eric Anholt
idr said that in his review swrast was ready for it, and the 965 driver is advertising it already though it has been resulting in many crashes due to arrays using these defines not being big enough. --- src/mesa/main/config.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff

Re: [Mesa3d-dev] [PATCH] autoconf: Fix incorrect escape.

2009-02-12 Thread Dan Nicholson
On Thu, Feb 12, 2009 at 2:58 PM, Corbin Simpson wrote: > Dan Nicholson wrote: >> On Thu, Feb 12, 2009 at 1:57 PM, Corbin Simpson >> wrote: >>> This could also be backticks, I suppose, but since nobody has ever hit >>> this, as far as I can tell, I'm guessing it really doesn't matter. >>> >>> ---

Re: [Mesa3d-dev] [PATCH] autoconf: Fix incorrect escape.

2009-02-12 Thread Corbin Simpson
Dan Nicholson wrote: > On Thu, Feb 12, 2009 at 1:57 PM, Corbin Simpson > wrote: >> This could also be backticks, I suppose, but since nobody has ever hit >> this, as far as I can tell, I'm guessing it really doesn't matter. >> >> --- >> configure.ac |2 +- >> 1 files changed, 1 insertions(+),

Re: [Mesa3d-dev] [PATCH] autoconf: Fix incorrect escape.

2009-02-12 Thread Dan Nicholson
On Thu, Feb 12, 2009 at 1:57 PM, Corbin Simpson wrote: > This could also be backticks, I suppose, but since nobody has ever hit > this, as far as I can tell, I'm guessing it really doesn't matter. > > --- > configure.ac |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git

[Mesa3d-dev] [PATCH] autoconf: Fix incorrect escape.

2009-02-12 Thread Corbin Simpson
This could also be backticks, I suppose, but since nobody has ever hit this, as far as I can tell, I'm guessing it really doesn't matter. --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index a9a8d5a..5fcd2aa 100644 --- a/conf

Re: [Mesa3d-dev] radeon-rewrite branch merging.

2009-02-12 Thread Nicolai Hähnle
Am Donnerstag 12 Februar 2009 15:10:11 schrieb Roland Scheidegger: > Compressed textures also seem to be broken, since they'll raise a FPE: > Program received signal SIGFPE, Arithmetic exception. > [Switching to Thread -1480239424 (LWP 11180)] > 0x9c80da1d in radeon_miptree_create (rmesa=0x9499c48,

Re: [Mesa3d-dev] radeon-rewrite branch merging.

2009-02-12 Thread Roland Scheidegger
On 12.02.2009 15:10, Roland Scheidegger wrote: > On 12.02.2009 13:48, Roland Scheidegger wrote: >> On 12.02.2009 06:29, Dave Airlie wrote: >>> Hi, >>> >>> So I have a goal to get a radeon driver that works on a bufmgr and that >>> then can be used on non-mm/mm, and also where I can make DRI2 and F

Re: [Mesa3d-dev] MALLOC/FREE naming collision

2009-02-12 Thread José Fonseca
On Thu, 2009-02-12 at 09:16 -0800, Brian Paul wrote: > José Fonseca wrote: > > On Thu, 2009-02-12 at 08:47 -0800, Brian Paul wrote: > >> José Fonseca wrote: > >>> Hi, > >>> > >>> I'd like to fix the naming collisions for the memory allocation utility > >>> macros/functions between gallium & mesa, e

Re: [Mesa3d-dev] MALLOC/FREE naming collision

2009-02-12 Thread Brian Paul
José Fonseca wrote: > On Thu, 2009-02-12 at 08:47 -0800, Brian Paul wrote: >> José Fonseca wrote: >>> Hi, >>> >>> I'd like to fix the naming collisions for the memory allocation utility >>> macros/functions between gallium & mesa, especially the MALLOC, CALLOC, >>> CALLOC_STRUCT, FREE, and REALLOC

Re: [Mesa3d-dev] MALLOC/FREE naming collision

2009-02-12 Thread José Fonseca
On Thu, 2009-02-12 at 08:47 -0800, Brian Paul wrote: > José Fonseca wrote: > > Hi, > > > > I'd like to fix the naming collisions for the memory allocation utility > > macros/functions between gallium & mesa, especially the MALLOC, CALLOC, > > CALLOC_STRUCT, FREE, and REALLOC macros in u_memory.[ch

Re: [Mesa3d-dev] MALLOC/FREE naming collision

2009-02-12 Thread Brian Paul
José Fonseca wrote: > Hi, > > I'd like to fix the naming collisions for the memory allocation utility > macros/functions between gallium & mesa, especially the MALLOC, CALLOC, > CALLOC_STRUCT, FREE, and REALLOC macros in u_memory.[ch]. > > The main motivation is to be able to use the memory debug

Re: [Mesa3d-dev] Mesa (master): mesa: refactor MATH_SOURCES, remove Mesa x86 codegen from gallium build

2009-02-12 Thread Brian Paul
Yeah, I can see how that would be happening, but for some reason I'm not seeing it here. I'll get on it ASAP. -Brian José Fonseca wrote: > Hi Brian, > > This commit is causing undefined _mesa_transform_vector symbol when > building a pure-software xlib (with linux-debug). It is referred by > s

Re: [Mesa3d-dev] MALLOC/FREE naming collision

2009-02-12 Thread José Fonseca
On Thu, 2009-02-12 at 06:51 -0800, Daniel Stone wrote: > On Thu, Feb 12, 2009 at 11:02:22AM +, José Fonseca wrote: > > I'd like to fix the naming collisions for the memory allocation utility > > macros/functions between gallium & mesa, especially the MALLOC, CALLOC, > > CALLOC_STRUCT, FREE, and

Re: [Mesa3d-dev] Mesa (master): mesa: refactor MATH_SOURCES, remove Mesa x86 codegen from gallium build

2009-02-12 Thread José Fonseca
Hi Brian, This commit is causing undefined _mesa_transform_vector symbol when building a pure-software xlib (with linux-debug). It is referred by several of the sources in main, which are also used for gallium. I need to do this to build: diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak

Re: [Mesa3d-dev] MALLOC/FREE naming collision

2009-02-12 Thread Daniel Stone
On Thu, Feb 12, 2009 at 11:02:22AM +, José Fonseca wrote: > I'd like to fix the naming collisions for the memory allocation utility > macros/functions between gallium & mesa, especially the MALLOC, CALLOC, > CALLOC_STRUCT, FREE, and REALLOC macros in u_memory.[ch]. > > The main motivation is t

Re: [Mesa3d-dev] radeon-rewrite branch merging.

2009-02-12 Thread Roland Scheidegger
On 12.02.2009 13:48, Roland Scheidegger wrote: > On 12.02.2009 06:29, Dave Airlie wrote: >> Hi, >> >> So I have a goal to get a radeon driver that works on a bufmgr and that >> then can be used on non-mm/mm, and also where I can make DRI2 and FBOs >> work. >> >> So with that in mind and not wanti

Re: [Mesa3d-dev] radeon-rewrite branch merging.

2009-02-12 Thread Roland Scheidegger
On 12.02.2009 06:29, Dave Airlie wrote: > Hi, > > So I have a goal to get a radeon driver that works on a bufmgr and that > then can be used on non-mm/mm, and also where I can make DRI2 and FBOs > work. > > So with that in mind and not wanting to write this 3 times, I've done a > major refacto

[Mesa3d-dev] MALLOC/FREE naming collision

2009-02-12 Thread José Fonseca
Hi, I'd like to fix the naming collisions for the memory allocation utility macros/functions between gallium & mesa, especially the MALLOC, CALLOC, CALLOC_STRUCT, FREE, and REALLOC macros in u_memory.[ch]. The main motivation is to be able to use the memory debugging functions debug_malloc, etc i

Re: [Mesa3d-dev] radeon-rewrite branch merging.

2009-02-12 Thread Michel Dänzer
On Thu, 2009-02-12 at 05:29 +, Dave Airlie wrote: > > So I have a goal to get a radeon driver that works on a bufmgr and that > then can be used on non-mm/mm, and also where I can make DRI2 and FBOs > work. > > So with that in mind and not wanting to write this 3 times, I've done a > major