i965: upload transient indices into the same discontiguous buffer
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
index 73b18acaf333571263685205520df40e0f3aa1b7..1e2c5a478373644fe2c7057630b9276d140759d7 100644 (file)
@@ -505,7 +505,6 @@ struct brw_context
       /* Updates to these fields are signaled by BRW_NEW_INDEX_BUFFER. */
       drm_intel_bo *bo;
       unsigned int offset;
-      unsigned int size;
       /* Offset to index buffer index to use in CMD_3D_PRIM so that we can
        * avoid re-uploading the IB packet over and over if we're actually
        * referencing the same index buffer.