[Mesa-dev] [PATCH 1/2] gallium/util: Add macros for converting from little endian to CPU byte order.

2011-11-02 Thread Michel Dänzer
From: Michel Dänzer michel.daen...@amd.com Signed-off-by: Michel Dänzer michel.daen...@amd.com --- src/gallium/auxiliary/util/u_math.h | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/util/u_math.h b/src/gallium/auxiliary/util/u_math.h

Re: [Mesa-dev] [PATCH 1/2] gallium/util: Add macros for converting from little endian to CPU byte order.

2011-11-02 Thread Jose Fonseca
Looks good to me, Michel. Jose - Original Message - From: Michel Dänzer michel.daen...@amd.com Signed-off-by: Michel Dänzer michel.daen...@amd.com --- src/gallium/auxiliary/util/u_math.h | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git