mesa: Convert NewDriverState to 64-bits
[mesa.git] / src / mesa / drivers / dri / i965 / brw_blorp.cpp
index 6b161c9373a03974df445de92364d26febf6f27a..17ae2bfe2b55341377d14691efb6b5762c100077 100644 (file)
@@ -273,8 +273,8 @@ retry:
    /* We've smashed all state compared to what the normal 3D pipeline
     * rendering tracks for GL.
     */
-   brw->state.dirty.brw = ~0;
-   brw->state.dirty.cache = ~0;
+   SET_DIRTY64_ALL(brw);
+   SET_DIRTY_ALL(cache);
    brw->no_depth_or_stencil = false;
    brw->ib.type = -1;