Module: Mesa Branch: master Commit: cb3b172d196c98f4ab707751f0628e072ef47a86 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb3b172d196c98f4ab707751f0628e072ef47a86
Author: Eric Anholt <[email protected]> Date: Tue Dec 18 14:12:50 2012 -0800 intel: Remove a couple of dead function prototypes. Reviewed-by: Jordan Justen <[email protected]> --- src/mesa/drivers/dri/intel/intel_mipmap_tree.h | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_mipmap_tree.h b/src/mesa/drivers/dri/intel/intel_mipmap_tree.h index 3a465da..eb4ad7f 100644 --- a/src/mesa/drivers/dri/intel/intel_mipmap_tree.h +++ b/src/mesa/drivers/dri/intel/intel_mipmap_tree.h @@ -518,11 +518,6 @@ void intel_miptree_slice_set_needs_depth_resolve(struct intel_mipmap_tree *mt, uint32_t level, uint32_t depth); -void -intel_miptree_all_slices_set_need_hiz_resolve(struct intel_mipmap_tree *mt); - -void -intel_miptree_all_slices_set_need_depth_resolve(struct intel_mipmap_tree *mt); /** * \return false if no resolve was needed _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
