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

Author: Xiang, Haihao <[email protected]>
Date:   Wed Sep  2 13:27:25 2009 +0800

i965: CS FENCE in URB_FENCE is 11-bits wide

---

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

diff --git a/src/mesa/drivers/dri/i965/brw_structs.h 
b/src/mesa/drivers/dri/i965/brw_structs.h
index a6de092..66d4127 100644
--- a/src/mesa/drivers/dri/i965/brw_structs.h
+++ b/src/mesa/drivers/dri/i965/brw_structs.h
@@ -442,8 +442,8 @@ struct brw_urb_fence
    {
       GLuint sf_fence:10;  
       GLuint vf_fence:10;  
-      GLuint cs_fence:10;  
-      GLuint pad:2;
+      GLuint cs_fence:11;  
+      GLuint pad:1;
    } bits1;
 };
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to