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

Issue 1409193007: gpu: Add CHROMIUM_schedule_ca_layer (Closed)

Created:
5 years, 1 month ago by ccameron
Modified:
5 years, 1 month ago
CC:
chromium-reviews, rjkroege, extensions-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, piman+watch_chromium.org, chromium-apps-reviews_chromium.org, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

gpu: Add CHROMIUM_schedule_ca_layer This is the variant on CHROMIUM_schedule_overlay_plane that accepts all of the various arguments that are needed to represent most pages entirely as CALayers. BUG=533690 Committed: https://crrev.com/7494ac9b96578a7e6348283607626a63f5294e7b Cr-Commit-Position: refs/heads/master@{#358808}

Patch Set 1 #

Patch Set 2 : Fix if issues #

Patch Set 3 : Fix compile #

Total comments: 6

Patch Set 4 : Incorporate review feedback #

Total comments: 4

Patch Set 5 : Incorporate review feedback #

Total comments: 4

Patch Set 6 : Incorporate review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+577 lines, -109 lines) Patch
M content/common/gpu/image_transport_surface_overlay_mac.h View 3 chunks +11 lines, -1 line 0 comments Download
M content/common/gpu/image_transport_surface_overlay_mac.mm View 1 2 3 4 5 20 chunks +143 lines, -47 lines 0 comments Download
A gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/GLES2/gl2extchromium.h View 1 3 chunks +48 lines, -28 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 chunk +15 lines, -6 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 2 chunks +14 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 chunk +12 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 chunk +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 1 chunk +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 1 chunk +12 lines, -0 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 chunk +61 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 chunk +17 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 chunk +28 lines, -27 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 2 chunks +43 lines, -0 lines 0 comments Download
M mojo/gpu/mojo_gles2_impl_autogen.h View 1 chunk +6 lines, -0 lines 0 comments Download
M mojo/gpu/mojo_gles2_impl_autogen.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h View 1 chunk +14 lines, -0 lines 0 comments Download
M ui/gl/gl_surface.h View 1 2 3 4 2 chunks +10 lines, -0 lines 0 comments Download
M ui/gl/gl_surface.cc View 1 chunk +10 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 16 (4 generated)
ccameron
This is the plumbing that I was threatening about earlier.
5 years, 1 month ago (2015-11-08 06:23:51 UTC) #2
bajones
command buffer bits LGTM w/ a couple of nits, but I have no idea about ...
5 years, 1 month ago (2015-11-09 19:42:23 UTC) #3
ccameron
Thanks! Adding ben@ to stamp mojo/* auto-gen code. Adding avi@ for ui/* https://codereview.chromium.org/1409193007/diff/40001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt ...
5 years, 1 month ago (2015-11-09 20:04:07 UTC) #4
ccameron
(this time for real) Adding ben@ to stamp mojo/* auto-gen code. Adding avi@ for ui/* ...
5 years, 1 month ago (2015-11-10 02:10:16 UTC) #6
Avi (use Gerrit)
This code looks entirely plausible to me, but I have zero CA experience and can't ...
5 years, 1 month ago (2015-11-10 02:25:58 UTC) #7
ccameron
Thanks -- updated. Unfortunately the only other Mac guy left who knows CoreAnimation is tapted@, ...
5 years, 1 month ago (2015-11-10 03:05:06 UTC) #8
Avi (use Gerrit)
I thought it was going to be some massive CA patch, but it's just making ...
5 years, 1 month ago (2015-11-10 03:30:38 UTC) #9
Ben Goodger (Google)
mojo lgtm
5 years, 1 month ago (2015-11-10 04:40:13 UTC) #10
ccameron
Thanks! https://codereview.chromium.org/1409193007/diff/80001/content/common/gpu/image_transport_surface_overlay_mac.mm File content/common/gpu/image_transport_surface_overlay_mac.mm (right): https://codereview.chromium.org/1409193007/diff/80001/content/common/gpu/image_transport_surface_overlay_mac.mm#newcode172 content/common/gpu/image_transport_surface_overlay_mac.mm:172: [ca_layer setAnchorPoint:CGPointMake(0, 0)]; On 2015/11/10 03:30:38, Avi wrote: ...
5 years, 1 month ago (2015-11-10 07:15:43 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1409193007/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1409193007/100001
5 years, 1 month ago (2015-11-10 07:16:19 UTC) #14
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 1 month ago (2015-11-10 08:46:19 UTC) #15
commit-bot: I haz the power
5 years, 1 month ago (2015-11-10 08:47:20 UTC) #16
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/7494ac9b96578a7e6348283607626a63f5294e7b
Cr-Commit-Position: refs/heads/master@{#358808}

Powered by Google App Engine
This is Rietveld 408576698