Re: [Mesa3d-dev] [PATCH] adds texture_rg test that supplies rgba data to glTexImage2d with internal formats of GL_R8 and GLRG8

2009-11-19 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ben Holmes wrote: Apply pretty much the same review comments from the previous test to this one. :) > --- > tests/all.tests |1 + > tests/texturing/CMakeLists.txt |1 + > tests/texturing/rg-supply-rgba.c | 117 >

Re: [Mesa3d-dev] [PATCH] adds test using copy-tex with GL_RED and GL_RG

2009-11-19 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ben Holmes wrote: > --- > tests/all.tests|1 + > tests/texturing/CMakeLists.txt |1 + > tests/texturing/rg-copy-tex.c | 130 > > 3 files changed, 132 insertions(+), 0 deletions(-) >

Re: [Mesa3d-dev] [PATCH] adds test using glDrawPixels with formats of GL_RED and GL_RG

2009-11-19 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ben Holmes wrote: > --- > tests/all.tests |1 + > tests/texturing/CMakeLists.txt |1 + > tests/texturing/rg-draw-pixels.c | 96 > ++ > 3 files changed, 98 insertions(+), 0 deletions(-)

Re: [Mesa3d-dev] Mesa 7.6.1 release candidate 1

2009-11-19 Thread Brian Paul
Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brian Paul wrote: >> Available for testing at ftp://freedesktop.org/pub/mesa/7.6.1/ >> >> md5sums: >> >> cde0f0491eb170422f0a30e2dcc4926c MesaLib-7.6.1-rc1.tar.gz >> 36f7142f232bd1601cab34e5e425f829 MesaLib-7.6.1-rc1.tar.b

Re: [Mesa3d-dev] Mesa 7.6.1 release candidate 1

2009-11-19 Thread Zack Rusin
On Thursday 19 November 2009 16:11:28 Ian Romanick wrote: > 2. The Intel team is only just switching from "feature development" mode > to "bug fixing" mode. There is a giant pile of bugs that exist in both > 7.6 and master. At least some of those will get fixed over the next few > weeks. If we

Re: [Mesa3d-dev] Mesa 7.6.1 release candidate 1

2009-11-19 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: > Available for testing at ftp://freedesktop.org/pub/mesa/7.6.1/ > > md5sums: > > cde0f0491eb170422f0a30e2dcc4926c MesaLib-7.6.1-rc1.tar.gz > 36f7142f232bd1601cab34e5e425f829 MesaLib-7.6.1-rc1.tar.bz2 > d78cfc9e360f9bbad7b5188fc22

[Mesa3d-dev] [Bug 25172] Coldest game crashes while compiling shader

2009-11-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25172 Ian Romanick changed: What|Removed |Added AssignedTo|mesa3d- |e...@anholt.net |d...@l

Re: [Mesa3d-dev] Mesa 7.6.1 release candidate 1

2009-11-19 Thread tom fogal
Brian Paul writes: > tom fogal wrote: > > Brian Paul writes: > >> Please test and report any problems ASAP. If there aren't any issues > >> we'd like to release 7.6.1 on Friday or Saturday. [snip] > > The (second) attached patch fixes [the quoting issue], I believe > > in both cases. At least,

Re: [Mesa3d-dev] glXGPA with mangled Mesa

2009-11-19 Thread Brian Paul
tom fogal wrote: > Mangled or no, "glXGetProcAddressARB" exists in Mesa's libGL. From a > mangled install: > > $ nm ~/sw/mesa-git/lib/libMesaGL.so.1 | grep -i glxgetprocad > 0004d321 T glXGetProcAddressARB > 0004d366 T mglXGetProcAddress > > $ grep "glXGetProcAddress" ~/s

Re: [Mesa3d-dev] Mesa 7.6.1 release candidate 1

2009-11-19 Thread Brian Paul
tom fogal wrote: > Brian Paul writes: >> Please test and report any problems ASAP. If there aren't any issues >> we'd like to release 7.6.1 on Friday or Saturday. > > We've had the attached AIX patch locally for a while now. Sorry I > didn't send it earlier. I wrote a small C program to compar

Re: [Mesa3d-dev] [PATCH] xdemos: fix handling of window resizing

2009-11-19 Thread Michel Dänzer
On Wed, 2009-11-18 at 19:44 +0100, Marcin Slusarz wrote: > > diff --git a/progs/xdemos/glxdemo.c b/progs/xdemos/glxdemo.c > index 37df64e..f0838a8 100644 > --- a/progs/xdemos/glxdemo.c > +++ b/progs/xdemos/glxdemo.c > @@ -31,14 +33,16 @@ static void redraw( Display *dpy, Window w ) > static void