Re: [Mesa-dev] GLSL builtins constant constructor

2011-09-05 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/04/2011 03:03 PM, Paul Berry wrote: > On 4 September 2011 14:49, Ian Romanick > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 09/04/2011 08:35 AM, Paul Berry wrote: > > On 4 Sept

Re: [Mesa-dev] GLSL builtins constant constructor

2011-09-04 Thread Paul Berry
On 4 September 2011 14:49, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 09/04/2011 08:35 AM, Paul Berry wrote: > > On 4 September 2011 06:20, Christoph Bumiller > > mailto:e0425...@student.tuwien.ac.at>> > > wrote: > > > > I encountered some failures in piglit'

Re: [Mesa-dev] GLSL builtins constant constructor

2011-09-04 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/04/2011 08:35 AM, Paul Berry wrote: > On 4 September 2011 06:20, Christoph Bumiller > mailto:e0425...@student.tuwien.ac.at>> > wrote: > > I encountered some failures in piglit's tests of builtins because a > vector constructor that is gi

Re: [Mesa-dev] GLSL builtins constant constructor

2011-09-04 Thread Paul Berry
On 4 September 2011 06:20, Christoph Bumiller wrote: > I encountered some failures in piglit's tests of builtins because a > vector constructor that is given only 1 single argument does not > replicate the argument into the yzw components, for example: > > diff --git a/src/glsl/builtins/ir/cosh b

[Mesa-dev] GLSL builtins constant constructor

2011-09-04 Thread Christoph Bumiller
I encountered some failures in piglit's tests of builtins because a vector constructor that is given only 1 single argument does not replicate the argument into the yzw components, for example: diff --git a/src/glsl/builtins/ir/cosh b/src/glsl/builtins/ir/cosh index 45e0ae4..8bf3ad2 100644 --- a/s