summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2013-08-15 19:52:48 -0400
committerCarl Worth <cworth@cworth.org>2013-10-02 21:45:43 -0700
commit4cdda60fb8c06a73a4d9e6d7bf3fba8c6ae503f4 (patch)
treec544a6c4d0b50601e6983fb5be7ac27d15bf7f52
parent01419c0f42b5f5637fee09bf85dac0a46926b633 (diff)
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 <imirkin@alum.mit.edu> Cc: "9.2 and 9.1" <mesa-stable@lists.freedesktop.org> (cherry picked from commit c1a6f59b20dab380b77ad1375062f9987cad9183)
-rw-r--r--src/gallium/drivers/nv30/nv30_format.c3
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 0687eaa5d9a..ce160ab407c 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_),