Re: [Mesa-dev] [PATCH] softpipe: add depth clamping support.

2014-06-10 Thread Brian Paul
On 06/09/2014 06:58 PM, Dave Airlie wrote: From: Dave Airlie This passes the piglit depth clamp tests. this is required for GL 3.2. Signed-off-by: Dave Airlie --- src/gallium/drivers/softpipe/sp_quad_depth_test.c | 37 ++- src/gallium/drivers/softpipe/sp_screen.c

[Mesa-dev] [PATCH] softpipe: add depth clamping support.

2014-06-09 Thread Dave Airlie
From: Dave Airlie This passes the piglit depth clamp tests. this is required for GL 3.2. Signed-off-by: Dave Airlie --- src/gallium/drivers/softpipe/sp_quad_depth_test.c | 37 ++- src/gallium/drivers/softpipe/sp_screen.c | 2 +- 2 files changed, 31 insertions(+),