[Mesa-dev] [v3 07/19] i965/miptree: Add isl surface
Topi Pohjolainen
topi.pohjolainen at gmail.com
Mon May 15 12:07:57 UTC 2017
Signed-off-by: Topi Pohjolainen <topi.pohjolainen at intel.com>
---
src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
index d23ff66..9df0cc3 100644
--- a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
+++ b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
@@ -335,6 +335,8 @@ struct intel_miptree_hiz_buffer
struct intel_mipmap_tree
{
+ struct isl_surf surf;
+
/**
* Buffer object containing the surface.
*
--
2.9.3
More information about the mesa-dev
mailing list