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

Issue 2627753003: exo: Fix use of invalid texture mailbox. (Closed)

Created:
3 years, 11 months ago by reveman
Modified:
3 years, 11 months ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

exo: Fix use of invalid texture mailbox. Texture must be bound before it has a valid mailbox. https://crrev.com/d40f03 accidentally broke this by accessing the mailbox before calling BindTexImage. BUG=679200 Review-Url: https://codereview.chromium.org/2627753003 Cr-Commit-Position: refs/heads/master@{#443005} Committed: https://chromium.googlesource.com/chromium/src/+/7ee8b4ecbb130b6b88443a0a2cc78c6df5dd7a29

Patch Set 1 #

Total comments: 2

Patch Set 2 : make CopyTexImage consistent with BindTexImage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -9 lines) Patch
M components/exo/buffer.cc View 1 2 chunks +8 lines, -9 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
reveman
3 years, 11 months ago (2017-01-11 14:45:43 UTC) #2
Alex Z.
https://codereview.chromium.org/2627753003/diff/1/components/exo/buffer.cc File components/exo/buffer.cc (right): https://codereview.chromium.org/2627753003/diff/1/components/exo/buffer.cc#newcode497 components/exo/buffer.cc:497: contents_texture->CopyTexImage( Another sync token is created here. Does the ...
3 years, 11 months ago (2017-01-11 14:54:49 UTC) #3
reveman
https://codereview.chromium.org/2627753003/diff/1/components/exo/buffer.cc File components/exo/buffer.cc (right): https://codereview.chromium.org/2627753003/diff/1/components/exo/buffer.cc#newcode497 components/exo/buffer.cc:497: contents_texture->CopyTexImage( On 2017/01/11 at 14:54:49, StarAZ1 wrote: > Another ...
3 years, 11 months ago (2017-01-11 18:06:54 UTC) #4
Alex Z.
lgtm
3 years, 11 months ago (2017-01-11 19:04:03 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2627753003/20001
3 years, 11 months ago (2017-01-11 19:08:57 UTC) #9
commit-bot: I haz the power
3 years, 11 months ago (2017-01-11 22:11:29 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/7ee8b4ecbb130b6b88443a0a2cc7...

Powered by Google App Engine
This is Rietveld 408576698