summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_meta_util.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-08-19 03:53:33 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-08-29 12:17:34 -0700
commit007d8a6d04a807f5c65c8545398ee5639f2eee31 (patch)
tree23924bb7d5ba777fddd8270c5d6fc58e3a5e9cec /src/mesa/drivers/dri/i965/brw_meta_util.h
parentc8ff36228d6f5d48f700437e4a5520d8b6de13ab (diff)
downloadexternal_mesa3d-007d8a6d04a807f5c65c8545398ee5639f2eee31.zip
external_mesa3d-007d8a6d04a807f5c65c8545398ee5639f2eee31.tar.gz
external_mesa3d-007d8a6d04a807f5c65c8545398ee5639f2eee31.tar.bz2
i965: Move get_fast_clear_rect to blorp_clear.c
This has been the only caller since we deleted the meta fast clear code. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_meta_util.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_meta_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_meta_util.h b/src/mesa/drivers/dri/i965/brw_meta_util.h
index d517237..b9c4eac 100644
--- a/src/mesa/drivers/dri/i965/brw_meta_util.h
+++ b/src/mesa/drivers/dri/i965/brw_meta_util.h
@@ -42,12 +42,6 @@ brw_meta_mirror_clip_and_scissor(const struct gl_context *ctx,
GLfloat *dstX1, GLfloat *dstY1,
bool *mirror_x, bool *mirror_y);
-void
-brw_get_fast_clear_rect(const struct isl_device *dev,
- const struct isl_surf *aux_surf,
- unsigned *x0, unsigned *y0,
- unsigned *x1, unsigned *y1);
-
bool
brw_meta_set_fast_clear_color(struct brw_context *brw,
struct intel_mipmap_tree *mt,