diff options
author | Eric Anholt <[email protected]> | 2009-01-30 14:18:03 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-02-02 15:34:09 -0800 |
commit | 14321fcfde9e30d0b9f15aab3c9a057271ae6295 (patch) | |
tree | 009a57dd8edb5f95b80e0e8f931c681cb770e780 /src/mesa/drivers/dri/i965/brw_vs.h | |
parent | c96bac0950eda6e707455b0c1ee29c1d87daf727 (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.h | 1 |
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 22388ec99d0..99d0e937226 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; }; |