761b0c02f8
In this mode, which can be activated with V3D_DEBUG=always_flush like in the GL driver, we flush every draw call separately. For now this is useful for debugging, but we can also set the flag internally on specific jobs when we identify scenarios where we need the same behavior. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>