summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_context.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-12-17 14:28:54 -0800
committerEric Anholt <eric@anholt.net>2007-12-17 14:28:54 -0800
commit2c9e515d8607fb91f08c500a841cdf7f32bda346 (patch)
tree3a1319c1b2cfbd35511df1811c4bf74eb45687e3 /src/mesa/drivers/dri/i965/intel_context.h
parent98d43552408045e34ba937913cfbad7aadee8213 (diff)
[965] Replace our own depth constants in intel context with GL context ones.
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/intel_context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_context.h b/src/mesa/drivers/dri/i965/intel_context.h
index 583ef42166..b3846839ec 100644
--- a/src/mesa/drivers/dri/i965/intel_context.h
+++ b/src/mesa/drivers/dri/i965/intel_context.h
@@ -164,12 +164,8 @@ struct intel_context
GLubyte clear_chan[4];
GLuint ClearColor;
- GLuint ClearDepth;
- GLfloat depth_scale;
GLfloat polygon_offset_scale; /* dependent on depth_scale, bpp */
- GLuint depth_clear_mask;
- GLuint stencil_clear_mask;
GLboolean hw_stencil;
GLboolean hw_stipple;