From: Xiang, Haihao Date: Wed, 2 Sep 2009 05:27:25 +0000 (+0800) Subject: i965: CS FENCE in URB_FENCE is 11-bits wide X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98a8744e02c5c1aa0c97c0265680f09f92a68818;p=mesa.git i965: CS FENCE in URB_FENCE is 11-bits wide --- diff --git a/src/mesa/drivers/dri/i965/brw_structs.h b/src/mesa/drivers/dri/i965/brw_structs.h index a6de09207b7..66d4127271a 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; };