summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_context.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-09-24 13:36:56 -0700
committerEric Anholt <eric@anholt.net>2007-09-24 13:36:56 -0700
commitc8cb87d35686c155143ed3e511e1ea674d8371a3 (patch)
tree7a6d2dbaacdf856f1ad7f3f9e9925d0dd4b831f8 /src/mesa/drivers/dri/i915/i915_context.h
parent56af8fd00f7b77f02688ba3460d25b1e46cf0307 (diff)
Remove leftover code for i915_texprog.c noticed in crossbar review.
Diffstat (limited to 'src/mesa/drivers/dri/i915/i915_context.h')
-rw-r--r--src/mesa/drivers/dri/i915/i915_context.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mesa/drivers/dri/i915/i915_context.h b/src/mesa/drivers/dri/i915/i915_context.h
index 0be2b3cc8b0..1070de1a540 100644
--- a/src/mesa/drivers/dri/i915/i915_context.h
+++ b/src/mesa/drivers/dri/i915/i915_context.h
@@ -173,21 +173,6 @@ struct i915_fragment_program
const GLfloat *values; /* Pointer to tracked values */
} param[I915_MAX_CONSTANT];
GLuint nr_params;
-
-
- /* Helpers for i915_texprog.c:
- */
- GLuint src_texture; /* Reg containing sampled texture color,
- * else UREG_BAD.
- */
-
- GLuint src_previous; /* Reg containing color from previous
- * stage. May need to be decl'd.
- */
-
- GLuint last_tex_stage; /* Number of last enabled texture unit */
-
- struct vertex_buffer *VB;
};