[Bug 1698] RFE: Minimize symbol table in DRI drivers

2005-01-05 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=1698 [EMAIL PROTECTED] changed: What|Removed |Added ---

Re: FIXED: MergedFB and pageflipping

2005-01-05 Thread Eric Anholt
On Wed, 2005-01-05 at 17:04 +0100, Roland Scheidegger wrote: > Keith Whitwell wrote: > > It's a little tricky - I guess you'll need some way of informing the > > kernel which way it is supposed to calculate crtc1_base, either by a new > > call to the SET_PARAMETER ioctl, or via the ABI version se

Re: New Debian packages built from Xorg

2005-01-05 Thread Roland Scheidegger
Philip Armstrong wrote: On Wed, Jan 05, 2005 at 10:04:50PM +0100, Roland Scheidegger wrote: Philip Armstrong wrote: (Well, apart from the fact that UT2003 is completely borked that is. But that's been the case for a while with the DRI builds. Foliage and enemies are rendered but the landscape sim

[Bug 2229] New: glReadPixel (or glDrawPixel) causes segfaults

2005-01-05 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=2229 Summary: glReadPixel (or glDrawPixel) causes segfaults Product: Mesa

Re: New Debian packages built from Xorg

2005-01-05 Thread Philip Armstrong
On Wed, Jan 05, 2005 at 10:04:50PM +0100, Roland Scheidegger wrote: > Philip Armstrong wrote: > >(Well, apart from the fact that UT2003 is completely borked that is. > >But that's been the case for a while with the DRI builds. Foliage and > >enemies are rendered but the landscape simply isn't there

Re: amd64 + r300.sf.net drivers

2005-01-05 Thread jan kreuzer
Nope glxinfo should state directrendering yes. Try "LIBGL_DEBUG=verbose glxinfo" and post the output. Greetings Jan -- +++ GMX - die erste Adresse für Mail, Message, More +++ 1 GB Mailbox bereits in GMX FreeMail http://www.gmx.net/de/go/mail

[r300] Latest r300_driver on PPC

2005-01-05 Thread Keith Conger
Hi, I was able to compile the latest r300_driver as of this writing. glxgears now gets ~650fps but the actual image is drawn below the window. I also tried a couple NeHe demos and the show the same drwaing problem. I took a screenshot of the problem http://pimpstation.org/Screenshot.png . One ques

Re: amd64 + r300.sf.net drivers

2005-01-05 Thread Andreas Streichardt
On Tuesday 04 January 2005 00:06, Jan Kreuzer wrote: > I saw that you have Option "AGPFastWrite" "on" in your xorg.conf, try to > disable it. My system also locks up when it is on (same symptoms as > yours), but works when i disable it. > > It seems this is the same behaviour as described in the fo

Re: New Debian packages built from Xorg

2005-01-05 Thread Roland Scheidegger
Philip Armstrong wrote: On Wed, Jan 05, 2005 at 07:50:50AM -0600, John Lightsey wrote: I was feeling a bit frisky yesterday and built new DRI packages for Debian Unstable using the Xorg xc tree. Any feedback would be greatly appreciated. http://www.nixnuts.net/files/experimental/ Works for me!

Re: amd64 + r300.sf.net drivers

2005-01-05 Thread Vladimir Dergachev
https://bugs.freedesktop.org/show_bug.cgi?id=1819 This is not linux specific, this also locked up my FreeBSD5.3 box. Thanks for the hint! When i disable AGPFastWrite and switch BIOS and xorg.conf to AGPMode 4 it works. xorg.log tells me dri is enabled but glxinfo still tells me i don't have direct

Re: FIXED: MergedFB and pageflipping

2005-01-05 Thread Roland Scheidegger
Keith Whitwell wrote: It's a little tricky - I guess you'll need some way of informing the kernel which way it is supposed to calculate crtc1_base, either by a new call to the SET_PARAMETER ioctl, or via the ABI version setting interface. I don't have a good understanding of the latter, the for

Building DRI snapshots for sarge once stable, big problems if nothing is done.

2005-01-05 Thread Mike Mestnik
I have not heard from the debian X ppl on if, at this late hour, thay will accept patches for things like this. --- Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Thu, 2004-12-30 at 12:33 -0800, Mike Mestnik wrote: > > --- Michel Dnzer <[EMAIL PROTECTED]> wrote: > > > > > * X server from t

Re: New Debian packages built from Xorg

2005-01-05 Thread Philip Armstrong
On Wed, Jan 05, 2005 at 07:50:50AM -0600, John Lightsey wrote: > I was feeling a bit frisky yesterday and built new DRI packages for > Debian Unstable using the Xorg xc tree. Any feedback would be greatly > appreciated. > http://www.nixnuts.net/files/experimental/ Works for me! (Well, apart fro

Re: FIXED: MergedFB and pageflipping

2005-01-05 Thread Jon Smirl
Also, I think the clear code in the radeon driver is hardwired to assume a scan out buffer starting at zero. Clear is using the 2D engine. There was some reason I was going to switch it to using the 3D one but I forget why. The reason was related to moving the scan out buffer away from zero. -- J

Re: FIXED: MergedFB and pageflipping

2005-01-05 Thread Alex Deucher
On Wed, 5 Jan 2005 11:48:08 -0500, Jon Smirl <[EMAIL PROTECTED]> wrote: > If we are going to fix this, can we go all the way and let crtc0_base > and crtc1_base both have any value and not force crtc0 to zero? That > would make it easier to do something like an OOPs display when X is > running. The

Re: FIXED: MergedFB and pageflipping

2005-01-05 Thread Jon Smirl
If we are going to fix this, can we go all the way and let crtc0_base and crtc1_base both have any value and not force crtc0 to zero? That would make it easier to do something like an OOPs display when X is running. The OOPs display could use a new scan out buffer and not disturb the one with a pro

Re: DRI Wiki has bad snapshots links.

2005-01-05 Thread =?iso-8859-15?Q?Jos=E9?= Fonseca
Adam, On Tue, Dec 28, 2004 at 06:30:49PM -0500, Adam Jackson wrote: > On Tuesday 28 December 2004 15:11, Adam Jackson wrote: > > This is probably a good time to mention that I've copied the wiki pages > > across to dri.freedesktop.org. Many links are busted because they're not > > proper WikiWord

Re: FIXED: MergedFB and pageflipping

2005-01-05 Thread Keith Whitwell
Keith Whitwell wrote: Alex Deucher wrote: On Wed, 05 Jan 2005 15:20:41 +, Keith Whitwell <[EMAIL PROTECTED]> wrote: Alex Deucher wrote: On Wed, 05 Jan 2005 14:35:30 +, Keith Whitwell <[EMAIL PROTECTED]> wrote: Alex Deucher wrote: Ok, so last night I think I figured out why pageflipping wa

Re: FIXED: MergedFB and pageflipping

2005-01-05 Thread Keith Whitwell
Alex Deucher wrote: On Wed, 05 Jan 2005 15:20:41 +, Keith Whitwell <[EMAIL PROTECTED]> wrote: Alex Deucher wrote: On Wed, 05 Jan 2005 14:35:30 +, Keith Whitwell <[EMAIL PROTECTED]> wrote: Alex Deucher wrote: Ok, so last night I think I figured out why pageflipping was borked with mergedfb

Re: FIXED: MergedFB and pageflipping

2005-01-05 Thread Alex Deucher
On Wed, 05 Jan 2005 15:20:41 +, Keith Whitwell <[EMAIL PROTECTED]> wrote: > Alex Deucher wrote: > > On Wed, 05 Jan 2005 14:35:30 +, Keith Whitwell > > <[EMAIL PROTECTED]> wrote: > > > >>Alex Deucher wrote: > >> > >>>Ok, so last night I think I figured out why pageflipping was borked > >>>wi

Re: FIXED: MergedFB and pageflipping

2005-01-05 Thread Keith Whitwell
Alex Deucher wrote: On Wed, 05 Jan 2005 14:35:30 +, Keith Whitwell <[EMAIL PROTECTED]> wrote: Alex Deucher wrote: Ok, so last night I think I figured out why pageflipping was borked with mergedfb. Unfortunately the fix requires changes to the drm and sarea. I'm wondering what the best way to

Re: FIXED: MergedFB and pageflipping

2005-01-05 Thread Alex Deucher
On Wed, 05 Jan 2005 14:35:30 +, Keith Whitwell <[EMAIL PROTECTED]> wrote: > Alex Deucher wrote: > > Ok, so last night I think I figured out why pageflipping was borked > > with mergedfb. Unfortunately the fix requires changes to the drm and > > sarea. I'm wondering what the best way to do thi

New Debian packages built from Xorg

2005-01-05 Thread John Lightsey
I was feeling a bit frisky yesterday and built new DRI packages for Debian Unstable using the Xorg xc tree. Any feedback would be greatly appreciated. http://www.nixnuts.net/files/experimental/ I'm still wondering where /usr/X11R6/lib/modules/codeconv/ went though. Is there a define to build th

Re: FIXED: MergedFB and pageflipping

2005-01-05 Thread Alex Deucher
On Wed, 05 Jan 2005 14:35:30 +, Keith Whitwell <[EMAIL PROTECTED]> wrote: > Alex Deucher wrote: > > Ok, so last night I think I figured out why pageflipping was borked > > with mergedfb. Unfortunately the fix requires changes to the drm and > > sarea. I'm wondering what the best way to do thi

Re: FIXED: MergedFB and pageflipping

2005-01-05 Thread Keith Whitwell
Alex Deucher wrote: Ok, so last night I think I figured out why pageflipping was borked with mergedfb. Unfortunately the fix requires changes to the drm and sarea. I'm wondering what the best way to do this is and maintain compatability. When crtc1 is at offset 0 pageflipping should work with a

FIXED: MergedFB and pageflipping

2005-01-05 Thread Alex Deucher
Ok, so last night I think I figured out why pageflipping was borked with mergedfb. Unfortunately the fix requires changes to the drm and sarea. I'm wondering what the best way to do this is and maintain compatability. When crtc1 is at offset 0 pageflipping should work with a simple patch to rade

[Bug 2225] Strange Distortion on an r200 card

2005-01-05 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=2225 --- Additional Comments From [EMAIL PROTECTED] 2005-01-05 03:18 --- I think this p

Re: Getting started

2005-01-05 Thread Sjoerd Langkemper
Alex Deucher wrote: - DRI enabled DDX (2d driver) (xorg tree) I think this is already done. Would this be the files in xc/programs/Xserver/hw/xfree86/drivers/trident ? - 3D driver library (mesa tree) I have to implement this. There are already some things done for the CyberbladeXP in Mesa/src/mesa/