[Mesa3d-dev] [ANNOUNCE] libdrm 2.0.2

2006-06-27 Thread Adam Jackson
Disable building static library by default. Updated kernel DRM headers. http://dri.freedesktop.org/libdrm/libdrm-2.0.2.tar.gz f198bf2dfa224e1fbe6aa9c0df08cbfe libdrm-2.0.2.tar.gz 99f406e2bbc6ee1f87e32d0c815ba8b6454fed1d libdrm-2.0.2.tar.gz http://dri.freedesktop.org/libdrm/libdrm-2.0.2.tar.bz2

[Mesa3d-dev] [Bug 7340] Conversion error in t_vertex.c when compiling MesaLib-6.5 on Darwin

2006-06-27 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=7340 [EMAIL PROTECTED] changed: What|Removed |Added --

Re: [Mesa3d-dev] The mysteriously changing pClipRects

2006-06-27 Thread Martijn van Oosterhout
On 6/27/06, Martijn van Oosterhout <[EMAIL PROTECTED]> wrote: > > See r128FlushVerticesLocked(), e.g. > > The thing is there's this optimisation that avoid loading the > cliprects everytime if there are less than three. However, that relies > on people notifying eachother when they've changed. And

Re: [Mesa3d-dev] The mysteriously changing pClipRects

2006-06-27 Thread Martijn van Oosterhout
On 6/27/06, Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Mon, 2006-06-26 at 22:40 +0200, Martijn van Oosterhout wrote: > > Nowhere is there any protection for negative values. If either of x1 > > Yes, please post a diff so we might get an idea what's missing still. > One thing to keep in mind is

Re: [Mesa3d-dev] The mysteriously changing pClipRects

2006-06-27 Thread Michel Dänzer
On Mon, 2006-06-26 at 22:40 +0200, Martijn van Oosterhout wrote: > On 6/26/06, Keith Whitwell <[EMAIL PROTECTED]> wrote: > > The semantics are that it is valid between LOCK_HARDWARE() and > > UNLOCK_HARDWARE(). On a lower level, you've investigated the way it is > > updated on contended locks alre