Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(748)

Issue 11421148: Fix the DCHECK problem for TextureManager::TextureInfo::SetTarget (Closed)

Created:
8 years ago by yongsheng
Modified:
8 years ago
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

Fix the DCHECK problem for TextureManager::TextureInfo::SetTarget It's because GLES2DecoderImpl::HandleDestroyStreamTextureCHROMIUM can clear the target of a streamtexture which is not zero. It occurs when destorying a html5 video on Android platform because it will create/destroy streamtextures. BUG= TEST= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170915

Patch Set 1 #

Patch Set 2 : change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
yongsheng
please help review it. See the callstack to call the crash for debug: 0x0148e5df gpu::gles2::TextureManager::TextureInfo::SetTarget(unsigned ...
8 years ago (2012-11-29 09:48:08 UTC) #1
no sievers
It's possible that the right fix is to remove the texture_manager()->SetInfoTarget(info, 0); in GLES2DecoderImpl::HandleDestroyStreamTextureCHROMIUM(). In ...
8 years ago (2012-11-29 18:03:58 UTC) #2
no sievers
+gman see https://codereview.chromium.org/8669008/ On 2012/11/29 18:03:58, Daniel Sievers wrote: > It's possible that the right ...
8 years ago (2012-11-29 18:11:47 UTC) #3
yongsheng
On 2012/11/29 18:03:58, Daniel Sievers wrote: > It's possible that the right fix is to ...
8 years ago (2012-11-30 01:00:54 UTC) #4
greggman
On 2012/11/30 01:00:54, yongsheng wrote: > On 2012/11/29 18:03:58, Daniel Sievers wrote: > > It's ...
8 years ago (2012-11-30 03:12:34 UTC) #5
yongsheng
On 2012/11/30 03:12:34, greggman wrote: > On 2012/11/30 01:00:54, yongsheng wrote: > > On 2012/11/29 ...
8 years ago (2012-11-30 08:29:10 UTC) #6
yongsheng
On 2012/11/30 08:29:10, yongsheng wrote: > On 2012/11/30 03:12:34, greggman wrote: > > On 2012/11/30 ...
8 years ago (2012-12-03 00:45:55 UTC) #7
no sievers
On 2012/12/03 00:45:55, yongsheng wrote: > On 2012/11/30 08:29:10, yongsheng wrote: > > On 2012/11/30 ...
8 years ago (2012-12-03 18:28:39 UTC) #8
yongsheng
> yes, just remove the 'texture_manager()->SetInforTarget(info, 0)' ok, need your lgtm :)
8 years ago (2012-12-04 04:55:53 UTC) #9
greggman
lgtm
8 years ago (2012-12-04 07:06:18 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yongsheng.zhu@intel.com/11421148/6002
8 years ago (2012-12-04 07:11:19 UTC) #11
commit-bot: I haz the power
8 years ago (2012-12-04 09:46:32 UTC) #12
Message was sent while issue was closed.
Change committed as 170915

Powered by Google App Engine
This is Rietveld 408576698