Re: [Mesa-dev] [PATCH] mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORM

2014-03-05 Thread Brian Paul
On 03/05/2014 09:02 AM, Brian Paul wrote: On 03/04/2014 08:17 PM, Chia-I Wu wrote: On Wed, Mar 5, 2014 at 12:10 AM, Brian Paul wrote: Spotted by Chia-I Wu. unpack_ubyte_ARGB_REV() needs the same care too. With that fixed, this patch is Reviewed-by: Chia-I Wu I missed that function in

Re: [Mesa-dev] [PATCH] mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORM

2014-03-05 Thread Brian Paul
On 03/04/2014 08:17 PM, Chia-I Wu wrote: On Wed, Mar 5, 2014 at 12:10 AM, Brian Paul wrote: Spotted by Chia-I Wu. unpack_ubyte_ARGB_REV() needs the same care too. With that fixed, this patch is Reviewed-by: Chia-I Wu I missed that function in the original patch. Follow-up patch poste

Re: [Mesa-dev] [PATCH] mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORM

2014-03-04 Thread Chia-I Wu
On Wed, Mar 5, 2014 at 12:10 AM, Brian Paul wrote: > Spotted by Chia-I Wu. unpack_ubyte_ARGB_REV() needs the same care too. With that fixed, this patch is Reviewed-by: Chia-I Wu > --- > src/mesa/main/format_pack.c |2 +- > src/mesa/main/format_unpack.c|8 > src/

Re: [Mesa-dev] [PATCH] mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORM

2014-03-04 Thread Roland Scheidegger
Am 04.03.2014 17:10, schrieb Brian Paul: > Spotted by Chia-I Wu. > --- > src/mesa/main/format_pack.c |2 +- > src/mesa/main/format_unpack.c|8 > src/mesa/swrast/s_texfetch_tmp.h |8 > 3 files changed, 9 insertions(+), 9 deletions(-) > > diff --git a/src/mesa

[Mesa-dev] [PATCH] mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORM

2014-03-04 Thread Brian Paul
Spotted by Chia-I Wu. --- src/mesa/main/format_pack.c |2 +- src/mesa/main/format_unpack.c|8 src/mesa/swrast/s_texfetch_tmp.h |8 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/mesa/main/format_pack.c b/src/mesa/main/format_pack.c index 2