mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
Bug #1588: abort if no palette format matches. (Egbert Eich, Stefan Dirsch)
This commit is contained in:
parent
f58c61ddb5
commit
886df0926f
1 changed files with 1 additions and 0 deletions
|
|
@ -649,6 +649,7 @@ convertPalette(FxU32 data[256], const struct gl_color_table *table)
|
|||
}
|
||||
return GR_TEXTABLE_PALETTE_6666_EXT;
|
||||
}
|
||||
abort();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue