mesa: Make _mesa_choose_tex_format() choose formats out of a supported table.
authorEric Anholt <eric@anholt.net>
Fri, 24 Sep 2010 00:17:08 +0000 (17:17 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 4 Jan 2011 22:14:17 +0000 (14:14 -0800)
commit001d944fd50e0579739b8865e6e09be5d267c05a
treec41e3154694c30f0bb66501be24d2daef437f914
parent6530944b502a0f35b305ee35c1c6f1e32a887721
mesa: Make _mesa_choose_tex_format() choose formats out of a supported table.

Right now this is just tweaking the current code to look at the table.
Choosing actually supported formats will come later.
src/mesa/main/context.c
src/mesa/main/mtypes.h
src/mesa/main/texformat.c