i965: Remove unused 'next_free_page' member
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 12 Feb 2011 11:28:25 +0000 (11:28 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 21 Feb 2011 12:59:36 +0000 (12:59 +0000)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/mesa/drivers/dri/i965/brw_context.h

index 957acd26a2a81fa4b7c4ed62f13679364ff63be6..3e52304f6abd1c9205ec97cf5f441aeeadbba2cd 100644 (file)
@@ -535,11 +535,6 @@ struct brw_context
    const struct gl_vertex_program *vertex_program;
    const struct gl_fragment_program *fragment_program;
 
-
-   /* For populating the gtt:
-    */
-   GLuint next_free_page;
-
    /* hw-dependent 3DSTATE_VF_STATISTICS opcode */
    uint32_t CMD_VF_STATISTICS;
    /* hw-dependent 3DSTATE_PIPELINE_SELECT opcode */