diff options
author | Roland Scheidegger <[email protected]> | 2009-12-22 21:26:51 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2009-12-22 21:26:51 +0100 |
commit | d186079520234a776c3fa88c81da935d65981fec (patch) | |
tree | 63ad08fcb062a17fc1589ad928a611130a4264c6 /src/gallium/drivers/i965/brw_vs.h | |
parent | 35e8283c69d80debb44b05ea79dc5f67303a7432 (diff) |
i965g: fix for edgeflag changes (untested)
Diffstat (limited to 'src/gallium/drivers/i965/brw_vs.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_vs.h | 3 |
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 3d1598d02b9..944d88c84cc 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; |