Re: [Mesa-dev] [PATCH 1/3] llvmpipe: count c_primitives before discarding null prims

2013-09-19 Thread Roland Scheidegger
Am 19.09.2013 20:43, schrieb Zack Rusin: > We need to count the clipper primitives before the rasterizer > discards one it considers to be null. > > Signed-off-by: Zack Rusin > --- > src/gallium/drivers/llvmpipe/lp_setup_tri.c | 13 ++--- > 1 file changed, 6 insertions(+), 7 deletions(-)

[Mesa-dev] [PATCH 1/3] llvmpipe: count c_primitives before discarding null prims

2013-09-19 Thread Zack Rusin
We need to count the clipper primitives before the rasterizer discards one it considers to be null. Signed-off-by: Zack Rusin --- src/gallium/drivers/llvmpipe/lp_setup_tri.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_setup_tr