OSDN Git Service

mesa: Add unpack functions for R/RG/RGB [U]INT8/16/32 formats.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 23 Apr 2013 06:37:06 +0000 (23:37 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 24 Apr 2013 05:13:00 +0000 (22:13 -0700)
commit995051ee34f9c29461b6e9cad27df5e375688218
treecce17bae2d5f07332bce35edabf8ca7f6c96378a
parent531be501de7530ede3c0ea7a1d94516df37e4ae5
mesa: Add unpack functions for R/RG/RGB [U]INT8/16/32 formats.

NOTE: This is a candidate for stable branches.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=63569
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/format_unpack.c