Mesa (master): i965: Add new HiZ related bits to WM_STATE.

Kenneth Graunke kwg at kemper.freedesktop.org
Mon Jan 10 23:57:34 UTC 2011


Module: Mesa
Branch: master
Commit: 4b929c75e2d868cbfb21b5dbeb1f6c689a903be6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b929c75e2d868cbfb21b5dbeb1f6c689a903be6

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Oct 21 16:43:39 2010 -0700

i965: Add new HiZ related bits to WM_STATE.

---

 src/mesa/drivers/dri/i965/brw_structs.h |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_structs.h b/src/mesa/drivers/dri/i965/brw_structs.h
index 8b6646c..6687a89 100644
--- a/src/mesa/drivers/dri/i965/brw_structs.h
+++ b/src/mesa/drivers/dri/i965/brw_structs.h
@@ -1017,7 +1017,14 @@ struct brw_wm_unit_state
       GLuint enable_32_pix:1; 
       GLuint enable_con_32_pix:1;
       GLuint enable_con_64_pix:1;
-      GLuint pad0:5;
+      GLuint pad0:1;
+
+      /* These next four bits are for Ironlake+ */
+      GLuint fast_span_coverage_enable:1;
+      GLuint depth_buffer_clear:1;
+      GLuint depth_buffer_resolve_enable:1;
+      GLuint hierarchical_depth_buffer_resolve_enable:1;
+
       GLuint legacy_global_depth_bias:1; 
       GLuint line_stipple:1; 
       GLuint depth_offset:1; 




More information about the mesa-commit mailing list