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

Issue 371463009: Making use of bindless variants mailbox produce/consume on remainders. (Closed)

Created:
6 years, 5 months ago by dshwang
Modified:
6 years, 4 months ago
CC:
chromium-reviews, posciak+watch_chromium.org, avayvod+watch_chromium.org, jam, mcasas+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, cc-bugs_chromium.org, wjia+watch_chromium.org, danakj+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Making use of bindless variants mailbox produce/consume on remainders. Increase performance of RenderPass drawing in compositor and Video-WebGL copy. BUG=375501 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284652

Patch Set 1 #

Total comments: 1

Patch Set 2 : minimize diff in gl_renderer #

Total comments: 3

Patch Set 3 : Fix cc tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -53 lines) Patch
M cc/output/gl_renderer.cc View 1 2 2 chunks +14 lines, -15 lines 0 comments Download
M cc/resources/video_resource_updater.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/test_gles2_interface.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M cc/test/test_gles2_interface.cc View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M content/common/gpu/client/gl_helper.cc View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M content/renderer/media/android/stream_texture_factory_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/media/android/stream_texture_factory_synchronous_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/media/android/webmediaplayer_android.cc View 1 2 3 chunks +4 lines, -13 lines 0 comments Download
M content/renderer/media/webmediaplayer_impl.cc View 1 2 2 chunks +2 lines, -8 lines 0 comments Download
M content/renderer/pepper/video_decoder_shim.cc View 1 2 1 chunk +2 lines, -5 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
dshwang
could you review? It's follow-up of https://codereview.chromium.org/310623004
6 years, 5 months ago (2014-07-04 13:29:24 UTC) #1
danakj
https://codereview.chromium.org/371463009/diff/1/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/371463009/diff/1/cc/output/gl_renderer.cc#newcode2390 cc/output/gl_renderer.cc:2390: GetFramebufferTexture(texture_id, RGBA_8888, window_rect); I liked that this call wasn't ...
6 years, 5 months ago (2014-07-07 16:47:07 UTC) #2
dshwang
On 2014/07/07 16:47:07, danakj wrote: > https://codereview.chromium.org/371463009/diff/1/cc/output/gl_renderer.cc > File cc/output/gl_renderer.cc (right): > > https://codereview.chromium.org/371463009/diff/1/cc/output/gl_renderer.cc#newcode2390 > ...
6 years, 5 months ago (2014-07-08 13:08:15 UTC) #3
danakj
Thanks, cc LGTM https://codereview.chromium.org/371463009/diff/20001/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/371463009/diff/20001/cc/output/gl_renderer.cc#newcode2405 cc/output/gl_renderer.cc:2405: GLC(gl_, gl_->BindTexture(GL_TEXTURE_2D, 0)); FWIW GetFramebufferTexture already ...
6 years, 5 months ago (2014-07-08 15:51:30 UTC) #4
dshwang
Thank you for review! https://codereview.chromium.org/371463009/diff/20001/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/371463009/diff/20001/cc/output/gl_renderer.cc#newcode2405 cc/output/gl_renderer.cc:2405: GLC(gl_, gl_->BindTexture(GL_TEXTURE_2D, 0)); GetFramebufferTexture actually ...
6 years, 5 months ago (2014-07-08 16:36:16 UTC) #5
dshwang
jamesr@, could you review content/renderer? sievers@, could you review content/common/gpu?
6 years, 5 months ago (2014-07-08 16:38:52 UTC) #6
danakj
https://codereview.chromium.org/371463009/diff/20001/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/371463009/diff/20001/cc/output/gl_renderer.cc#newcode2405 cc/output/gl_renderer.cc:2405: GLC(gl_, gl_->BindTexture(GL_TEXTURE_2D, 0)); On 2014/07/08 16:36:16, dshwang wrote: > ...
6 years, 5 months ago (2014-07-08 16:40:25 UTC) #7
danakj
https://codereview.chromium.org/371463009/diff/20001/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/371463009/diff/20001/cc/output/gl_renderer.cc#newcode2405 cc/output/gl_renderer.cc:2405: GLC(gl_, gl_->BindTexture(GL_TEXTURE_2D, 0)); On 2014/07/08 16:36:16, dshwang wrote: > ...
6 years, 5 months ago (2014-07-08 16:40:26 UTC) #8
dshwang
Hi, could you have a chance to review? On 2014/07/08 16:38:52, dshwang wrote: > jamesr@, ...
6 years, 5 months ago (2014-07-10 15:34:15 UTC) #9
dshwang
jamesr@, could you review content/renderer? sievers@, could you review content/common/gpu?
6 years, 5 months ago (2014-07-14 13:57:25 UTC) #10
no sievers
On 2014/07/14 13:57:25, dshwang wrote: > sievers@, could you review content/common/gpu? lgtm
6 years, 5 months ago (2014-07-14 18:57:46 UTC) #11
dshwang
On 2014/07/14 18:57:46, sievers wrote: > On 2014/07/14 13:57:25, dshwang wrote: > > sievers@, could ...
6 years, 5 months ago (2014-07-15 15:05:17 UTC) #12
jamesr
lgtm
6 years, 5 months ago (2014-07-15 17:52:21 UTC) #13
dshwang
On 2014/07/15 17:52:21, jamesr wrote: > lgtm Thank you for review!
6 years, 5 months ago (2014-07-15 18:06:24 UTC) #14
dshwang
The CQ bit was checked by dongseong.hwang@intel.com
6 years, 5 months ago (2014-07-15 18:06:34 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dongseong.hwang@intel.com/371463009/20001
6 years, 5 months ago (2014-07-15 18:10:08 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 5 months ago (2014-07-16 04:25:14 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-16 04:58:26 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/171042)
6 years, 5 months ago (2014-07-16 04:58:27 UTC) #19
dshwang
danakj@, could you review cc/test? TestWebGraphicsContext3D needs new ProduceTextureDirectCHROMIUM and CreateAndConsumeTextureCHROMIUM methods implementation to use ...
6 years, 5 months ago (2014-07-18 14:43:44 UTC) #20
dshwang
The CQ bit was checked by dongseong.hwang@intel.com
6 years, 5 months ago (2014-07-22 08:20:02 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dongseong.hwang@intel.com/371463009/40001
6 years, 5 months ago (2014-07-22 08:21:15 UTC) #22
commit-bot: I haz the power
Change committed as 284652
6 years, 5 months ago (2014-07-22 09:04:43 UTC) #23
danakj
6 years, 4 months ago (2014-07-27 13:07:17 UTC) #24
Message was sent while issue was closed.
On 2014/07/18 14:43:44, dshwang wrote:
> danakj@, could you review cc/test? TestWebGraphicsContext3D needs new
> ProduceTextureDirectCHROMIUM and CreateAndConsumeTextureCHROMIUM methods
> implementation to use them in gl_renderer.

Lgtm

Powered by Google App Engine
This is Rietveld 408576698