summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_context.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-11-18 03:32:35 -0800
committerEric Anholt <eric@anholt.net>2009-11-19 11:47:21 +0100
commitc4b7c47fe3135f852919cf2d4a2f64210e8cf125 (patch)
tree92fca4b8df8e52b2781844133b23f5e38036d950 /src/mesa/drivers/dri/intel/intel_context.h
parenta376e5c48237be0300bce6702ed947086d3ee23f (diff)
intel: Pack colors for blit at blit time, rather than at ClearColor.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_context.h')
-rw-r--r--src/mesa/drivers/dri/intel/intel_context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_context.h b/src/mesa/drivers/dri/intel/intel_context.h
index 81beff4819..2d352090a5 100644
--- a/src/mesa/drivers/dri/intel/intel_context.h
+++ b/src/mesa/drivers/dri/intel/intel_context.h
@@ -209,10 +209,6 @@ struct intel_context
char *prevLockFile;
int prevLockLine;
- GLuint ClearColor565;
- GLuint ClearColor8888;
-
-
/* Offsets of fields within the current vertex:
*/
GLuint coloroffset;