summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple/brw_state.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-12-19 13:12:34 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2007-12-19 13:13:53 +0000
commit65f67baa425af71fc52639d22c1683da3b386a1b (patch)
treefd2f377df514ee35f7430534c2582d7e6de95dfc /src/mesa/pipe/i965simple/brw_state.h
parent2e3dfe97ee514a9ef8bd0a862360854d9be392d3 (diff)
965: make sure stipple state gets uploaded
Diffstat (limited to 'src/mesa/pipe/i965simple/brw_state.h')
-rw-r--r--src/mesa/pipe/i965simple/brw_state.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/pipe/i965simple/brw_state.h b/src/mesa/pipe/i965simple/brw_state.h
index d09711f6f0..62055e5506 100644
--- a/src/mesa/pipe/i965simple/brw_state.h
+++ b/src/mesa/pipe/i965simple/brw_state.h
@@ -65,7 +65,6 @@ const struct brw_tracked_state brw_urb_fence;
const struct brw_tracked_state brw_vertex_state;
const struct brw_tracked_state brw_vs_prog;
const struct brw_tracked_state brw_vs_unit;
-const struct brw_tracked_state brw_wm_input_sizes;
const struct brw_tracked_state brw_wm_prog;
const struct brw_tracked_state brw_wm_samplers;
const struct brw_tracked_state brw_wm_surfaces;
@@ -149,10 +148,6 @@ void brw_clear_all_caches( struct brw_context *brw );
void brw_invalidate_pools( struct brw_context *brw );
void brw_clear_batch_cache_flush( struct brw_context *brw );
-void brw_upload_cc_unit(struct brw_context *brw);
-void brw_upload_clip_prog(struct brw_context *brw);
-void brw_upload_blend_constant_color(struct brw_context *brw);
-void brw_upload_wm_samplers(struct brw_context *brw);
/* brw_shader_info.c
*/