Re: [PATCH] add -DIN_DRI_DRIVER to xorg-6.9 build [was Re: problem found with new xorg-6.9RC2 on savage with DRI enabled]

2005-12-02 Thread Sergio Monteiro Basto
On Mon, 2005-11-21 at 19:15 +0100, Roland Scheidegger wrote: Xorg build also misses -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DHAVE_ALIAS Ian, and those ones are needed ? Can't comment on the others (though usually care must be taken with the threading stuff!), but not having

Re: [PATCH] add -DIN_DRI_DRIVER to xorg-6.9 build [was Re: problem found with new xorg-6.9RC2 on savage with DRI enabled]

2005-12-02 Thread Roland Scheidegger
Sergio Monteiro Basto wrote: Xorg build also misses -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DHAVE_ALIAS Ian, and those ones are needed ? Can't comment on the others (though usually care must be taken with the threading stuff!), but not having -DUSE_EXTERNAL_DXTN_LIB=1 will obviously cause it to

Re: [PATCH] add -DIN_DRI_DRIVER to xorg-6.9 build [was Re: problem found with new xorg-6.9RC2 on savage with DRI enabled]

2005-11-21 Thread Roland Scheidegger
Sergio Monteiro Basto wrote: After analyze how build Mesa from CVS with make linux-x86-dri and how xorg built same Mesa source with make World. Ian Romanick has point that Mesa code should have IN_DRI_DRIVER Define. So, I found on xc/lib/GL/mesa all subdirs: shader swrast tnl x86 main math

Re: [PATCH] add -DIN_DRI_DRIVER to xorg-6.9 build [was Re: problem found with new xorg-6.9RC2 on savage with DRI enabled]

2005-11-21 Thread Sergio Monteiro Basto
Hi, I remade the patch, and I attach to bug #1709, because resolved the issue there. and I marked the bug has verified. The patch looks to me, obvious but don't know for sure. Its based on this result: http://sergiomb.no-ip.org/xorg/xorgRC2/SOURCES/list thanks, On Mon, 2005-11-21 at 19:15

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-19 Thread Brian Paul
Can you print the value of nearby local vars, such as 'texObj', 'reallyEnabled' and 'i'? I bet a patch along the lines of what I've attached might fix the problem. -Brian Sergio Monteiro Basto wrote: Hi, with Mesa CVS no luck just a better debug Program received signal SIGSEGV,

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-19 Thread Sergio Monteiro Basto
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1208236352 (LWP 25396)] 0x00fa4afb in run_texnorm_stage (ctx=0x8ce54e0, stage=0x8e81b58) at savagerender.c:251 251 GLboolean normalizeS = (texObj-WrapS == GL_REPEAT); (gdb) print texObj $1 = (struct

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-19 Thread Brian Paul
Sergio Monteiro Basto wrote: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1208236352 (LWP 25396)] 0x00fa4afb in run_texnorm_stage (ctx=0x8ce54e0, stage=0x8e81b58) at savagerender.c:251 251 GLboolean normalizeS = (texObj-WrapS == GL_REPEAT); (gdb) print

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-18 Thread Sergio Monteiro Basto
Hi, with Mesa CVS no luck just a better debug Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1208609088 (LWP 21869)] 0x00ae0b1b in run_texnorm_stage (ctx=0x8a404e0, stage=0x8bdcb58) at savagerender.c:251 251 GLboolean normalizeS = (texObj-WrapS ==

[PATCH] add -DIN_DRI_DRIVER to xorg-6.9 build [was Re: problem found with new xorg-6.9RC2 on savage with DRI enabled]

2005-11-17 Thread Sergio Monteiro Basto
Hi, After analyze how build Mesa from CVS with make linux-x86-dri and how xorg built same Mesa source with make World. Ian Romanick has point that Mesa code should have IN_DRI_DRIVER Define. So, I found on xc/lib/GL/mesa all subdirs: shader swrast tnl x86 main math and tnl_dd have missing at

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-16 Thread Joachim Frieben
Right, RC1 and also RC2 build and work flawlessy under FC4 on an IBM ThinkPad T23. Even for Fedora rawhide, RC2 works essentially correctly except for some GL screensaver flicker whereas RC1 is perfect. This is clearly a build problem related to S.B.'s system.

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-16 Thread Sergio Monteiro Basto
On Tue, 2005-11-15 at 15:15 -0800, Ian Romanick wrote: Sergio Monteiro Basto wrote: On Mon, 2005-11-14 at 12:38 -0800, Ian Romanick wrote: Sergio Monteiro Basto wrote: On Mon, 2005-11-14 at 07:51 -0800, Ian Romanick wrote: Sergio Monteiro Basto wrote: Program received signal SIGFPE,

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled (correction)

2005-11-16 Thread Sergio Monteiro Basto
not I won You won is what I meant to write sorry -- Sérgio M.B. smime.p7s Description: S/MIME cryptographic signature

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-15 Thread Sergio Monteiro Basto
On Mon, 2005-11-14 at 12:38 -0800, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sergio Monteiro Basto wrote: On Mon, 2005-11-14 at 07:51 -0800, Ian Romanick wrote: Sergio Monteiro Basto wrote: Today, I test chromium, tuxracer and foobillard and none of then runs

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-15 Thread Felix Kühling
What does your host.def file look like? What I'm getting at, when you build Xorg 6.9RC2, do you use the Mesa copy in extras or do you point MesaSrcDir at a different Mesa checkout? Regards, Felix Am Dienstag, den 15.11.2005, 20:39 + schrieb Sergio Monteiro Basto: On Mon, 2005-11-14 at

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-15 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sergio Monteiro Basto wrote: On Mon, 2005-11-14 at 12:38 -0800, Ian Romanick wrote: Sergio Monteiro Basto wrote: On Mon, 2005-11-14 at 07:51 -0800, Ian Romanick wrote: Sergio Monteiro Basto wrote: Program received signal SIGFPE, Arithmetic

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-15 Thread Sergio Monteiro Basto
Hi, I just use monolithic sources, therefore I don't copy any Mesa source neither point MesaSrcDir. This is one of my goals build exclusive with one source. My host.def is one redhat custom it goes in attach I just add this patch to enable savage DRI

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-14 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sergio Monteiro Basto wrote: Today, I test chromium, tuxracer and foobillard and none of then runs try to dig with gdb and all stop on run_texnorm_stage() here is the debug with backtrace: Program received signal SIGFPE, Arithmetic

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-14 Thread Sergio Monteiro Basto
Hi, On Mon, 2005-11-14 at 07:51 -0800, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sergio Monteiro Basto wrote: Today, I test chromium, tuxracer and foobillard and none of then runs try to dig with gdb and all stop on run_texnorm_stage() here is the debug with

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-14 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sergio Monteiro Basto wrote: On Mon, 2005-11-14 at 07:51 -0800, Ian Romanick wrote: Sergio Monteiro Basto wrote: Today, I test chromium, tuxracer and foobillard and none of then runs try to dig with gdb and all stop on run_texnorm_stage() here is

problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-13 Thread Sergio Monteiro Basto
Hi, Today, I test chromium, tuxracer and foobillard and none of then runs try to dig with gdb and all stop on run_texnorm_stage() here is the debug with backtrace: Program received signal SIGFPE, Arithmetic exception. [Switching to Thread -1208801600 (LWP 12723)] 0x00ec8a80 in

Re: problem found with new xorg-6.9RC2 on savage with DRI enabled

2005-11-13 Thread Joachim Frieben
I built xorg-6.9RC2 packages for FC4 based on Mike Harris' earlier monolithic 6.9.x testing packages last week. Everything works perfectly - including GL screensavers and ppracer. Hi, Today, I test chromium, tuxracer and foobillard and none of then runs try to dig with gdb and all stop on