summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_vs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/i965/brw_vs.h')
-rw-r--r--src/gallium/drivers/i965/brw_vs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/i965/brw_vs.h b/src/gallium/drivers/i965/brw_vs.h
index 3d1598d02b..944d88c84c 100644
--- a/src/gallium/drivers/i965/brw_vs.h
+++ b/src/gallium/drivers/i965/brw_vs.h
@@ -41,7 +41,6 @@
struct brw_vs_prog_key {
GLuint program_string_id;
GLuint nr_userclip:4;
- GLuint copy_edgeflag:1;
GLuint pad:26;
struct brw_fs_signature fs_signature;
};
@@ -66,8 +65,6 @@ struct brw_vs_compile {
GLuint nr_immediates;
GLfloat immediate[128][4];
- GLboolean copy_edgeflag;
-
GLuint overflow_grf_start;
GLuint overflow_count;