Re: [Mesa-dev] [PATCH] glsl-fs-normalmatrix: New test program for gl_NormalMatrix.

2011-10-20 Thread Eric Anholt
On Wed, 19 Oct 2011 13:15:05 -0700, Paul Berry wrote: Non-text part: multipart/alternative > On 18 October 2011 17:33, Eric Anholt wrote: > > > From: tom fogal > > > > v2: lots of hacking by anholt to make it look more like a normal > >piglit test and make all results visible at once. > > -

Re: [Mesa-dev] [PATCH] glsl-fs-normalmatrix: New test program for gl_NormalMatrix.

2011-10-19 Thread Paul Berry
On 18 October 2011 17:33, Eric Anholt wrote: > From: tom fogal > > v2: lots of hacking by anholt to make it look more like a normal >piglit test and make all results visible at once. > --- > tests/all.tests |1 + > tests/shaders/CMakeLists.gl.txt |1 + > te

Re: [Mesa-dev] [PATCH] glsl-fs-normalmatrix: New test program for gl_NormalMatrix.

2011-10-19 Thread tom fogal
Not sure this needs it, but LGTM. You might want to add yourself to the "Authors" comment, but *shrug*. -tom On 10/18/2011 06:33 PM, Eric Anholt wrote: From: tom fogal v2: lots of hacking by anholt to make it look more like a normal piglit test and make all results visible at once. ---

[Mesa-dev] [PATCH] glsl-fs-normalmatrix: New test program for gl_NormalMatrix.

2011-10-18 Thread Eric Anholt
From: tom fogal v2: lots of hacking by anholt to make it look more like a normal piglit test and make all results visible at once. --- tests/all.tests |1 + tests/shaders/CMakeLists.gl.txt |1 + tests/shaders/glsl-fs-normalmatrix.c | 166 +++