[Mesa3d-dev] [Bug 11805] overflow when reading pixels from stencil buffer in GL_BYTE format

2007-08-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11805 --- Comment #1 from [EMAIL PROTECTED] 2007-08-01 20:14 PST --- Created an attachment (id=10951) --> (http://bugs.freedesktop.org/attachment.cgi?id=10951&action=view) test case write a group of values into stencil buffer, read them ou

[Mesa3d-dev] [Bug 11805] New: overflow when reading pixels from stencil buffer in GL_BYTE format

2007-08-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11805 Summary: overflow when reading pixels from stencil buffer in GL_BYTE format Product: Mesa Version: CVS Platform: Other OS/Version: Linux (All) Status: NEW

Re: [Mesa3d-dev] [RFC] Potential patch for R200 accelerated TFP

2007-08-01 Thread Chris Rankin
--- Michel Dänzer <[EMAIL PROTECTED]> wrote: > > diff --git a/src/mesa/drivers/dri/r200/r200_texmem.c > > b/src/mesa/drivers/dri/r200/r200_texmem.c > > index d926313..a5687a5 100644 > > --- a/src/mesa/drivers/dri/r200/r200_texmem.c > > +++ b/src/mesa/drivers/dri/r200/r200_texmem.c > > @@ -490,11

[Mesa3d-dev] Mesa on Cell plan

2007-08-01 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've finally posted a rough plan for porting Mesa to Cell. I'm going to try an keep this up to date as people work on stuff. At this point, I'm expecting that all the work will happen on the softpipe_0_1_branch or a branch of that branch. http://peo

[Mesa3d-dev] [Bug 11795] Buffer overrun fix for src/glu/sgi/libutil/error.c

2007-08-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11795 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 11795] Buffer overrun fix for src/glu/sgi/libutil/error.c

2007-08-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11795 --- Comment #1 from [EMAIL PROTECTED] 2007-08-01 08:37 PST --- Created an attachment (id=10939) --> (http://bugs.freedesktop.org/attachment.cgi?id=10939&action=view) limits to 6 -- Configure bugmail: http://bugs.freedesktop.org/use

[Mesa3d-dev] [Bug 11795] New: Buffer overrun fix for src/glu/sgi/libutil/error.c

2007-08-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11795 Summary: Buffer overrun fix for src/glu/sgi/libutil/error.c Product: Mesa Version: unspecified Platform: All OS/Version: All Status: NEW Keywords: janitor, patch Sev

Re: [Mesa3d-dev] [ANNOUNCE] xorg-server 1.3.99.0

2007-08-01 Thread Brian Paul
Michel Dänzer wrote: > On Wed, 2007-08-01 at 08:39 +0300, Daniel Stone wrote: >> Build and run tested on Linux/i386 only. Testing (and patches) from >> other platforms very much welcome. > > I'm generally dog-feeding off the master branches on my PowerBook > running Linux, so that should be fine

[Mesa3d-dev] [Bug 11791] [patch] src/glut/glx/glut_dstr.c forgotten free()

2007-08-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11791 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 11791] [patch] src/glut/glx/glut_dstr.c forgotten free()

2007-08-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11791 --- Comment #1 from [EMAIL PROTECTED] 2007-08-01 04:55 PST --- Created an attachment (id=10935) --> (http://bugs.freedesktop.org/attachment.cgi?id=10935&action=view) free's vlist -- Configure bugmail: http://bugs.freedesktop.org/us

[Mesa3d-dev] [Bug 11791] New: [patch] src/glut/glx/glut_dstr.c forgotten free()

2007-08-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11791 Summary: [patch] src/glut/glx/glut_dstr.c forgotten free() Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Keywords: janitor, patch Se

[Mesa3d-dev] [Bug 11605] glxgears cause X to crash

2007-08-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11605 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #11 from

Re: [Mesa3d-dev] [ANNOUNCE] xorg-server 1.3.99.0

2007-08-01 Thread Michel Dänzer
On Wed, 2007-08-01 at 08:39 +0300, Daniel Stone wrote: > > Build and run tested on Linux/i386 only. Testing (and patches) from > other platforms very much welcome. I'm generally dog-feeding off the master branches on my PowerBook running Linux, so that should be fine (unless you broke something

Re: [Mesa3d-dev] [RFC] Potential patch for R200 accelerated TFP

2007-08-01 Thread Michel Dänzer
On Tue, 2007-07-31 at 20:46 +0100, Chris Rankin wrote: > > Here's revision number two of my accelerated TFP patch for the R200. > It compiles and doesn't do "nasty things" to Fedora 7, so the > SetTexOffset function hasn't been executed but everything else > seems OK... [...] > diff --git a/src/