Kill old struct bufmgr members.
authorEric Anholt <eric@anholt.net>
Fri, 18 May 2007 19:09:34 +0000 (12:09 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 18 May 2007 19:09:34 +0000 (12:09 -0700)
src/mesa/drivers/dri/i915tex/intel_batchbuffer.h
src/mesa/drivers/dri/i915tex/intel_context.h

index 302a605..82a3d49 100644 (file)
@@ -24,7 +24,6 @@ struct buffer_reloc
 
 struct intel_batchbuffer
 {
-   struct bufmgr *bm;
    struct intel_context *intel;
 
    dri_bo *buf;
index 429f53c..e75dd64 100644 (file)
@@ -215,11 +215,6 @@ struct intel_context
    GLboolean hw_stipple;
    GLboolean strict_conformance;
 
-   /* AGP memory buffer manager:
-    */
-   struct bufmgr *bm;
-
-
    /* State for intelvb.c and inteltris.c.
     */
    GLuint RenderIndex;