galahad: do map/unmap counting for resources
[mesa.git] / src / gallium / drivers / i965 / brw_vs.h
index 3d1598d02b9a2204c7647cdb9465a79fd6c7aa42..944d88c84cc8028157922539fc8d157a5c0c0857 100644 (file)
@@ -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;