New issue
Advanced search Search tips

Issue 788993 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

GLES2DecoderPassthroughImpl::DoReleaseTexImage2DCHROMIUM doesn't ReleaseTexImage

Project Member Reported by billorr@chromium.org, Nov 28 2017

Issue description

// Only release the image if it is currently bound
if (bound_texture.texture->GetLevelImage(target, 0) != image)

Should this be an == instead of !=?
 
Project Member

Comment 1 by bugdroid1@chromium.org, Nov 28 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/6972d1dac14d57e0f4da3814cb72b7b12288f83e

commit 6972d1dac14d57e0f4da3814cb72b7b12288f83e
Author: Bill Orr <billorr@chromium.org>
Date: Tue Nov 28 18:27:33 2017

Make GLES2DecoderPassthrough::DoReleaseTexImage2DCHROMIUM release images

BUG= 788993 

Change-Id: I9fc477c0ba27283c5aa2d00400b510705e1929d9
Reviewed-on: https://chromium-review.googlesource.com/792538
Reviewed-by: Antoine Labour <piman@chromium.org>
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Commit-Queue: Bill Orr <billorr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#519757}
[modify] https://crrev.com/6972d1dac14d57e0f4da3814cb72b7b12288f83e/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc

Status: Fixed (was: Untriaged)
Components: Internals>GPU>Internals
Labels: M-64 Test-Complete

Sign in to add a comment