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 > > The number of coordinates to pack will be useful for other address parameters > as well. > > Signed-off-by: Michel Dänzer These patches depend on LLVM changes, and I would like to track this somehow. Do yo

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 The number of coordinates to pack will be useful for other address parameters as well. Signed-off-by: Michel Dänzer Very nice, for this series: Reviewed-by: Christian König --- src/gallium/drivers/radeonsi/radeonsi_shader

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

2013-02-22 Thread Michel Dänzer
From: Michel Dänzer The number of coordinates to pack will be useful for other address parameters as well. Signed-off-by: Michel Dänzer --- src/gallium/drivers/radeonsi/radeonsi_shader.c | 54 +++--- 1 file changed, 32 insertions(+), 22 deletions(-) diff --git a/src/galliu