mesa: add new pixel format unpacking code
authorBrian Paul <brianp@vmware.com>
Fri, 9 Sep 2011 02:16:18 +0000 (20:16 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 9 Sep 2011 02:16:18 +0000 (20:16 -0600)
commit730952aa12c257af25af0873e0b284f742fb485e
treee1a612f987127d30a23531847f0df2133c226384
parente3dc78e57a7effbd30dc9539b3ea05ad85ac34e5
mesa: add new pixel format unpacking code

This will be used instead of the texel fetch code to unpack images
in various formats.
src/mesa/SConscript
src/mesa/main/format_unpack.c [new file with mode: 0644]
src/mesa/main/format_unpack.h [new file with mode: 0644]
src/mesa/sources.mak