Re: [Mesa-dev] [PATCH 1/2] util: Add util_memcpy_cpu_to_le()

2014-07-15 Thread Michel Dänzer
First of all, I think this should be two patches, one which adds the helper and one which makes radeonsi use it. On 16.07.2014 01:19, Tom Stellard wrote: > diff --git a/src/gallium/auxiliary/util/u_math.h > b/src/gallium/auxiliary/util/u_math.h > index b9ed197..cd3cf04 100644 > --- a/src/gallium

Re: [Mesa-dev] [PATCH 1/2] util: Add util_memcpy_cpu_to_le()

2014-07-15 Thread Patrick Baggett
On Tue, Jul 15, 2014 at 11:19 AM, Tom Stellard wrote: > --- > src/gallium/auxiliary/util/u_math.h | 22 ++ > src/gallium/drivers/radeonsi/si_shader.c | 8 +--- > 2 files changed, 23 insertions(+), 7 deletions(-) > > diff --git a/src/gallium/auxiliary/util/u_math.h >

[Mesa-dev] [PATCH 1/2] util: Add util_memcpy_cpu_to_le()

2014-07-15 Thread Tom Stellard
--- src/gallium/auxiliary/util/u_math.h | 22 ++ src/gallium/drivers/radeonsi/si_shader.c | 8 +--- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/src/gallium/auxiliary/util/u_math.h b/src/gallium/auxiliary/util/u_math.h index b9ed197..cd3cf04 100644