Re: [Mesa-dev] [PATCH 4/4] llvmpipe: implement support for multiple viewports

2013-05-23 Thread Roland Scheidegger
Am 23.05.2013 22:33, schrieb Zack Rusin: > Largely related to making sure the rasterizer can correctly > pick out the correct scissor box for the current viewport. > > Signed-off-by: Zack Rusin > --- > src/gallium/drivers/llvmpipe/lp_context.h |9 -- > src/gallium/drivers/llvmpipe/

[Mesa-dev] [PATCH 4/4] llvmpipe: implement support for multiple viewports

2013-05-23 Thread Zack Rusin
Largely related to making sure the rasterizer can correctly pick out the correct scissor box for the current viewport. Signed-off-by: Zack Rusin --- src/gallium/drivers/llvmpipe/lp_context.h |9 -- src/gallium/drivers/llvmpipe/lp_screen.c|2 +- src/gallium/drivers/llvmp