mesa: add ATI_texture_compression_3dc
authorMarek Olšák <maraeo@gmail.com>
Mon, 7 Mar 2011 01:18:49 +0000 (02:18 +0100)
committerMarek Olšák <maraeo@gmail.com>
Tue, 8 Mar 2011 22:52:37 +0000 (23:52 +0100)
commit69f16accd0aa3b8d414092a5e52ccc99649da01a
treead5c925fa7c840a1272ffa0251c2365511aeccd9
parent7d16e2c0cd70dc5a23b746dbc8e44c58366b5353
mesa: add ATI_texture_compression_3dc

LUMINANCE_ALPHA_LATC2 = LUMINANCE_ALPHA_3DC, so this is easy.

Note that there is no specification for 3DC, just a few white papers
from ATI.
src/mesa/main/extensions.c
src/mesa/main/glheader.h
src/mesa/main/image.c
src/mesa/main/mtypes.h
src/mesa/main/texcompress.c
src/mesa/main/texformat.c
src/mesa/main/teximage.c