diff options
author | Chris Wilson <[email protected]> | 2011-02-12 11:28:25 +0000 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2011-02-21 12:59:36 +0000 |
commit | 46131a824ffa3b658c822fd6cc543a5935773a6f (patch) | |
tree | 8957d4fe3e61ac3056b99d128d67bda3b6a5489f /src/mesa/drivers | |
parent | 57ca0803b34587f1148b218a11d2193b0d4f4c97 (diff) |
i965: Remove unused 'next_free_page' member
Signed-off-by: Chris Wilson <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 5 |
1 files changed, 0 insertions, 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 */ |