intel: Drop commented intel_flush from copy_teximage.
authorEric Anholt <eric@anholt.net>
Wed, 15 Dec 2010 19:46:37 +0000 (11:46 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 16 Dec 2010 18:48:19 +0000 (10:48 -0800)
commite65c643792d1327a0a491f5d4a707467a6955746
tree444bf047b091793b25a000d42b3d3ef413181dd4
parent99c7840b0c10dbc731cad93b02b3865855ad086b
intel: Drop commented intel_flush from copy_teximage.

The blit that follows appears in the command stream so it's serialized
with previous rendering.  Any queued vertices in the tnl layer were
already flushed up in mesa/main/.
src/mesa/drivers/dri/intel/intel_tex_copy.c