mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 22:30:24 +01:00
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:
parent
3232019b67
commit
0874356dbf
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue