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

Issue 1115043003: Handle currently bound texture id in PowerVR workaround (Closed)

Created:
5 years, 7 months ago by boliu
Modified:
5 years, 7 months ago
Reviewers:
no sievers
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Handle currently bound texture id in PowerVR workaround If the texture id being deleted is currently bound to target, make sure the new texture is bound to target. ScopedTextureBinder will then do the right thing and restore the new texture id as bound on destruction. BUG=480992 Committed: https://crrev.com/cbaf2c4519a53edee3db309434eee9d4161fe11d Cr-Commit-Position: refs/heads/master@{#327614}

Patch Set 1 #

Total comments: 2

Patch Set 2 : GL_TEXTURE_BINDING_2D #

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

Messages

Total messages: 9 (2 generated)
boliu
something like this? I couldn't get the bind to actually execute, because all the textures ...
5 years, 7 months ago (2015-04-29 20:43:08 UTC) #2
no sievers
https://codereview.chromium.org/1115043003/diff/1/gpu/command_buffer/service/texture_definition.cc File gpu/command_buffer/service/texture_definition.cc (right): https://codereview.chromium.org/1115043003/diff/1/gpu/command_buffer/service/texture_definition.cc#newcode416 gpu/command_buffer/service/texture_definition.cc:416: glGetIntegerv(target_, &bound_id); This doesn't work. It will generate a ...
5 years, 7 months ago (2015-04-29 21:04:43 UTC) #3
boliu
https://codereview.chromium.org/1115043003/diff/1/gpu/command_buffer/service/texture_definition.cc File gpu/command_buffer/service/texture_definition.cc (right): https://codereview.chromium.org/1115043003/diff/1/gpu/command_buffer/service/texture_definition.cc#newcode416 gpu/command_buffer/service/texture_definition.cc:416: glGetIntegerv(target_, &bound_id); On 2015/04/29 21:04:43, sievers wrote: > This ...
5 years, 7 months ago (2015-04-29 21:16:14 UTC) #4
no sievers
lgtm
5 years, 7 months ago (2015-04-29 21:49:54 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1115043003/20001
5 years, 7 months ago (2015-04-29 22:14:44 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 7 months ago (2015-04-29 23:28:34 UTC) #8
commit-bot: I haz the power
5 years, 7 months ago (2015-04-29 23:30:35 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/cbaf2c4519a53edee3db309434eee9d4161fe11d
Cr-Commit-Position: refs/heads/master@{#327614}

Powered by Google App Engine
This is Rietveld 408576698