Module: Mesa Branch: lp-binning Commit: de31b0e60c4b68b73b8983a0ae3e8f3f61d9d583 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de31b0e60c4b68b73b8983a0ae3e8f3f61d9d583
Author: Brian Paul <[email protected]> Date: Fri Dec 11 11:56:22 2009 -0700 llvmpipe: remove unused lp_rasterizer::fb field --- src/gallium/drivers/llvmpipe/lp_rast.c | 1 - src/gallium/drivers/llvmpipe/lp_rast_priv.h | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c index 97233e1..a8212d7 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.c +++ b/src/gallium/drivers/llvmpipe/lp_rast.c @@ -635,7 +635,6 @@ lp_rasterize_bins( struct lp_rasterizer *rast, lp_bins_enqueue( rast->full_bins, bins ); /* XXX need to move/fix these */ - rast->fb = fb; rast->write_depth = write_depth; /*lp_bin_iter_begin( bins );*/ diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h index abe791f..4ae54ac 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h +++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h @@ -129,7 +129,6 @@ struct lp_rasterizer pipe_thread threads[MAX_THREADS]; struct lp_bins *bins; - const struct pipe_framebuffer_state *fb; boolean write_depth; }; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
