st/mesa: fix typos and add some format fallbacks in format_map
authorMarek Olšák <maraeo@gmail.com>
Sat, 28 May 2011 14:30:51 +0000 (16:30 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 30 May 2011 08:49:35 +0000 (10:49 +0200)
commit24ed0b384b74863d142a915a6bc9f998ddb20ef4
treeb80e3885eb5396b8a67989a1c5e3ccf12ad0ec8c
parent6c638b7ca1109e9ec0f16e6c13e08928b4d05b23
st/mesa: fix typos and add some format fallbacks in format_map

Always default to DEFAULT_*_FORMATS for mandatory GL formats.
   (st_choose_format must not fail for those)
Use DEFAULT_RGBA when alpha is required instead of RGB.
Use DEFAULT_RGB otherwise.

These are more or less the remaining differences between the old code and
the new one.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/state_tracker/st_format.c