i965: CS FENCE in URB_FENCE is 11-bits wide

This commit is contained in:
Xiang, Haihao
2009-09-02 13:27:25 +08:00
parent f5539b6991
commit 98a8744e02
+2 -2
View 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;
};