mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
st/mesa: add format table entry for GL_RGB9_E5
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=37839
This commit is contained in:
parent
f3652f0983
commit
57242715cb
1 changed files with 4 additions and 0 deletions
|
|
@ -1092,6 +1092,10 @@ static struct format_mapping format_map[] = {
|
|||
{ GL_INTENSITY16_SNORM, 0 },
|
||||
{ PIPE_FORMAT_I16_SNORM, PIPE_FORMAT_R16G16B16A16_SNORM,
|
||||
PIPE_FORMAT_I8_SNORM, PIPE_FORMAT_R8G8B8A8_SNORM, 0 }
|
||||
},
|
||||
{
|
||||
{ GL_RGB9_E5, 0 },
|
||||
{ PIPE_FORMAT_R9G9B9E5_FLOAT, 0 }
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue