diff options
author | Ilia Mirkin <[email protected]> | 2013-08-15 19:52:48 -0400 |
---|---|---|
committer | Maarten Lankhorst <[email protected]> | 2013-08-16 09:48:09 +0200 |
commit | c1a6f59b20dab380b77ad1375062f9987cad9183 (patch) | |
tree | 34f40c779ccd430479ae888f32a307a1149796f5 | |
parent | 0e7a61a29f883c63a5439ac16edffffdeba3aaf4 (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 <[email protected]>
Cc: "9.2 and 9.1" <[email protected]>
-rw-r--r-- | 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 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_), |