Module: Mesa Branch: master Commit: 20915dd2e0539ec5eba958230bbda2215cb19c2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20915dd2e0539ec5eba958230bbda2215cb19c2c
Author: Ian Romanick <[email protected]> Date: Wed Sep 2 14:56:18 2015 -0700 i915: Remove prototype for nonexistent brw_miptree_layout Hasn't existed in the i915 source since the i915 and i965 drivers parted ways. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Anuj Phogat <[email protected]> --- src/mesa/drivers/dri/i915/intel_mipmap_tree.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/drivers/dri/i915/intel_mipmap_tree.h b/src/mesa/drivers/dri/i915/intel_mipmap_tree.h index d711a29..f6ed717 100644 --- a/src/mesa/drivers/dri/i915/intel_mipmap_tree.h +++ b/src/mesa/drivers/dri/i915/intel_mipmap_tree.h @@ -344,8 +344,6 @@ intel_miptree_copy_teximage(struct intel_context *intel, */ void i915_miptree_layout(struct intel_mipmap_tree *mt); void i945_miptree_layout(struct intel_mipmap_tree *mt); -void brw_miptree_layout(struct intel_context *intel, - struct intel_mipmap_tree *mt); void *intel_miptree_map_raw(struct intel_context *intel, struct intel_mipmap_tree *mt); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
