i965: Keep the CURBE BO mapped and memcpy instead of subdataing.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
index 79818b92b751d4c64dac31198ccf81f40ab34240..21c4cd38a728df7aab6498716580d85d8b0abc48 100644 (file)
@@ -572,11 +572,6 @@ struct brw_context
 
       GLfloat *last_buf;
       GLuint last_bufsz;
-      /**
-       *  Whether we should create a new bo instead of reusing the old one
-       * (if we just dispatch the batch pointing at the old one.
-       */
-      GLboolean need_new_bo;
    } curbe;
 
    struct {