Mesa (master): i965/miptree: Delete an unused function declaration

Jason Ekstrand jekstrand at kemper.freedesktop.org
Mon Aug 7 16:31:25 UTC 2017


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

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Wed Aug  2 11:22:34 2017 -0700

i965/miptree: Delete an unused function declaration

The implementation of brw_miptree_layout was removed in bf24c3539e4b69.

Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>

---

 src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
index 7636172441..70acb9613d 100644
--- a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
+++ b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
@@ -662,11 +662,6 @@ void
 intel_update_r8stencil(struct brw_context *brw,
                        struct intel_mipmap_tree *mt);
 
-bool
-brw_miptree_layout(struct brw_context *brw,
-                   struct intel_mipmap_tree *mt,
-                   uint32_t layout_flags);
-
 void
 intel_miptree_map(struct brw_context *brw,
 		  struct intel_mipmap_tree *mt,




More information about the mesa-commit mailing list