Module: Mesa Branch: master Commit: f9bbbe5803a72eceb8ed6ddc73bb48c8bcdc0179 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9bbbe5803a72eceb8ed6ddc73bb48c8bcdc0179
Author: Brian Paul <[email protected]> Date: Thu Oct 22 16:32:08 2009 -0600 i965: remove unused brw_context::tmp_fallback field --- src/mesa/drivers/dri/i965/brw_context.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index b7d6c7c..da0e091 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -454,7 +454,6 @@ struct brw_context GLuint primitive; GLboolean emit_state_always; - GLboolean tmp_fallback; GLboolean no_batch_wrap; struct { _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
