From: Ilia Mirkin Date: Thu, 15 Aug 2013 23:52:48 +0000 (-0400) Subject: nv30: remove no-longer-used formats from table X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1a6f59b20dab380b77ad1375062f9987cad9183;p=mesa.git nv30: remove no-longer-used formats from table Commit 14ee790df77 removed the formats from the vtxfmt_table but forgot to also update the info_table. Signed-off-by: Ilia Mirkin Cc: "9.2 and 9.1" --- diff --git a/src/gallium/drivers/nv30/nv30_format.c b/src/gallium/drivers/nv30/nv30_format.c index 4367fbb2060..86620b4b11c 100644 --- a/src/gallium/drivers/nv30/nv30_format.c +++ b/src/gallium/drivers/nv30/nv30_format.c @@ -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_),