st/mesa: add GL_R11F_G11F_B10F to format table

Fixes http://bugs.freedesktop.org/show_bug.cgi?id=37839
This commit is contained in:
Brian Paul 2011-06-02 08:01:26 -06:00
parent d1fd740bb7
commit 029ea39fb9
1 changed files with 4 additions and 0 deletions

View File

@ -1096,6 +1096,10 @@ static struct format_mapping format_map[] = {
{
{ GL_RGB9_E5, 0 },
{ PIPE_FORMAT_R9G9B9E5_FLOAT, 0 }
},
{
{ GL_R11F_G11F_B10F, 0 },
{ PIPE_FORMAT_R11G11B10_FLOAT, 0 }
}
};