Re: [Mesa-dev] [PATCH 1/2] radeonsi/ac: move vertex export remove to common code.

2017-04-27 Thread Juan A. Suarez Romero
On Thu, 2017-04-27 at 20:42 +1000, Dave Airlie wrote: > On 27 April 2017 at 20:17, Marek Olšák wrote: > > > > > > On Apr 27, 2017 10:50 AM, "Juan A. Suarez Romero" > > wrote: > > > > On Wed, 2017-04-26 at 09:12 +1000, Dave Airlie wrote: > > > From: Dave

Re: [Mesa-dev] [PATCH 1/2] radeonsi/ac: move vertex export remove to common code.

2017-04-27 Thread Dave Airlie
On 27 April 2017 at 20:17, Marek Olšák wrote: > > > On Apr 27, 2017 10:50 AM, "Juan A. Suarez Romero" > wrote: > > On Wed, 2017-04-26 at 09:12 +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> This code can be shared by radv, we bump

Re: [Mesa-dev] [PATCH 1/2] radeonsi/ac: move vertex export remove to common code.

2017-04-27 Thread Marek Olšák
On Apr 27, 2017 10:50 AM, "Juan A. Suarez Romero" wrote: On Wed, 2017-04-26 at 09:12 +1000, Dave Airlie wrote: > From: Dave Airlie > > This code can be shared by radv, we bump the max to > VARYING_SLOT_MAX here, but that shouldn't have too > much

Re: [Mesa-dev] [PATCH 1/2] radeonsi/ac: move vertex export remove to common code.

2017-04-27 Thread Juan A. Suarez Romero
On Wed, 2017-04-26 at 09:12 +1000, Dave Airlie wrote: > From: Dave Airlie > > This code can be shared by radv, we bump the max to > VARYING_SLOT_MAX here, but that shouldn't have too > much fallout. > > Signed-off-by: Dave Airlie > --- >

Re: [Mesa-dev] [PATCH 1/2] radeonsi/ac: move vertex export remove to common code.

2017-04-26 Thread Marek Olšák
On Wed, Apr 26, 2017 at 1:12 AM, Dave Airlie wrote: > From: Dave Airlie > > This code can be shared by radv, we bump the max to > VARYING_SLOT_MAX here, but that shouldn't have too > much fallout. > > Signed-off-by: Dave Airlie > --- >

Re: [Mesa-dev] [PATCH 1/2] radeonsi/ac: move vertex export remove to common code.

2017-04-26 Thread Nicolai Hähnle
On 26.04.2017 01:12, Dave Airlie wrote: From: Dave Airlie This code can be shared by radv, we bump the max to VARYING_SLOT_MAX here, but that shouldn't have too much fallout. Signed-off-by: Dave Airlie Reviewed-by: Nicolai Hähnle

[Mesa-dev] [PATCH 1/2] radeonsi/ac: move vertex export remove to common code.

2017-04-25 Thread Dave Airlie
From: Dave Airlie This code can be shared by radv, we bump the max to VARYING_SLOT_MAX here, but that shouldn't have too much fallout. Signed-off-by: Dave Airlie --- src/amd/common/ac_exp_param.h | 40 ++