aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
diff options
context:
space:
mode:
authorTopi Pohjolainen <[email protected]>2017-01-11 16:15:21 +0200
committerTopi Pohjolainen <[email protected]>2017-06-19 22:57:57 +0300
commitb539f6958ed7c25b9b0a2653326c19385d276675 (patch)
treef33a8cbe645ef281a98b377f04145036feca9f79 /src/mesa/drivers/dri/i965/intel_mipmap_tree.h
parent7e4ea227620f1f1ac977b9848475f1925e451647 (diff)
i965/wm: Use stored hiz surface instead of creating copy
Now the last user of intel_miptree_get_aux_isl_surf() is gone. Reviewed-by: Jason Ekstrand <[email protected]> Signed-off-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_mipmap_tree.h')
-rw-r--r--src/mesa/drivers/dri/i965/intel_mipmap_tree.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
index 0a53319a0d6..a866f7aa608 100644
--- a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
+++ b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
@@ -765,12 +765,6 @@ intel_miptree_get_aux_isl_usage(const struct brw_context *brw,
const struct intel_mipmap_tree *mt);
void
-intel_miptree_get_aux_isl_surf(struct brw_context *brw,
- const struct intel_mipmap_tree *mt,
- enum isl_aux_usage usage,
- struct isl_surf *surf);
-
-void
intel_get_image_dims(struct gl_texture_image *image,
int *width, int *height, int *depth);