Re: [Mesa-dev] [PATCH 23/26] glsl: add determinant() functions.

2012-12-01 Thread Kenneth Graunke
On 11/30/2012 10:07 AM, Ian Romanick wrote: From: Paul Berry These functions are defined in GLSL 1.50 and GLES 3.00 ES. The formulas have been extracted from the existing implementation of inverse(). Reviewed-by: Ian Romanick --- src/glsl/builtins/glsl/determinant.glsl | 70 +++

Re: [Mesa-dev] [PATCH 23/26] glsl: add determinant() functions.

2012-11-30 Thread Eric Anholt
Ian Romanick writes: > From: Paul Berry > > These functions are defined in GLSL 1.50 and GLES 3.00 ES. > > The formulas have been extracted from the existing implementation of > inverse(). I've added a note to make piglit tests for this to my copy of the taskjuggler, assuming that it'll be brok

[Mesa-dev] [PATCH 23/26] glsl: add determinant() functions.

2012-11-30 Thread Ian Romanick
From: Paul Berry These functions are defined in GLSL 1.50 and GLES 3.00 ES. The formulas have been extracted from the existing implementation of inverse(). Reviewed-by: Ian Romanick --- src/glsl/builtins/glsl/determinant.glsl | 70 + 1 file changed, 70 insertio