Re: [Mesa-dev] [PATCH] r600g: drop useless switch statement

2012-10-15 Thread Alex Deucher
On Thu, Oct 11, 2012 at 8:12 AM, Andreas Boll wrote: Reviewed-by: Alex Deucher > --- > src/gallium/drivers/r600/evergreen_state.c | 101 > ++-- > 1 files changed, 7 insertions(+), 94 deletions(-) > > diff --git a/src/gallium/drivers/r600/evergreen_state.c > b/src/gal

[Mesa-dev] [PATCH] r600g: drop useless switch statement

2012-10-11 Thread Andreas Boll
--- src/gallium/drivers/r600/evergreen_state.c | 101 ++-- 1 files changed, 7 insertions(+), 94 deletions(-) diff --git a/src/gallium/drivers/r600/evergreen_state.c b/src/gallium/drivers/r600/evergreen_state.c index 37f1392..9cdc64b 100644 --- a/src/gallium/drivers/r600/