Re: [Mesa-dev] [PATCH] llvmpipe: get rid of barycentric calculation of a0

2013-12-13 Thread Jose Fonseca
- Original Message - > From: Roland Scheidegger > > Didn't really work as well as hoped (in particular it was not generally > more accurate), will solve this differently. > --- > src/gallium/drivers/llvmpipe/lp_state_setup.c | 70 > ++--- > 1 file changed, 4 inse

[Mesa-dev] [PATCH] llvmpipe: get rid of barycentric calculation of a0

2013-12-13 Thread sroland
From: Roland Scheidegger Didn't really work as well as hoped (in particular it was not generally more accurate), will solve this differently. --- src/gallium/drivers/llvmpipe/lp_state_setup.c | 70 ++--- 1 file changed, 4 insertions(+), 66 deletions(-) diff --git a/src/gal