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

Issue 6670074: GPU process - parent GL context does not delete the textures it shares with c... (Closed)

Created:
9 years, 9 months ago by apatrick_chromium
Modified:
9 years, 7 months ago
Reviewers:
greggman
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

GPU process - parent GL context does not delete the textures it shares with child contexts. The child contexts create them and are then responsible for deleting them. This fixed a crash where the child contexts were passing an invalid texture ID to glBlitFramebufferANGLE. TEST=can't reproduce bug locally anymore, trybots BUG=75661 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78642

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -5 lines) Patch
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/texture_manager.h View 1 4 chunks +11 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/texture_manager_unittest.cc View 1 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
apatrick_chromium
9 years, 9 months ago (2011-03-17 01:00:29 UTC) #1
greggman
LGTM though it would be nice if there was a unit test
9 years, 9 months ago (2011-03-18 00:50:04 UTC) #2
apatrick_chromium
9 years, 9 months ago (2011-03-18 01:13:50 UTC) #3
Done

Powered by Google App Engine
This is Rietveld 408576698