Re: [Mesa-dev] [PATCH 3/3] gallivm: kill old per-quad face selection code

2013-10-09 Thread Jose Fonseca
Updated series looks good to me. Jose - Original Message - > From: Roland Scheidegger > > Not used since ages, and it wouldn't work at all with explicit derivatives > now > (not that it did before as it ignored them but now the code would just use > the derivs pre-projected which would

[Mesa-dev] [PATCH 3/3] gallivm: kill old per-quad face selection code

2013-10-04 Thread sroland
From: Roland Scheidegger Not used since ages, and it wouldn't work at all with explicit derivatives now (not that it did before as it ignored them but now the code would just use the derivs pre-projected which would be quite random numbers). v2: also get rid of 3 helper functions no longer used.

Re: [Mesa-dev] [PATCH 3/3] gallivm: kill old per-quad face selection code

2013-10-03 Thread Brian Paul
On 10/03/2013 09:42 AM, srol...@vmware.com wrote: From: Roland Scheidegger Not used since ages, and it wouldn't work at all with explicit derivatives now (not that it did before as it ignored them but now the code would just use the derivs pre-projected which would be quite random numbers). ---

[Mesa-dev] [PATCH 3/3] gallivm: kill old per-quad face selection code

2013-10-03 Thread sroland
From: Roland Scheidegger Not used since ages, and it wouldn't work at all with explicit derivatives now (not that it did before as it ignored them but now the code would just use the derivs pre-projected which would be quite random numbers). --- src/gallium/auxiliary/gallivm/lp_bld_sample.c | 7