Re: [Mesa-dev] [PATCH 05/53] r600: use a macro to remove common shader selection code.

2015-11-30 Thread Dave Airlie
On 30 November 2015 at 22:20, Oded Gabbay wrote: > On Mon, Nov 30, 2015 at 8:20 AM, Dave Airlie wrote: >> From: Dave Airlie >> >> This function is going to get a lot messier with tessellation >> so I'm going to use some macros to try and clean some bits >> of common code up. >> >> Signed-off-by:

Re: [Mesa-dev] [PATCH 05/53] r600: use a macro to remove common shader selection code.

2015-11-30 Thread Oded Gabbay
On Mon, Nov 30, 2015 at 8:20 AM, Dave Airlie wrote: > From: Dave Airlie > > This function is going to get a lot messier with tessellation > so I'm going to use some macros to try and clean some bits > of common code up. > > Signed-off-by: Dave Airlie > --- > src/gallium/drivers/r600/r600_state_

[Mesa-dev] [PATCH 05/53] r600: use a macro to remove common shader selection code.

2015-11-29 Thread Dave Airlie
From: Dave Airlie This function is going to get a lot messier with tessellation so I'm going to use some macros to try and clean some bits of common code up. Signed-off-by: Dave Airlie --- src/gallium/drivers/r600/r600_state_common.c | 21 + 1 file changed, 9 insertions(+),