st/mesa: Flush the bitmap cache in st_BlitFramebuffer
authorFredrik Höglund <fredrik@kde.org>
Fri, 15 May 2015 17:30:38 +0000 (19:30 +0200)
committerFredrik Höglund <fredrik@kde.org>
Fri, 15 May 2015 20:12:05 +0000 (22:12 +0200)
commitb3059bb7c53d33764b96b76971b3ff98675198c1
tree0bd23825b2c7d2e27578868bfd04510451bbb48b
parentd43aed9646972c4aca44f47d1b445bd8e67024d7
st/mesa: Flush the bitmap cache in st_BlitFramebuffer

With DSA we can no longer rely on this being done in st_validate_state
in response to the framebuffer bindings having changed.

This fixes the ext_framebuffer_multisample-bitmap piglit test.

Signed-off-by: Fredrik Höglund <fredrik@kde.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/state_tracker/st_cb_blit.c