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
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
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
-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
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
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
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