Re: [Mesa-dev] [PATCH 2/4] radeonsi: split out interpolation input selection

2015-07-23 Thread Marek Olšák
On Wed, Jul 22, 2015 at 12:51 AM, Dave Airlie wrote: > From: Dave Airlie > > This is prep work for using it in the interpolation code > later. > > Also add storage for the input interpolation mode so we > can pick it up later. > > Signed-off-by: Dave Airlie > --- > src/gallium/drivers/radeonsi/

[Mesa-dev] [PATCH 2/4] radeonsi: split out interpolation input selection

2015-07-21 Thread Dave Airlie
From: Dave Airlie This is prep work for using it in the interpolation code later. Also add storage for the input interpolation mode so we can pick it up later. Signed-off-by: Dave Airlie --- src/gallium/drivers/radeonsi/si_shader.c | 62 +++- src/gallium/drivers/ra