Mesa (master): i915: Remove prototype for nonexistent brw_miptree_layout

Ian Romanick idr at kemper.freedesktop.org
Fri Sep 11 03:29:56 UTC 2015


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

Author: Ian Romanick <ian.d.romanick at intel.com>
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 <ian.d.romanick at intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>

---

 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);




More information about the mesa-commit mailing list