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

Issue 148513004: Android: Always update SurfaceTexture when used for draw (Closed)

Created:
6 years, 11 months ago by no sievers
Modified:
6 years, 10 months ago
Reviewers:
reveman, piman
CC:
chromium-reviews, joi+watch-content_chromium.org, piman+watch_chromium.org, jam, darin-cc_chromium.org
Visibility:
Public.

Description

Android: Always update SurfaceTexture when used This basically causes it to get updated from glCopyTextureCHROMIUM() also which is used with canvas/webgl. BUG=309162 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247699

Patch Set 1 #

Total comments: 1

Patch Set 2 : restore bindings for all targets #

Total comments: 2

Patch Set 3 : restore binding also if we switched contexts #

Patch Set 4 : fix build #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -38 lines) Patch
M content/common/gpu/stream_texture_android.h View 1 chunk +5 lines, -2 lines 0 comments Download
M content/common/gpu/stream_texture_android.cc View 1 2 3 4 5 4 chunks +36 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 9 chunks +44 lines, -29 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
no sievers
ptal
6 years, 11 months ago (2014-01-27 23:59:13 UTC) #1
no sievers
https://codereview.chromium.org/148513004/diff/1/content/common/gpu/stream_texture_android.cc File content/common/gpu/stream_texture_android.cc (right): https://codereview.chromium.org/148513004/diff/1/content/common/gpu/stream_texture_android.cc#newcode122 content/common/gpu/stream_texture_android.cc:122: has_pending_frame_ = false; Argh, there is a problem. UpdateTexImage() ...
6 years, 11 months ago (2014-01-28 00:03:08 UTC) #2
no sievers
On 2014/01/28 00:03:08, sievers wrote: > https://codereview.chromium.org/148513004/diff/1/content/common/gpu/stream_texture_android.cc > File content/common/gpu/stream_texture_android.cc (right): > > https://codereview.chromium.org/148513004/diff/1/content/common/gpu/stream_texture_android.cc#newcode122 > ...
6 years, 11 months ago (2014-01-28 00:03:28 UTC) #3
reveman
thanks, lgtm https://codereview.chromium.org/148513004/diff/10001/content/common/gpu/stream_texture_android.cc File content/common/gpu/stream_texture_android.cc (right): https://codereview.chromium.org/148513004/diff/10001/content/common/gpu/stream_texture_android.cc#newcode116 content/common/gpu/stream_texture_android.cc:116: if (needs_make_current) { is ui::ScopedMakeCurrent not smart ...
6 years, 11 months ago (2014-01-28 00:33:42 UTC) #4
no sievers
https://codereview.chromium.org/148513004/diff/10001/content/common/gpu/stream_texture_android.cc File content/common/gpu/stream_texture_android.cc (right): https://codereview.chromium.org/148513004/diff/10001/content/common/gpu/stream_texture_android.cc#newcode116 content/common/gpu/stream_texture_android.cc:116: if (needs_make_current) { On 2014/01/28 00:33:42, David Reveman wrote: ...
6 years, 11 months ago (2014-01-28 00:43:45 UTC) #5
piman
lgtm
6 years, 11 months ago (2014-01-28 02:26:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sievers@chromium.org/148513004/150001
6 years, 10 months ago (2014-01-28 23:49:02 UTC) #7
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 10 months ago (2014-01-29 02:52:18 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sievers@chromium.org/148513004/150001
6 years, 10 months ago (2014-01-29 16:41:35 UTC) #9
commit-bot: I haz the power
6 years, 10 months ago (2014-01-29 16:43:09 UTC) #10
Message was sent while issue was closed.
Change committed as 247699

Powered by Google App Engine
This is Rietveld 408576698