From 46131a824ffa3b658c822fd6cc543a5935773a6f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 12 Feb 2011 11:28:25 +0000 Subject: [PATCH] i965: Remove unused 'next_free_page' member Signed-off-by: Chris Wilson --- src/mesa/drivers/dri/i965/brw_context.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 957acd26a2a..3e52304f6ab 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -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 */ -- 2.11.0