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

Issue 2175043002: Add command buffer function glScheduleCALayerFilterEffectsCHROMIUM. (Closed)

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

Description

Add command buffer function glScheduleCALayerFilterEffectsCHROMIUM. The function allows the client to send a vector of filter effects to apply to the next layer scheduled with glScheduleCALayerCHROMIUM. BUG=581526 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Committed: https://crrev.com/744e856254e98e5cacf311d5ee989e2fa5cb3252 Cr-Commit-Position: refs/heads/master@{#407513}

Patch Set 1 #

Patch Set 2 : blah nits. #

Total comments: 5

Patch Set 3 : Comments from piman. #

Patch Set 4 : Fix, or disable autogenerated tests. #

Patch Set 5 : Fix autogenerated tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+599 lines, -510 lines) Patch
M cc/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/gl_renderer.cc View 2 chunks +21 lines, -0 lines 0 comments Download
M gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt View 1 2 2 chunks +22 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 3 chunks +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 4 5 chunks +47 lines, -31 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 2 chunks +10 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 chunk +14 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 1 2 3 3 chunks +0 lines, -72 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 1 chunk +8 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.h View 1 chunk +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 chunk +49 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 2 3 4 28 chunks +206 lines, -362 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 chunk +36 lines, -35 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 9 chunks +54 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 chunk +34 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough_handlers_autogen.cc View 1 chunk +29 lines, -0 lines 0 comments Download
M ui/gl/ca_renderer_layer_params.h View 2 chunks +3 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 29 (21 generated)
erikchen
piman: Please review. https://codereview.chromium.org/2175043002/diff/20001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt (right): https://codereview.chromium.org/2175043002/diff/20001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt#newcode41 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt:41: GLint type; I could add 10 ...
4 years, 5 months ago (2016-07-23 00:26:48 UTC) #9
piman
2 smallish things, then lgtm https://codereview.chromium.org/2175043002/diff/20001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt (right): https://codereview.chromium.org/2175043002/diff/20001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt#newcode41 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt:41: GLint type; On 2016/07/23 ...
4 years, 5 months ago (2016-07-23 00:39:58 UTC) #13
erikchen
piman: PTAL at gpu/command_buffer/build_gles2_cmd_buffer.py, as I made some non-trivial changes since PS2. https://codereview.chromium.org/2175043002/diff/20001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt ...
4 years, 5 months ago (2016-07-23 14:18:15 UTC) #20
erikchen
On 2016/07/23 14:18:15, erikchen wrote: > piman: PTAL at gpu/command_buffer/build_gles2_cmd_buffer.py, as I made some > ...
4 years, 5 months ago (2016-07-25 17:11:23 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2175043002/80001
4 years, 5 months ago (2016-07-25 17:11:51 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-07-25 18:08:53 UTC) #26
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/744e856254e98e5cacf311d5ee989e2fa5cb3252 Cr-Commit-Position: refs/heads/master@{#407513}
4 years, 5 months ago (2016-07-25 18:14:49 UTC) #28
piman
4 years, 5 months ago (2016-07-25 19:51:10 UTC) #29
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698