Re: [Mesa-dev] [PATCH 03/14] mesa: Drop _EnabledUnits.

2014-04-30 Thread Kenneth Graunke
On 04/24/2014 05:50 PM, Eric Anholt wrote: > The field wasn't really valid, since we've got more than 32 units now. It > turns out it was mostly just used for checking != 0, or checking for fixed > function coordinates, though. > --- > src/mesa/drivers/common/meta.c | 2 +- > src

[Mesa-dev] [PATCH 03/14] mesa: Drop _EnabledUnits.

2014-04-24 Thread Eric Anholt
The field wasn't really valid, since we've got more than 32 units now. It turns out it was mostly just used for checking != 0, or checking for fixed function coordinates, though. --- src/mesa/drivers/common/meta.c | 2 +- src/mesa/drivers/dri/i915/intel_pixel.c| 2 +- sr