Re: [Mesa-dev] [PATCH 4/4] radeonsi: add instance divisor support v3

2013-04-02 Thread Michel Dänzer
On Mit, 2013-03-27 at 16:35 +0100, Christian König wrote: > From: Christian König > > v2: reduce key size, don't copy key around to much. > v3: remove key size reduction > > Signed-off-by: Christian König Reviewed-by: Michel Dänzer -- Earthling Michel Dänzer |

[Mesa-dev] [PATCH 4/4] radeonsi: add instance divisor support v3

2013-03-27 Thread Christian König
From: Christian König v2: reduce key size, don't copy key around to much. v3: remove key size reduction Signed-off-by: Christian König --- src/gallium/drivers/radeonsi/radeonsi_shader.c | 67 +++- src/gallium/drivers/radeonsi/radeonsi_shader.h | 24 + src/galliu