summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vs.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-01-30 14:18:03 -0800
committerEric Anholt <eric@anholt.net>2009-02-02 15:34:09 -0800
commit14321fcfde9e30d0b9f15aab3c9a057271ae6295 (patch)
tree009a57dd8edb5f95b80e0e8f931c681cb770e780 /src/mesa/drivers/dri/i965/brw_vs.h
parentc96bac0950eda6e707455b0c1ee29c1d87daf727 (diff)
i965: Delete old metaops code now that there are no remaining consumers.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_vs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs.h b/src/mesa/drivers/dri/i965/brw_vs.h
index 22388ec99d..99d0e93722 100644
--- a/src/mesa/drivers/dri/i965/brw_vs.h
+++ b/src/mesa/drivers/dri/i965/brw_vs.h
@@ -43,7 +43,6 @@ struct brw_vs_prog_key {
GLuint program_string_id;
GLuint nr_userclip:4;
GLuint copy_edgeflag:1;
- GLuint know_w_is_one:1;
GLuint pad:26;
};