[Piglit] [PATCH] glsl-1.10: Add tests for common gl_FrontFacing ternary usage.

Matt Turner mattst88 at gmail.com
Thu Jan 8 12:50:32 PST 2015


On Thu, Jan 8, 2015 at 12:27 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> On Thu, Jan 8, 2015 at 3:26 PM, Matt Turner <mattst88 at gmail.com> wrote:
>> These patterns
>>
>>         gl_FrontFacing ?  1.0 :  1.0
>>         gl_FrontFacing ? -1.0 : -1.0
>
> Presumably these were meant to be ? -1 : 1 and ? 1 : -1

Indeed. Thanks!


More information about the Piglit mailing list