mesa: implement new texture format AL44
authorMarek Olšák <maraeo@gmail.com>
Tue, 21 Dec 2010 22:46:32 +0000 (23:46 +0100)
committerMarek Olšák <maraeo@gmail.com>
Thu, 23 Dec 2010 15:54:58 +0000 (16:54 +0100)
commitbae9d511f343c7bd5eb66d1d1d18d32b47e738e3
treede35f27d177317ca075b6ad18445ddee0f30d9f6
parent621e5254ef6714520f106bd3707fe6ddc279aa0c
mesa: implement new texture format AL44

Radeon GPUs can do this. R600 can even do render-to-texture.
Packing and extracting aren't implemented, but we shouldn't hit them (I think).
Tested with swrast, softpipe, and r300g.
src/mesa/main/colormac.h
src/mesa/main/formats.c
src/mesa/main/formats.h
src/mesa/main/texfetch.c
src/mesa/main/texfetch_tmp.h
src/mesa/main/texformat.c
src/mesa/main/texstore.c