[Mesa-dev] [PATCH] r300g: Increase fragment shader limits for r400 cards

2011-01-22 Thread Tom Stellard
r400 fragment shaders now support up to 64 temporary registers, 512 ALU instructions, and 512 TEX instructions. --- src/gallium/drivers/r300/r300_fs.c | 111 + src/gallium/drivers/r300/r300_reg.h|9 +- src/gallium/drivers/r300/r300_screen.c

Re: [Mesa-dev] [PATCH 1/2] mesa: support internalFormat=GL_BGRA in TexImage2D

2011-01-22 Thread Chad Versace
On Sat, Jan 22, 2011 at 17:46, Ian Romanick wrote: > What I want is a way with cmake to build files twice.  The first time > will be in the existing way.  The second time will compile with > - -DUSE_OPENGL_ES and will generate a .o file with a different name. ... > I don't know cmake well enough t

[Mesa-dev] [Bug 33374] New: [bisect] FTBFS on commit 9767d3b5 (glapi: Fix OpenGL ES 1.1 and 2.0 interop)

2011-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33374 Summary: [bisect] FTBFS on commit 9767d3b5 (glapi: Fix OpenGL ES 1.1 and 2.0 interop) Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) St

Re: [Mesa-dev] [PATCH 1/2] mesa: support internalFormat=GL_BGRA in TexImage2D

2011-01-22 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [I'm cross-posting this to the piglit list as well.] On 01/22/2011 08:42 AM, Benjamin Franzke wrote: > 2011/1/18 Brian Paul : >> >> Before we commit this stuff can you develop a piglit test to test it? > > The problem for me is that piglit is GL-only

Re: [Mesa-dev] [PATCH 1/2] mesa: support internalFormat=GL_BGRA in TexImage2D

2011-01-22 Thread Benjamin Franzke
2011/1/18 Brian Paul : > > Before we commit this stuff can you develop a piglit test to test it? > The problem for me is that piglit is GL-only atm. so its not trival to write a simple gles2 test-program, as changes to piglit-util would be needed. It would be important for people wanting to contri

[Mesa-dev] [Bug 33360] New: inclusion of $(TALLOC_LIBS) in src/mesa/drivers/osmesa/Makefile causes a build failure

2011-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33360 Summary: inclusion of $(TALLOC_LIBS) in src/mesa/drivers/osmesa/Makefile causes a build failure Product: Mesa Version: 7.10 Platform: All OS/Version: Linux

[Mesa-dev] Speed regression(?) in Vega state tracker

2011-01-22 Thread Krzysztof Smiechowicz
Hello, I'm the maintainer of Mesa port for AROS (www.aros.org). I recently backported Mesa 7.10 and noticed a considerable speed regression. After some testing I narrowed the problem down to commit: 859106f196ade77f59f8787b071739901cd1a843, st/vega: Fix pipe blend state for various blend mode