summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_state.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-22 13:33:19 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-22 13:33:19 -0600
commitbe673e9719593ee22c16e289fe4d154db3fb7805 (patch)
tree85d973c909f6054e86d8c3ca0b2199cb562097e3 /src/mesa/pipe/i915simple/i915_state.h
parentd45dd5672ae60f1f49648725974693bf4ebf4bf8 (diff)
Sampler state code now compiles and is built. Not tested yet.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_state.h')
-rw-r--r--src/mesa/pipe/i915simple/i915_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/i915_state.h b/src/mesa/pipe/i915simple/i915_state.h
index 794a251ad8..43058451f2 100644
--- a/src/mesa/pipe/i915simple/i915_state.h
+++ b/src/mesa/pipe/i915simple/i915_state.h
@@ -42,6 +42,7 @@ struct i915_tracked_state {
void i915_update_immediate( struct i915_context *i915 );
void i915_update_dynamic( struct i915_context *i915 );
void i915_update_derived( struct i915_context *i915 );
+void i915_update_samplers( struct i915_context *i915 );
void i915_emit_hardware_state( struct i915_context *i915 );