Re: [Bug 849] [PATCH] Fix DRI pagesize assumptions in radeon and r128 drivers

2004-07-11 Thread Patrick McFarland
Does this fix the random crashing issue on ia32? -- Patrick Diablo-D3 McFarland || [EMAIL PROTECTED] Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music. --

Re: Kernel oops when loading i830 module

2004-07-11 Thread Dave Airlie
On Thu, 8 Jul 2004, Bill Gou wrote: Hi there, I'm running X.org 6.7, kernel 2.4.24. Whenever I load the i830 module compiled from dri snapshot, I get a kernel oops. Below is the ksymoops and 'lspci -v'output. I can see the issue, I just have to think of a clean way to fix it ... I've

Re: Kernel oops when loading i830 module

2004-07-11 Thread Bill Gou
Dave Airlie wrote: On Thu, 8 Jul 2004, Bill Gou wrote: Hi there, I'm running X.org 6.7, kernel 2.4.24. Whenever I load the i830 module compiled from dri snapshot, I get a kernel oops. Below is the ksymoops and 'lspci -v'output. I can see the issue, I just have to think of a clean

Re: [Bug 849] [PATCH] Fix DRI pagesize assumptions in radeon and r128 drivers

2004-07-11 Thread Mike A. Harris
On Sun, 11 Jul 2004, Patrick McFarland wrote: Date: Sun, 11 Jul 2004 02:32:00 -0400 From: Patrick McFarland [EMAIL PROTECTED] To: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii X-BeenThere: [EMAIL PROTECTED] Subject: Re: [Bug 849] [PATCH] Fix DRI pagesize assumptions in radeon and

TLS support (finally!)

2004-07-11 Thread Ian Romanick
These two patches cooperate to enable TLS support. For now you much manually add #define GlxUseThreadLocalStorage YES to your host.def to enable TLS support. Apply the Mesa patch to the Mesa tree and the DRI patch to the DRI tree. Right now libGL will try for a TLS driver first, and fallback