Module: Mesa Branch: master Commit: c1a6f59b20dab380b77ad1375062f9987cad9183 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1a6f59b20dab380b77ad1375062f9987cad9183
Author: Ilia Mirkin <[email protected]> Date: Thu Aug 15 19:52:48 2013 -0400 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 <[email protected]> Cc: "9.2 and 9.1" <[email protected]> --- src/gallium/drivers/nv30/nv30_format.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/nv30/nv30_format.c b/src/gallium/drivers/nv30/nv30_format.c index 4367fbb..86620b4 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_), _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
