summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-22 10:33:55 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-22 10:34:38 +0100
commitd1fbf621dc48a488c0f860c5851332d269e6d637 (patch)
treeca7c73d075823f9ee14a53618ad943aa60b4fa55 /src/mesa/pipe/i915simple/i915_context.h
parent5ac22877c98f4934cced4d42b9ec87245f266967 (diff)
Import some sampler state code.
Doesn't compile, isn't built.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_context.h')
-rw-r--r--src/mesa/pipe/i915simple/i915_context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.h b/src/mesa/pipe/i915simple/i915_context.h
index bc00d61d4b..b40dfa695b 100644
--- a/src/mesa/pipe/i915simple/i915_context.h
+++ b/src/mesa/pipe/i915simple/i915_context.h
@@ -89,6 +89,10 @@ struct i915_state
uint program_len;
uint *constants;
uint num_constants;
+
+ unsigned sampler[I915_TEX_UNITS][3];
+ unsigned sampler_enable_flags;
+ unsigned sampler_enable_nr;
unsigned id; /* track lost context events */
};