[Mesa-dev] [PATCH 5/9] i915: Remove prototype for nonexistent brw_miptree_layout
Ian Romanick
idr at freedesktop.org
Wed Sep 9 19:18:12 PDT 2015
From: Ian Romanick <ian.d.romanick at intel.com>
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>
---
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);
--
2.1.0
More information about the mesa-dev
mailing list