summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2018-12-07 18:41:19 -0800
committerKenneth Graunke <[email protected]>2018-12-09 18:39:16 -0800
commit34c9dc2537287e697afe4a1be09e9d41ad7a45f1 (patch)
treed6798c47eafae2420d7afd96b3c2e534a404d1b4 /src
parent77944fb2b7c9b40539084f600b5df4fff18e9640 (diff)
i965: Delete dead brw_meta_resolve_color prototype.
Dead since commit 09e041d61d367ff3a9e8492521606090050255d4 (May 2016).
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index e5d57dd8df1..aedeeb55f6b 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);