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

2014-06-10 Thread Roland Scheidegger
Am 10.06.2014 07:57, schrieb 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

[Mesa-dev] [PATCH 1/8] 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(+),