mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
tdfx: s/Format/_BaseFormat/
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=31560
This commit is contained in:
parent
6929cdd14b
commit
d18df9e336
1 changed files with 2 additions and 2 deletions
|
|
@ -698,8 +698,8 @@ convertPalette(FxU32 data[256], const struct gl_color_table *table)
|
|||
return GR_TEXTABLE_PALETTE_6666_EXT;
|
||||
default:
|
||||
/* XXX fixme: how can this happen? */
|
||||
_mesa_error(NULL, GL_INVALID_ENUM, "convertPalette: table->Format == %s",
|
||||
_mesa_lookup_enum_by_nr(table->Format));
|
||||
_mesa_error(NULL, GL_INVALID_ENUM, "convertPalette: table->_BaseFormat == %s",
|
||||
_mesa_lookup_enum_by_nr(table->_BaseFormat));
|
||||
return GR_TEXTABLE_PALETTE;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue