Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Issue 2067503003: Add a new command buffer function glScheduleCALayerInUseQueryCHROMIUM. (Closed)

Created:
4 years, 6 months ago by erikchen
Modified:
4 years, 6 months ago
Reviewers:
ccameron, dcheng, piman
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a new command buffer function glScheduleCALayerInUseQueryCHROMIUM. The function allows the client to asynchronously query whether a texture is still in use by the MacOS Window Server. BUG=608026 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/23fa660b47e7a5fdadd6303eb966cc31a51d4b5e Cr-Commit-Position: refs/heads/master@{#399804}

Patch Set 1 #

Patch Set 2 : adsf #

Patch Set 3 : Minor fix. #

Total comments: 18

Patch Set 4 : Comments from piman. #

Patch Set 5 : More documentation updates. #

Patch Set 6 : Typo. #

Patch Set 7 : Minor fixes. #

Patch Set 8 : Don't generate a unit test for ScheduleCALayerInUseQueryCHROMIUM. #

Patch Set 9 : Comments from dcheng. #

Patch Set 10 : GL_EXPORT. #

Patch Set 11 : Include gl_image.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+383 lines, -35 lines) Patch
M gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/GLES2/gl2extchromium.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 4 5 6 7 1 chunk +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 chunk +34 lines, -33 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 6 2 chunks +31 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough_handlers_autogen.cc View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
M gpu/ipc/service/image_transport_surface_overlay_mac.h View 1 2 3 4 5 2 chunks +17 lines, -0 lines 0 comments Download
M gpu/ipc/service/image_transport_surface_overlay_mac.mm View 1 2 3 4 5 6 7 8 3 chunks +35 lines, -0 lines 0 comments Download
M ui/gl/gl_enums_implementation_autogen.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -1 line 0 comments Download
M ui/gl/gl_surface.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +10 lines, -1 line 0 comments Download
M ui/gl/gl_surface.cc View 1 2 3 3 chunks +11 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 51 (24 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067503003/1
4 years, 6 months ago (2016-06-13 22:33:13 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067503003/20001
4 years, 6 months ago (2016-06-13 22:43:59 UTC) #5
erikchen
ccameron: Please review.
4 years, 6 months ago (2016-06-13 23:33:53 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067503003/40001
4 years, 6 months ago (2016-06-13 23:34:35 UTC) #11
ccameron
lgtm
4 years, 6 months ago (2016-06-14 00:08:03 UTC) #12
erikchen
piman: Please review.
4 years, 6 months ago (2016-06-14 00:11:09 UTC) #14
ccameron
Also, I'm very pleased to see this -- it seems much cleaner than the current ...
4 years, 6 months ago (2016-06-14 00:22:26 UTC) #15
piman
https://codereview.chromium.org/2067503003/diff/40001/gpu/command_buffer/build_gles2_cmd_buffer.py File gpu/command_buffer/build_gles2_cmd_buffer.py (right): https://codereview.chromium.org/2067503003/diff/40001/gpu/command_buffer/build_gles2_cmd_buffer.py#newcode4427 gpu/command_buffer/build_gles2_cmd_buffer.py:4427: 'type': 'Custom', You should be able to use the ...
4 years, 6 months ago (2016-06-14 00:58:56 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/238442)
4 years, 6 months ago (2016-06-14 01:25:48 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067503003/120001
4 years, 6 months ago (2016-06-14 01:47:16 UTC) #20
erikchen
piman: PTAL dcheng: Please review gpu/ipc/common/gpu_messages.h https://codereview.chromium.org/2067503003/diff/40001/gpu/command_buffer/build_gles2_cmd_buffer.py File gpu/command_buffer/build_gles2_cmd_buffer.py (right): https://codereview.chromium.org/2067503003/diff/40001/gpu/command_buffer/build_gles2_cmd_buffer.py#newcode4427 gpu/command_buffer/build_gles2_cmd_buffer.py:4427: 'type': 'Custom', On ...
4 years, 6 months ago (2016-06-14 01:47:51 UTC) #22
piman
lgtm
4 years, 6 months ago (2016-06-14 02:00:20 UTC) #23
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/81092)
4 years, 6 months ago (2016-06-14 02:03:02 UTC) #25
dcheng
Where's the code that will consume the new IPC param?
4 years, 6 months ago (2016-06-14 04:37:27 UTC) #26
erikchen
On 2016/06/14 04:37:27, dcheng wrote: > Where's the code that will consume the new IPC ...
4 years, 6 months ago (2016-06-14 07:33:25 UTC) #27
dcheng
On 2016/06/14 07:33:25, erikchen wrote: > On 2016/06/14 04:37:27, dcheng wrote: > > Where's the ...
4 years, 6 months ago (2016-06-14 08:13:13 UTC) #28
erikchen
On 2016/06/14 08:13:13, dcheng wrote: > On 2016/06/14 07:33:25, erikchen wrote: > > On 2016/06/14 ...
4 years, 6 months ago (2016-06-14 16:42:29 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067503003/160001
4 years, 6 months ago (2016-06-14 16:43:13 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/205827)
4 years, 6 months ago (2016-06-14 17:37:23 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067503003/180001
4 years, 6 months ago (2016-06-14 19:07:18 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/37503)
4 years, 6 months ago (2016-06-14 20:03:53 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067503003/200001
4 years, 6 months ago (2016-06-14 20:26:44 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_TIMED_OUT, no build URL) ios-device-gn on ...
4 years, 6 months ago (2016-06-14 22:28:04 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067503003/200001
4 years, 6 months ago (2016-06-14 22:41:04 UTC) #47
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 6 months ago (2016-06-14 23:50:25 UTC) #48
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-14 23:50:29 UTC) #49
commit-bot: I haz the power
4 years, 6 months ago (2016-06-14 23:55:46 UTC) #51
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/23fa660b47e7a5fdadd6303eb966cc31a51d4b5e
Cr-Commit-Position: refs/heads/master@{#399804}

Powered by Google App Engine
This is Rietveld 408576698