Re: [Mesa-dev] r300/compiler: Peephole optimizer.

2010-05-13 Thread Marek Olšák
Hi Tom, your patch helps but glean/texCube still fails here (it doesn't fail on master). -Marek On Tue, May 11, 2010 at 6:45 PM, Tom Stellard wrote: > I have been testing the peephole optimizer from Nicolai's r300g-glsl > branch. There is a bug in it that breaks two of the piglit test cases:

Re: [Mesa-dev] [PATCH] slang: if precision qualifiers are allowed, always use default

2010-05-13 Thread Jesse Barnes
On Thu, 13 May 2010 14:26:22 -0600 Brian Paul wrote: > Jesse Barnes wrote: > > Rather than erroring out, allow precision qualifiers. Use the default > > type since we don't support anything else. Since many (most?) GLES2 > > shaders use precision qualifiers, doing something reasonable is > > im

Re: [Mesa-dev] [PATCH] slang: if precision qualifiers are allowed, always use default

2010-05-13 Thread Brian Paul
Jesse Barnes wrote: Rather than erroring out, allow precision qualifiers. Use the default type since we don't support anything else. Since many (most?) GLES2 shaders use precision qualifiers, doing something reasonable is important if our GLES2 builds are to be useful. --- src/mesa/shader/slan

[Mesa-dev] [PATCH] slang: if precision qualifiers are allowed, always use default

2010-05-13 Thread Jesse Barnes
Rather than erroring out, allow precision qualifiers. Use the default type since we don't support anything else. Since many (most?) GLES2 shaders use precision qualifiers, doing something reasonable is important if our GLES2 builds are to be useful. --- src/mesa/shader/slang/slang_compile.c |

Re: [Mesa-dev] Build failure since May 6

2010-05-13 Thread Kevin H. Hobbs
On 05/12/2010 02:21 PM, Dan Nicholson wrote: > > > Yeah, but you also have to stop it from being linked to libGL. Here's > what I'd try on master, although I have tested it. You'll have to rerun > autogen.sh. > > Dan > I tried it and it tests as well with VTK as any recent build. signature.