mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.
authorDave Airlie <airlied@redhat.com>
Sun, 27 Nov 2011 16:21:02 +0000 (16:21 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 28 Nov 2011 09:40:53 +0000 (09:40 +0000)
commitf449be660e70aac2aefd2ce84581e137de25520b
treea538a4e7992180705f01250424eead00452bdc33
parent47e2e367170edec022481f1487cd980e00ef3203
mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.

This format is used in the ARB_texture_rgb10_a2ui spec.

It adds core mesa support, texformat + texstore support, format_unpack
and fbobject.c (all patches from list merged + fixed up).

also fixes some whitespace issues.

Parts were:
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/main/fbobject.c
src/mesa/main/format_unpack.c
src/mesa/main/formats.c
src/mesa/main/formats.h
src/mesa/main/image.c
src/mesa/main/texformat.c
src/mesa/main/teximage.c
src/mesa/main/texstore.c