mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
st/mesa: Remove unneeded texture format terminators.
Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
bc60a7515a
commit
649d03d54d
1 changed files with 2 additions and 2 deletions
|
|
@ -616,7 +616,7 @@ static const struct format_mapping format_map[] = {
|
|||
},
|
||||
{
|
||||
{ 4, GL_RGBA, GL_RGBA8, 0 },
|
||||
{ DEFAULT_RGBA_FORMATS, 0 }
|
||||
{ DEFAULT_RGBA_FORMATS }
|
||||
},
|
||||
{
|
||||
{ GL_BGRA, 0 },
|
||||
|
|
@ -624,7 +624,7 @@ static const struct format_mapping format_map[] = {
|
|||
},
|
||||
{
|
||||
{ 3, GL_RGB, GL_RGB8, 0 },
|
||||
{ DEFAULT_RGB_FORMATS, 0 }
|
||||
{ DEFAULT_RGB_FORMATS }
|
||||
},
|
||||
{
|
||||
{ GL_RGB12, GL_RGB16, GL_RGBA12, GL_RGBA16, 0 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue