Re: [Mesa3d-dev] Problem with commit acae6f06 "dri: fix crash in driGetConfigAttribIndex"

2008-08-27 Thread Stefan Becker
Hi, ext David Miller wrote: > From: Stefan Becker <[EMAIL PROTECTED]> > Date: Wed, 27 Aug 2008 14:44:32 +0300 > >> Your commit made me realize that Dave's mesa commit was accompanied >> by a corresponding commit to the xserver. My xserver was still at >> 1.4.99.905 but the commit is post 1.4.99.9

Re: [Mesa3d-dev] Problem with commit acae6f06 "dri: fix crash in driGetConfigAttribIndex"

2008-08-27 Thread David Miller
From: Stefan Becker <[EMAIL PROTECTED]> Date: Wed, 27 Aug 2008 14:44:32 +0300 > Your commit made me realize that Dave's mesa commit was accompanied > by a corresponding commit to the xserver. My xserver was still at > 1.4.99.905 but the commit is post 1.4.99.906 in the > server-1.5-branch. I've no

Re: [Mesa3d-dev] Problem with commit acae6f06 "dri: fix crash in driGetConfigAttribIndex"

2008-08-27 Thread Stefan Becker
Hi, ext Kristian Høgsberg wrote: > On Tue, 2008-08-26 at 12:43 +0100, Dave Airlie wrote: >>> the following commit >>> >>> 1724334d7c82abe55b6506dfe369df4facae6f06 >>> >>> dri: fix crash in driGetConfigAttribIndex >>> >>> Accessing a GLboolean via an int pointer on big-endian == bad. >>

Re: [Mesa3d-dev] Problem with commit acae6f06 "dri: fix crash in driGetConfigAttribIndex"

2008-08-26 Thread Kristian Høgsberg
On Tue, 2008-08-26 at 14:19 -0600, Brian Paul wrote: > Kristian Høgsberg wrote: > > On Tue, 2008-08-26 at 12:43 +0100, Dave Airlie wrote: > >>> the following commit > >>> > >>> 1724334d7c82abe55b6506dfe369df4facae6f06 > >>> > >>> dri: fix crash in driGetConfigAttribIndex > >>> > >>> Acc

Re: [Mesa3d-dev] Problem with commit acae6f06 "dri: fix crash in driGetConfigAttribIndex"

2008-08-26 Thread Brian Paul
Kristian Høgsberg wrote: > On Tue, 2008-08-26 at 12:43 +0100, Dave Airlie wrote: >>> the following commit >>> >>> 1724334d7c82abe55b6506dfe369df4facae6f06 >>> >>> dri: fix crash in driGetConfigAttribIndex >>> >>> Accessing a GLboolean via an int pointer on big-endian == bad. >>> >>> bre

Re: [Mesa3d-dev] Problem with commit acae6f06 "dri: fix crash in driGetConfigAttribIndex"

2008-08-26 Thread Kristian Høgsberg
On Tue, 2008-08-26 at 12:43 +0100, Dave Airlie wrote: > > the following commit > > > > 1724334d7c82abe55b6506dfe369df4facae6f06 > > > > dri: fix crash in driGetConfigAttribIndex > > > > Accessing a GLboolean via an int pointer on big-endian == bad. > > > > breaks 3D stuff on my rade

Re: [Mesa3d-dev] Problem with commit acae6f06 "dri: fix crash in driGetConfigAttribIndex"

2008-08-26 Thread David Miller
From: Dave Airlie <[EMAIL PROTECTED]> Date: Tue, 26 Aug 2008 12:53:55 +0100 (IST) > > Having some incorrect visuals is better than a flat out > > unconditional server crash, isn't it? :-/ > > It's a major regression between an -rc3 and -rc4 of a Mesa release, that > stops 3D working on a large n

Re: [Mesa3d-dev] Problem with commit acae6f06 "dri: fix crash in driGetConfigAttribIndex"

2008-08-26 Thread David Miller
From: David Miller <[EMAIL PROTECTED]> Date: Tue, 26 Aug 2008 04:47:41 -0700 (PDT) > From: Dave Airlie <[EMAIL PROTECTED]> > Date: Tue, 26 Aug 2008 12:43:22 +0100 (IST) > > > > the following commit > > > > > > 1724334d7c82abe55b6506dfe369df4facae6f06 > > > > > > dri: fix crash in driGet

Re: [Mesa3d-dev] Problem with commit acae6f06 "dri: fix crash in driGetConfigAttribIndex"

2008-08-26 Thread David Miller
From: Dave Airlie <[EMAIL PROTECTED]> Date: Tue, 26 Aug 2008 12:43:22 +0100 (IST) > > the following commit > > > > 1724334d7c82abe55b6506dfe369df4facae6f06 > > > > dri: fix crash in driGetConfigAttribIndex > > > > Accessing a GLboolean via an int pointer on big-endian == bad. > > >

Re: [Mesa3d-dev] Problem with commit acae6f06 "dri: fix crash in driGetConfigAttribIndex"

2008-08-26 Thread Dave Airlie
> > Having some incorrect visuals is better than a flat out > unconditional server crash, isn't it? :-/ It's a major regression between an -rc3 and -rc4 of a Mesa release, that stops 3D working on a large number of x86 machinse vs a crash on some non-x86 machines. Ideally we find the real fix

Re: [Mesa3d-dev] Problem with commit acae6f06 "dri: fix crash in driGetConfigAttribIndex"

2008-08-26 Thread Dave Airlie
> the following commit > > 1724334d7c82abe55b6506dfe369df4facae6f06 > > dri: fix crash in driGetConfigAttribIndex > > Accessing a GLboolean via an int pointer on big-endian == bad. > > breaks 3D stuff on my radeon r5xx card: GLX no longer reports visuals with > double buffering. I'v

[Mesa3d-dev] Problem with commit acae6f06 "dri: fix crash in driGetConfigAttribIndex"

2008-08-25 Thread Stefan Becker
Hi, the following commit 1724334d7c82abe55b6506dfe369df4facae6f06 dri: fix crash in driGetConfigAttribIndex Accessing a GLboolean via an int pointer on big-endian == bad. breaks 3D stuff on my radeon r5xx card: GLX no longer reports visuals with double buffering. I've attached th