mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
intel: Remove extra FreeTextureImageBuffer() from glTexImage*.
The core code does this before calling in to us. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
03e623a27b
commit
57024e084a
1 changed files with 0 additions and 1 deletions
|
|
@ -414,7 +414,6 @@ intelTexImage(struct gl_context * ctx,
|
|||
}
|
||||
}
|
||||
|
||||
ctx->Driver.FreeTextureImageBuffer(ctx, texImage);
|
||||
assert(!intelImage->mt);
|
||||
|
||||
if (intelObj->mt &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue