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

Issue 197213014: Add an explicit flush after copyTextureCHROMIUM() to make the WebGL layer contents updated. (Closed)

Created:
6 years, 9 months ago by Jun Jiang
Modified:
6 years, 9 months ago
CC:
blink-reviews, jamesr, krit, dsinclair, jbroman, danakj, Rik, Stephen Chennney, pdr., rwlbuis, jbauman, piman
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Add an explicit flush after copyTextureCHROMIUM() to make the WebGL layer contents updated. It can avoid reading from previous unchanged WebGL layer content during printing. BUG=351956 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169637

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M Source/platform/graphics/gpu/DrawingBuffer.cpp View 1 chunk +1 line, -0 lines 5 comments Download

Messages

Total messages: 24 (0 generated)
Ken Russell (switch to Gerrit)
+sievers and vmiura for review and comment https://codereview.chromium.org/197213014/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp File Source/platform/graphics/gpu/DrawingBuffer.cpp (right): https://codereview.chromium.org/197213014/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode392 Source/platform/graphics/gpu/DrawingBuffer.cpp:392: m_context->flush(); Uh ...
6 years, 9 months ago (2014-03-17 19:17:31 UTC) #1
no sievers
https://codereview.chromium.org/197213014/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp File Source/platform/graphics/gpu/DrawingBuffer.cpp (right): https://codereview.chromium.org/197213014/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode392 Source/platform/graphics/gpu/DrawingBuffer.cpp:392: m_context->flush(); On 2014/03/17 19:17:32, Ken Russell wrote: > Uh ...
6 years, 9 months ago (2014-03-17 19:48:08 UTC) #2
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/197213014/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp File Source/platform/graphics/gpu/DrawingBuffer.cpp (right): https://codereview.chromium.org/197213014/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode392 Source/platform/graphics/gpu/DrawingBuffer.cpp:392: m_context->flush(); On 2014/03/17 19:48:09, sievers wrote: > On 2014/03/17 ...
6 years, 9 months ago (2014-03-17 21:34:16 UTC) #3
vmiura
https://codereview.chromium.org/197213014/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp File Source/platform/graphics/gpu/DrawingBuffer.cpp (right): https://codereview.chromium.org/197213014/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode392 Source/platform/graphics/gpu/DrawingBuffer.cpp:392: m_context->flush(); On 2014/03/17 19:48:09, sievers wrote: > On 2014/03/17 ...
6 years, 9 months ago (2014-03-17 21:35:07 UTC) #4
no sievers
On 2014/03/17 21:35:07, vmiura wrote: > https://codereview.chromium.org/197213014/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp > File Source/platform/graphics/gpu/DrawingBuffer.cpp (right): > > https://codereview.chromium.org/197213014/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode392 > ...
6 years, 9 months ago (2014-03-17 21:47:08 UTC) #5
junj
Hi, Kenneth, vmiura and sievers. Thanks for your comments. I have tried to substitute flush() ...
6 years, 9 months ago (2014-03-18 11:11:35 UTC) #6
jamesr
Why is the flush needed? What command on a different context is this flush ensuring ...
6 years, 9 months ago (2014-03-18 19:17:12 UTC) #7
no sievers
On 2014/03/18 11:11:35, junj wrote: > Hi, Kenneth, vmiura and sievers. Thanks for your comments. ...
6 years, 9 months ago (2014-03-18 21:09:03 UTC) #8
vmiura
On 2014/03/18 21:09:03, sievers wrote: > On 2014/03/18 11:11:35, junj wrote: > > Hi, Kenneth, ...
6 years, 9 months ago (2014-03-18 21:16:37 UTC) #9
piman
https://codereview.chromium.org/197213014/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp File Source/platform/graphics/gpu/DrawingBuffer.cpp (right): https://codereview.chromium.org/197213014/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode392 Source/platform/graphics/gpu/DrawingBuffer.cpp:392: m_context->flush(); On 2014/03/17 21:35:08, vmiura wrote: > On 2014/03/17 ...
6 years, 9 months ago (2014-03-18 22:43:39 UTC) #10
no sievers
On 2014/03/18 21:16:37, vmiura wrote: > On 2014/03/18 21:09:03, sievers wrote: > > On 2014/03/18 ...
6 years, 9 months ago (2014-03-18 22:44:16 UTC) #11
junj
On 2014/03/18 19:17:12, jamesr wrote: > Why is the flush needed? What command on a ...
6 years, 9 months ago (2014-03-19 07:25:50 UTC) #12
junj
On 2014/03/18 22:44:16, sievers wrote: > On 2014/03/18 21:16:37, vmiura wrote: > > On 2014/03/18 ...
6 years, 9 months ago (2014-03-19 07:29:59 UTC) #13
vmiura
On 2014/03/19 07:29:59, junj wrote: > On 2014/03/18 22:44:16, sievers wrote: > > On 2014/03/18 ...
6 years, 9 months ago (2014-03-19 17:04:14 UTC) #14
junj
On 2014/03/19 17:04:14, vmiura wrote: > On 2014/03/19 07:29:59, junj wrote: > > On 2014/03/18 ...
6 years, 9 months ago (2014-03-20 01:57:14 UTC) #15
junj
On 2014/03/20 01:57:14, junj wrote: > On 2014/03/19 17:04:14, vmiura wrote: > > On 2014/03/19 ...
6 years, 9 months ago (2014-03-20 03:15:05 UTC) #16
Ken Russell (switch to Gerrit)
On 2014/03/20 03:15:05, junj wrote: > Oh, I made a mistake on using the words ...
6 years, 9 months ago (2014-03-20 07:41:12 UTC) #17
junj
The CQ bit was checked by jun.a.jiang@chromium.org
6 years, 9 months ago (2014-03-20 08:09:04 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jun.a.jiang@intel.com/197213014/1
6 years, 9 months ago (2014-03-20 08:09:10 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 08:10:12 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_rel
6 years, 9 months ago (2014-03-20 08:10:13 UTC) #21
junj
The CQ bit was checked by jun.a.jiang@chromium.org
6 years, 9 months ago (2014-03-20 08:47:10 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jun.a.jiang@intel.com/197213014/1
6 years, 9 months ago (2014-03-20 08:47:20 UTC) #23
commit-bot: I haz the power
6 years, 9 months ago (2014-03-20 09:48:52 UTC) #24
Message was sent while issue was closed.
Change committed as 169637

Powered by Google App Engine
This is Rietveld 408576698