Re: [Mesa-dev] [PATCH 3/8] softpipe: add layered rendering support.

2014-06-10 Thread Roland Scheidegger
Am 10.06.2014 07:57, schrieb Dave Airlie: > From: Dave Airlie > > This adds support for GL 3.2 layered rendering to softpipe. > > Signed-off-by: Dave Airlie > --- > src/gallium/drivers/softpipe/sp_context.h | 3 ++ > src/gallium/drivers/softpipe/sp_quad.h | 1 + > src/ga

[Mesa-dev] [PATCH 3/8] softpipe: add layered rendering support.

2014-06-09 Thread Dave Airlie
From: Dave Airlie This adds support for GL 3.2 layered rendering to softpipe. Signed-off-by: Dave Airlie --- src/gallium/drivers/softpipe/sp_context.h | 3 ++ src/gallium/drivers/softpipe/sp_quad.h | 1 + src/gallium/drivers/softpipe/sp_quad_blend.c | 8 ++--- src