i965: CS FENCE in URB_FENCE is 11-bits wide
authorXiang, Haihao <haihao.xiang@intel.com>
Wed, 2 Sep 2009 05:27:25 +0000 (13:27 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 2 Sep 2009 05:28:32 +0000 (13:28 +0800)
src/mesa/drivers/dri/i965/brw_structs.h

index a6de09207b7ba2f402b7e288c68614cf4babf366..66d4127271afced963587ad21919ee639f496c0c 100644 (file)
@@ -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;
 };