Re: [Mesa-dev] [PATCH 1/3] gallium: switch dedicated centroid field to interpolation location

2014-07-09 Thread Roland Scheidegger
Am 09.07.2014 02:37, schrieb Ilia Mirkin: > On Sat, Jul 5, 2014 at 5:20 PM, Roland Scheidegger wrote: >> Am 05.07.2014 06:07, schrieb Ilia Mirkin: >>> The new location field can be either center, centroid, or sample, which >>> indicates the location that the shader should interpolate at. >> Looks

Re: [Mesa-dev] [PATCH 1/3] gallium: switch dedicated centroid field to interpolation location

2014-07-08 Thread Ilia Mirkin
On Sat, Jul 5, 2014 at 5:20 PM, Roland Scheidegger wrote: > Am 05.07.2014 06:07, schrieb Ilia Mirkin: >> The new location field can be either center, centroid, or sample, which >> indicates the location that the shader should interpolate at. > Looks good though maybe it should be mentioned in the

Re: [Mesa-dev] [PATCH 1/3] gallium: switch dedicated centroid field to interpolation location

2014-07-05 Thread Marek Olšák
On Sat, Jul 5, 2014 at 11:20 PM, Roland Scheidegger wrote: > Am 05.07.2014 06:07, schrieb Ilia Mirkin: >> The new location field can be either center, centroid, or sample, which >> indicates the location that the shader should interpolate at. > Looks good though maybe it should be mentioned in the

Re: [Mesa-dev] [PATCH 1/3] gallium: switch dedicated centroid field to interpolation location

2014-07-05 Thread Roland Scheidegger
Am 05.07.2014 06:07, schrieb Ilia Mirkin: > The new location field can be either center, centroid, or sample, which > indicates the location that the shader should interpolate at. Looks good though maybe it should be mentioned in the interpolator section in tgsi.rst (yeah centroid wasn't neither).

[Mesa-dev] [PATCH 1/3] gallium: switch dedicated centroid field to interpolation location

2014-07-04 Thread Ilia Mirkin
The new location field can be either center, centroid, or sample, which indicates the location that the shader should interpolate at. Signed-off-by: Ilia Mirkin --- I tried to make sure I hit all the uses, but I guess a bunch of drivers don't look at the Centroid field at all? src/gallium/auxi