diff options
author | Eric Anholt <[email protected]> | 2009-11-12 19:12:11 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-11-13 13:18:57 -0800 |
commit | 1ffd0a77896d4921677f0717e6fa8708f6586eea (patch) | |
tree | bd9899a0f37aad54e85e80febb7a8989652e4d69 | |
parent | 3727858ceb324c955b00ae29b8c1e12f47060fce (diff) |
intel: Remove some dead context structure fields.
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_context.h b/src/mesa/drivers/dri/intel/intel_context.h index 8936f757a42..eb7be7ddd0f 100644 --- a/src/mesa/drivers/dri/intel/intel_context.h +++ b/src/mesa/drivers/dri/intel/intel_context.h @@ -174,7 +174,6 @@ struct intel_context struct dri_metaops meta; - GLint refcount; GLbitfield Fallback; /**< mask of INTEL_FALLBACK_x bits */ GLuint NewGLState; @@ -199,7 +198,6 @@ struct intel_context struct intel_batchbuffer *batch; drm_intel_bo *first_post_swapbuffers_batch; GLboolean no_batch_wrap; - unsigned batch_id; struct { |