Mesa (master): i965: Warning fixes from the i965-streaming merge.

Eric Anholt anholt at kemper.freedesktop.org
Fri Jun 11 19:28:13 UTC 2010


Module: Mesa
Branch: master
Commit: 34c82804edb1e9b11cf31be2246a9086694d35d6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=34c82804edb1e9b11cf31be2246a9086694d35d6

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jun 11 00:53:05 2010 -0700

i965: Warning fixes from the i965-streaming merge.

---

 src/mesa/drivers/dri/i965/brw_curbe.c            |    2 --
 src/mesa/drivers/dri/i965/brw_wm_surface_state.c |    9 ---------
 2 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_curbe.c b/src/mesa/drivers/dri/i965/brw_curbe.c
index e6d9ac8..6c0b79f 100644
--- a/src/mesa/drivers/dri/i965/brw_curbe.c
+++ b/src/mesa/drivers/dri/i965/brw_curbe.c
@@ -182,8 +182,6 @@ static void prepare_constant_buffer(struct brw_context *brw)
    GLcontext *ctx = &brw->intel.ctx;
    const struct brw_vertex_program *vp =
       brw_vertex_program_const(brw->vertex_program);
-   const struct brw_fragment_program *fp =
-      brw_fragment_program_const(brw->fragment_program);
    const GLuint sz = brw->curbe.total_size;
    const GLuint bufsz = sz * 16 * sizeof(GLfloat);
    GLfloat *buf;
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 05aa923..25b7e46 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.
  *




More information about the mesa-commit mailing list