Re: [Mesa-dev] [PATCH 5/5] r600g: split cayman common state out into a shared function

2012-10-25 Thread Marek Olšák
The series is: Reviewed-by: Marek Olšák Marek On Thu, Oct 25, 2012 at 5:55 PM, wrote: > From: Alex Deucher > > And use it for compute. This should improve compute support > on cayman. > > Signed-off-by: Alex Deucher > --- > src/gallium/drivers/r600/evergreen_compute.c |8 - > src/

[Mesa-dev] [PATCH 5/5] r600g: split cayman common state out into a shared function

2012-10-25 Thread alexdeucher
From: Alex Deucher And use it for compute. This should improve compute support on cayman. Signed-off-by: Alex Deucher --- src/gallium/drivers/r600/evergreen_compute.c |8 - src/gallium/drivers/r600/evergreen_state.c | 39 - src/gallium/drivers/r600/r600_pip