aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Pohjolainen <[email protected]>2017-05-11 18:27:45 +0300
committerTopi Pohjolainen <[email protected]>2017-06-19 22:41:45 +0300
commit02fa622037f20dfbd739a0c3edbcbba2db48be55 (patch)
tree195959ee45fc4ab61fc7d5b5986626c74b2ef2dc
parent5a3105fe9a5693f0f3d1b09fb6d1e6b7bf8288ae (diff)
i965/miptree: Add isl surface
Reviewed-by: Nanley Chery <[email protected]> Signed-off-by: Topi Pohjolainen <[email protected]>
-rw-r--r--src/mesa/drivers/dri/i965/intel_mipmap_tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
index 5e457989c28..63cedb200ba 100644
--- a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
+++ b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
@@ -369,6 +369,8 @@ struct intel_miptree_hiz_buffer
struct intel_mipmap_tree
{
+ struct isl_surf surf;
+
/**
* Buffer object containing the surface.
*