Re: [Mesa-dev] [PATCH] softpipe: implement some support for multiple viewports

2015-12-07 Thread Roland Scheidegger
So, which tests did it fail? Am 07.12.2015 um 14:31 schrieb Edward O'Callaghan: > Mostly related to making sure the rasterizer can correctly > pick out the correct scissor box for the current viewport. > > Signed-off-by: Edward O'Callaghan > --- > src/gallium/drivers/softpipe/sp_context.h

[Mesa-dev] [PATCH] softpipe: implement some support for multiple viewports

2015-12-07 Thread Edward O'Callaghan
Mostly related to making sure the rasterizer can correctly pick out the correct scissor box for the current viewport. Signed-off-by: Edward O'Callaghan --- src/gallium/drivers/softpipe/sp_context.h | 7 +++- src/gallium/drivers/softpipe/sp_quad_depth_test.c | 4 +- src/gallium/drivers/