Re: [Mesa-dev] [PATCH] softpipe: fix incorrect front-facing value.

2011-11-10 Thread Brian Paul
On 11/10/2011 02:17 PM, Morgan Armand wrote: Because the type of the facing attribute is unsigned, the whole computation was done in the unsigned range. Fixes fbo-fragcoord2, glsl1-gl_FrontFacing var (2) and glsl-fs-frontfacing tests. --- src/gallium/drivers/softpipe/sp_fs_exec.c |2 +-

[Mesa-dev] [PATCH] softpipe: fix incorrect front-facing value.

2011-11-10 Thread Morgan Armand
Because the type of the facing attribute is unsigned, the whole computation was done in the unsigned range. Fixes fbo-fragcoord2, glsl1-gl_FrontFacing var (2) and glsl-fs-frontfacing tests. --- src/gallium/drivers/softpipe/sp_fs_exec.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)