Mesa (master): i965: Delete dead brw_meta_resolve_color prototype.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Dec 10 02:39:37 UTC 2018


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

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Fri Dec  7 18:41:19 2018 -0800

i965: Delete dead brw_meta_resolve_color prototype.

Dead since commit 09e041d61d367ff3a9e8492521606090050255d4 (May 2016).

---

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

diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index e5d57dd8df..aedeeb55f6 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -1377,13 +1377,6 @@ GLboolean brwCreateContext(gl_api api,
 /*======================================================================
  * brw_misc_state.c
  */
-void
-brw_meta_resolve_color(struct brw_context *brw,
-                       struct intel_mipmap_tree *mt);
-
-/*======================================================================
- * brw_misc_state.c
- */
 void brw_workaround_depthstencil_alignment(struct brw_context *brw,
                                            GLbitfield clear_mask);
 




More information about the mesa-commit mailing list