[Mesa-dev] [PATCH 1/3] radeonsi: Refactor packing of texture coordinates

2013-02-22 Thread Michel Dänzer
From: Michel Dänzer michel.daen...@amd.com The number of coordinates to pack will be useful for other address parameters as well. Signed-off-by: Michel Dänzer michel.daen...@amd.com --- src/gallium/drivers/radeonsi/radeonsi_shader.c | 54 +++--- 1 file changed, 32

Re: [Mesa-dev] [PATCH 1/3] radeonsi: Refactor packing of texture coordinates

2013-02-22 Thread Christian König
Am 22.02.2013 17:02, schrieb Michel Dänzer: From: Michel Dänzer michel.daen...@amd.com The number of coordinates to pack will be useful for other address parameters as well. Signed-off-by: Michel Dänzer michel.daen...@amd.com Very nice, for this series: Reviewed-by: Christian König

Re: [Mesa-dev] [PATCH 1/3] radeonsi: Refactor packing of texture coordinates

2013-02-22 Thread Tom Stellard
On Fri, Feb 22, 2013 at 05:02:37PM +0100, Michel Dänzer wrote: From: Michel Dänzer michel.daen...@amd.com The number of coordinates to pack will be useful for other address parameters as well. Signed-off-by: Michel Dänzer michel.daen...@amd.com These patches depend on LLVM changes, and I