diff options
author | Eric Anholt <[email protected]> | 2011-07-13 10:57:58 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-07-18 11:26:34 -0700 |
commit | cb5e0ba2aa97df28a9faeb7ca0d2f0cdfcf4e507 (patch) | |
tree | b7df875bbee192321a91af3a9967b882960073e0 /src/mesa/drivers/dri/intel | |
parent | fceda4342cadc22ce86877a19bf82b86eb022d79 (diff) |
i915: Simplify intel_wpos_* with a helper function.
Diffstat (limited to 'src/mesa/drivers/dri/intel')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_context.h b/src/mesa/drivers/dri/intel/intel_context.h index 531382c2eb4..b7989dd42f5 100644 --- a/src/mesa/drivers/dri/intel/intel_context.h +++ b/src/mesa/drivers/dri/intel/intel_context.h @@ -230,7 +230,6 @@ struct intel_context GLuint coloroffset; GLuint specoffset; GLuint wpos_offset; - GLuint wpos_size; struct tnl_attr_map vertex_attrs[VERT_ATTRIB_MAX]; GLuint vertex_attr_count; |