i965: Move VUE map computation to once at VS compile time.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vs.h
index 8814251a84c43300d719bb35837b6c3efc494d36..490fcc0622be1f3c8f36fa35e940e55b93210bef 100644 (file)
@@ -92,7 +92,6 @@ struct brw_vs_compile {
 
    GLuint nr_inputs;
 
-   struct brw_vue_map vue_map;
    GLuint first_output;
    GLuint last_scratch;