i965: Store the dispatch width in the WM compile struct.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm.h
index 7a46b1d5437637bf2e264a951d6e550a737d551b..972c257d4287574b6415634d42c22908cf3cc22a 100644 (file)
@@ -260,6 +260,7 @@ struct brw_wm_compile {
    GLuint tmp_index;
    GLuint tmp_max;
    GLuint subroutines[BRW_WM_MAX_SUBROUTINE];
+   GLuint dispatch_width;
 
    /** we may need up to 3 constants per instruction (if use_const_buffer) */
    struct {