Re: [Mesa3d-dev] Re: Finishing up renderbuffer changes in DRI drivers

2005-09-01 Thread Brian Paul
Roland Scheidegger wrote: Brian Paul wrote: Option "EnablePageFlip" "true" somewhere in the xorg.conf device section. It is still problematic though, just yesterday I've noticed that detection if it has to be disabled is pretty broken now (e.g. starting two opengl apps it seemed to miss to d

normal arrays and color arrays.

2005-09-01 Thread Alan Grimes
I'm not sure if this is on topic, but I figured out how to parameterize GL so that it can emulate the N64's lighting unit (using vertex arrays). While that seemed to work well enough, I noticed that in doing so, the system was nolonger processing the color array! Is this normal behavior? What do I

Re: [Mesa3d-dev] Re: Finishing up renderbuffer changes in DRI drivers

2005-09-01 Thread Roland Scheidegger
Brian Paul wrote: Option "EnablePageFlip" "true" somewhere in the xorg.conf device section. It is still problematic though, just yesterday I've noticed that detection if it has to be disabled is pretty broken now (e.g. starting two opengl apps it seemed to miss to disable it 3 out of 4 times :

[Bug 4337] New: Unknown symbol pci_pretty_name

2005-09-01 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=4337 Summary: Unknown symbol pci_pretty_name Product: DRI

[Bug 4337] Unknown symbol pci_pretty_name

2005-09-01 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=4337 --- Additional Comments From [EMAIL PROTECTED] 2005-09-01 18:18 --- Forgo

Re: Kernel / user interface for new memory manager

2005-09-01 Thread Michel Dänzer
On Thu, 2005-09-01 at 13:18 -0700, Eric Anholt wrote: > On Thu, 2005-09-01 at 11:32 -0700, Ian Romanick wrote: > > > > At current count we need 6 ioctls for the memory manager. However, > > there are only 5 available ioctl numbers available below 0x40. Is it > > possible to use numbers above 0x7

Re: Kernel / user interface for new memory manager

2005-09-01 Thread Dave Airlie
> > At current count we need 6 ioctls for the memory manager. However, > > there are only 5 available ioctl numbers available below 0x40. Is it > > possible to use numbers above 0x79? > > I count 0x08-0x0f, 0x1e-0x1f, 0x2d-0x2f, 0x3b-0x3f, or 18. While it > should be doable to use numbers 0x80

[Bug 4141] Invalid module format

2005-09-01 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=4141 [EMAIL PROTECTED] changed: What|Removed |Added --

Re: [Mesa3d-dev] Re: Finishing up renderbuffer changes in DRI drivers

2005-09-01 Thread Brian Paul
Roland Scheidegger wrote: Brian Paul wrote: - Pageflipping is completely broken. Looks like stuff gets drawn to the right place only every second frame or something like that (i.e. heavy flicker). What's the trick for enabling/testing page flipping? I thought I had it going with the rade

Re: Kernel / user interface for new memory manager

2005-09-01 Thread Eric Anholt
On Thu, 2005-09-01 at 11:32 -0700, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ian Romanick wrote: > > There's been quite a bit of discussion about this on #dri-devel the past > > few days. I thought I'd write up a quick summary and post it to the > > list. I know t

Re: [Mesa3d-dev] Re: Finishing up renderbuffer changes in DRI drivers

2005-09-01 Thread Roland Scheidegger
Brian Paul wrote: - Pageflipping is completely broken. Looks like stuff gets drawn to the right place only every second frame or something like that (i.e. heavy flicker). What's the trick for enabling/testing page flipping? I thought I had it going with the radeon, but I guess not. Option

Re: Kernel / user interface for new memory manager

2005-09-01 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ian Romanick wrote: > There's been quite a bit of discussion about this on #dri-devel the past > few days. I thought I'd write up a quick summary and post it to the > list. I know that there are a lot of interested parties that are on the > list, but

Re: Mesa strict aliasing probs fixed

2005-09-01 Thread Matthias Hopf
> >>>find a patch attached that fixes all remaining strict-aliasing problems > >>>when compiling Mesa with gcc 4 (at least for me). > >> > >>Are you sure you've got the #ifdef logic correct? Actually, no. And I didn't recognize what you were referring to until today... You are right, it should hav

Re: Finishing up renderbuffer changes in DRI drivers

2005-09-01 Thread Brian Paul
Roland Scheidegger wrote: Brian Paul wrote: I'm checking in the updated radeon and r200 drivers and I'll do the mach64 and r128 drivers next. I've tested the radeon changes, but not the r200. If someone could run the reflect demo on r200 and use the a/s/d/f/c keys to exercise the span routi

Re: Finishing up renderbuffer changes in DRI drivers

2005-09-01 Thread Roland Scheidegger
Brian Paul wrote: I'm checking in the updated radeon and r200 drivers and I'll do the mach64 and r128 drivers next. I've tested the radeon changes, but not the r200. If someone could run the reflect demo on r200 and use the a/s/d/f/c keys to exercise the span routines, that would be good. Th

Re: Finishing up renderbuffer changes in DRI drivers

2005-09-01 Thread Roland Scheidegger
Brian Paul wrote: I'm checking in the updated radeon and r200 drivers and I'll do the mach64 and r128 drivers next. I've tested the radeon changes, but not the r200. If someone could run the reflect demo on r200 and use the a/s/d/f/c keys to exercise the span routines, that would be good. Th