util: Support all SRGB formats.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 4 Apr 2010 19:12:02 +0000 (20:12 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 6 Apr 2010 14:38:21 +0000 (15:38 +0100)
commit10dd0cad67ebd0476c9e4de522af3eea136b0e93
tree75911690d9cbf1cb72a3ba3e35ebb62510807e9a
parentd18d0fdcd8daa0d9979b72978795f0305d2db7c8
util: Support all SRGB formats.

Based on code from Brian Paul and Michal Krol.
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/util/.gitignore
src/gallium/auxiliary/util/u_format_pack.py
src/gallium/auxiliary/util/u_format_srgb.h [new file with mode: 0644]
src/gallium/auxiliary/util/u_format_srgb.py [new file with mode: 0644]
src/gallium/auxiliary/util/u_format_tests.c