summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-06-11 00:53:05 -0700
committerEric Anholt <eric@anholt.net>2010-06-11 12:09:26 -0700
commit34c82804edb1e9b11cf31be2246a9086694d35d6 (patch)
tree3c8a45e7bd0311d40d143bddf197afe65b595821 /src/mesa/drivers/dri/i965/brw_wm_surface_state.c
parent53bd9796a1395e4acde884ff55cb7ee18586595a (diff)
i965: Warning fixes from the i965-streaming merge.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_wm_surface_state.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_wm_surface_state.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm_surface_state.c b/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
index 05aa9233dc..25b7e46dfc 100644
--- a/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
+++ b/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
@@ -339,15 +339,6 @@ const struct brw_tracked_state brw_wm_constants = {
};
/**
- * Update the surface state for a WM constant buffer.
- * The constant buffer will be (re)allocated here if needed.
- */
-static void
-prepare_wm_constant_surface(GLcontext *ctx)
-{
-}
-
-/**
* Updates surface / buffer for fragment shader constant buffer, if
* one is required.
*