[Mesa-dev] [PATCH 03/15] i965/miptree: Add isl surface
Topi Pohjolainen
topi.pohjolainen at gmail.com
Tue Jun 13 14:50:01 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 7acfcb87a4..8479b285cb 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.
*
--
2.11.0
More information about the mesa-dev
mailing list