summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-01-02 11:33:55 -0800
committerEric Anholt <eric@anholt.net>2008-01-02 15:51:43 -0800
commit3e3644c6e8f3559fd5bcd862d5edb627aceb3eca (patch)
treee0be911e7927bd8ed820ceca6ae73b31614856b2 /src/mesa/drivers/dri/i965/brw_context.h
parenta099461fa31db1ed8935bb409c321dc46c54ce8d (diff)
[965] Convert sampler state to use a cache key instead of brw_cache_data.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index a5ef058e8c..fd18fcdc21 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -582,12 +582,6 @@ struct brw_context
*/
GLuint input_size_masks[4];
-
- /**
- * Array of sampler state uploaded at sampler_bo of BRW_SAMPLER
- * cache
- */
- struct brw_sampler_state sampler[BRW_MAX_TEX_UNIT];
/** Array of surface default colors (texture border color) */
dri_bo *sdc_bo[BRW_MAX_TEX_UNIT];