Re: [Mesa-dev] [PATCH] llvmpipe: (trivial) get rid of triangle subdivision code

2013-12-12 Thread Zack Rusin
Ah, good stuff, very sensual and does not need more cowbell. Reviewed-by: Zack Rusin - Original Message - > From: Roland Scheidegger > > This code was always problematic, and with 64bit rasterization we no longer > need it at all. > --- > src/gallium/drivers/llvmpipe/lp_setup.c

Re: [Mesa-dev] [PATCH] llvmpipe: (trivial) get rid of triangle subdivision code

2013-12-12 Thread Brian Paul
On 12/12/2013 05:12 PM, srol...@vmware.com wrote: From: Roland Scheidegger This code was always problematic, and with 64bit rasterization we no longer need it at all. --- src/gallium/drivers/llvmpipe/lp_setup.c |8 +- src/gallium/drivers/llvmpipe/lp_setup_context.h |1 - src

[Mesa-dev] [PATCH] llvmpipe: (trivial) get rid of triangle subdivision code

2013-12-12 Thread sroland
From: Roland Scheidegger This code was always problematic, and with 64bit rasterization we no longer need it at all. --- src/gallium/drivers/llvmpipe/lp_setup.c |8 +- src/gallium/drivers/llvmpipe/lp_setup_context.h |1 - src/gallium/drivers/llvmpipe/lp_setup_tri.c | 174 ---