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

Issue 14858022: gpu: Make sure external texture destination is initialized (Closed)

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

Description

gpu: Make sure external texture destination is initialized When copying a texture from the GL_TEXTURE_EXTERNAL_OES target (typically a video frame), we expect that the target size also defines the source frame size. Add a check to make sure the target texture is initialized when we do this. BUG=225781, 239276 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199256

Patch Set 1 #

Total comments: 4

Patch Set 2 : git show #

Patch Set 3 : Add TODO. #

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

Messages

Total messages: 15 (0 generated)
Sami
7 years, 7 months ago (2013-05-09 16:06:43 UTC) #1
greggman
https://codereview.chromium.org/14858022/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/14858022/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode9630 gpu/command_buffer/service/gles2_cmd_decoder.cc:9630: if (source_texture->target() == GL_TEXTURE_EXTERNAL_OES) { Doesn't this code just ...
7 years, 7 months ago (2013-05-09 16:15:11 UTC) #2
Sami
https://codereview.chromium.org/14858022/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/14858022/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode9630 gpu/command_buffer/service/gles2_cmd_decoder.cc:9630: if (source_texture->target() == GL_TEXTURE_EXTERNAL_OES) { On 2013/05/09 16:15:11, greggman ...
7 years, 7 months ago (2013-05-09 16:18:42 UTC) #3
greggman
lgtm https://codereview.chromium.org/14858022/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/14858022/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode9631 gpu/command_buffer/service/gles2_cmd_decoder.cc:9631: if (!dest_level_defined) { Then please add a TODO: ...
7 years, 7 months ago (2013-05-09 16:41:23 UTC) #4
Sami
Thanks. https://codereview.chromium.org/14858022/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/14858022/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode9631 gpu/command_buffer/service/gles2_cmd_decoder.cc:9631: if (!dest_level_defined) { On 2013/05/09 16:41:23, greggman wrote: ...
7 years, 7 months ago (2013-05-09 16:46:24 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@chromium.org/14858022/7002
7 years, 7 months ago (2013-05-09 16:46:46 UTC) #6
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) googleurl_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_simulator&number=51058
7 years, 7 months ago (2013-05-09 17:03:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@chromium.org/14858022/7002
7 years, 7 months ago (2013-05-09 17:09:26 UTC) #8
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) googleurl_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_simulator&number=51078
7 years, 7 months ago (2013-05-09 17:16:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@chromium.org/14858022/7002
7 years, 7 months ago (2013-05-09 17:19:49 UTC) #10
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) googleurl_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_simulator&number=51101
7 years, 7 months ago (2013-05-09 17:29:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@chromium.org/14858022/7002
7 years, 7 months ago (2013-05-09 18:06:09 UTC) #12
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) googleurl_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_simulator&number=51159
7 years, 7 months ago (2013-05-09 18:14:28 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skyostil@chromium.org/14858022/7002
7 years, 7 months ago (2013-05-09 18:52:23 UTC) #14
commit-bot: I haz the power
7 years, 7 months ago (2013-05-09 19:25:40 UTC) #15
Message was sent while issue was closed.
Change committed as 199256

Powered by Google App Engine
This is Rietveld 408576698