st/mesa: remove unnecessary flushes
authorMarek Olšák <maraeo@gmail.com>
Mon, 7 Mar 2011 23:28:33 +0000 (00:28 +0100)
committerMarek Olšák <maraeo@gmail.com>
Fri, 11 Mar 2011 01:02:16 +0000 (02:02 +0100)
commitbdf103894026238c7e896eccb995b141161bfb70
treec4c96e5cd74cb96249833076e95e1648f7a78022
parentded1e315a432ca8b813f7d6fadc97b0d311ba398
st/mesa: remove unnecessary flushes

The framebuffer cache flush should be implicit when calling
set_framebuffer_state.

There is no need to flush the command stream either.
src/gallium/auxiliary/util/u_gen_mipmap.c
src/mesa/state_tracker/st_cb_fbo.c