Re: [Mesa-dev] [PATCH] format_unpack: add ARGB2101010 unpacking.

2011-11-27 Thread Eric Anholt
On Sun, 27 Nov 2011 20:36:26 +, Dave Airlie wrote: > From: Dave Airlie > > This adds the unpacking necessary for an fbo using readpixels. > > Signed-off-by: Dave Airlie Reviewed-by: Eric Anholt pgpWveDqQMwAC.pgp Description: PGP signature ___

[Mesa-dev] [PATCH] format_unpack: add ARGB2101010 unpacking.

2011-11-27 Thread Dave Airlie
From: Dave Airlie This adds the unpacking necessary for an fbo using readpixels. Signed-off-by: Dave Airlie --- src/mesa/main/format_unpack.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/format_unpack.c b/src/mesa/main/format_unpack.c