summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2011-07-13 10:57:58 -0700
committerEric Anholt <[email protected]>2011-07-18 11:26:34 -0700
commitcb5e0ba2aa97df28a9faeb7ca0d2f0cdfcf4e507 (patch)
treeb7df875bbee192321a91af3a9967b882960073e0 /src/mesa/drivers/dri/intel
parentfceda4342cadc22ce86877a19bf82b86eb022d79 (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.h1
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;