intel: Remove a gratuitous MI_FLUSH after clearing with a blit.
authorEric Anholt <eric@anholt.net>
Thu, 5 Mar 2009 16:25:22 +0000 (08:25 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 6 Mar 2009 03:42:16 +0000 (19:42 -0800)
commitf085147258713741895945dcb81fdb251bb6c9cc
treee6e0714bb8479529f2c7407b38707bb2b13773fc
parent0d31e340f894fdf755945712668197cf09670222
intel: Remove a gratuitous MI_FLUSH after clearing with a blit.

The 3D destination shares the same cache so we don't have any trouble with
the later commands needing the writes flushed inside of the same batchbuffer.
src/mesa/drivers/dri/intel/intel_blit.c