mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 23:10:23 +01:00
nv30: remove no-longer-used formats from table
Commit14ee790df7removed the formats from the vtxfmt_table but forgot to also update the info_table. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Cc: "9.2 and 9.1" <mesa-stable@lists.freedesktop.org> (cherry picked from commitc1a6f59b20)
This commit is contained in:
parent
e2185778e2
commit
b40d9e4f41
1 changed files with 0 additions and 3 deletions
|
|
@ -111,9 +111,6 @@ nv30_format_info_table[PIPE_FORMAT_COUNT] = {
|
|||
_(R16G16_SNORM , __V_),
|
||||
_(R16G16B16_SNORM , __V_),
|
||||
_(R16G16B16A16_SNORM , __V_),
|
||||
_(R8_USCALED , __V_),
|
||||
_(R8G8_USCALED , __V_),
|
||||
_(R8G8B8_USCALED , __V_),
|
||||
_(R8G8B8A8_USCALED , __V_),
|
||||
_(R16_FLOAT , __V_),
|
||||
_(R16G16_FLOAT , __V_), //S_V_),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue