Module: Mesa Branch: master Commit: 85ab6d2447784c417c705ec3c91be2893a801213 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=85ab6d2447784c417c705ec3c91be2893a801213
Author: Brian Paul <[email protected]> Date: Tue Apr 27 11:31:45 2010 -0600 llvmpipe: comment-out unused field for now --- src/gallium/drivers/llvmpipe/lp_rast_priv.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h index 18457ff..5884d12 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h +++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h @@ -105,7 +105,7 @@ struct lp_rasterizer * (potentially) shared, these empty scenes should be returned to * the context which created them rather than retained here. */ - struct lp_scene_queue *empty_scenes; + /* struct lp_scene_queue *empty_scenes; */ /** The scene currently being rasterized by the threads */ struct lp_scene *curr_scene; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
