mesa: implement new texture format ARGB2101010
authorMarek Olšák <maraeo@gmail.com>
Tue, 21 Dec 2010 17:54:50 +0000 (18:54 +0100)
committerMarek Olšák <maraeo@gmail.com>
Thu, 23 Dec 2010 15:54:58 +0000 (16:54 +0100)
commit621e5254ef6714520f106bd3707fe6ddc279aa0c
tree8b2dfc92e969c173f27476ee77bdf42bb472b6bd
parent0a7b60f7ed3167acce72b3c367181dcae81f92c1
mesa: implement new texture format ARGB2101010

Radeon GPUs do support GL_RGB10_A2.
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