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/.
(cherry picked from commit e65c643792)
This commit is contained in:
Eric Anholt 2010-12-15 11:46:37 -08:00
parent 3232019b67
commit 0874356dbf

View file

@ -103,7 +103,6 @@ do_copy_texsubimage(struct intel_context *intel,
struct gl_context *ctx = &intel->ctx;
const struct intel_region *src;
/* intel_flush(ctx); */
intel_prepare_render(intel);
src = get_teximage_source(intel, internalFormat);
if (!intelImage->mt || !src || !src->buffer) {