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

Issue 643373003: Add support for all blendmodes if we have GL_KHR_blend_equation_advanced. (Closed)

Created:
6 years, 2 months ago by Erik Dahlström (inactive)
Modified:
6 years, 2 months ago
CC:
rosca, chromium-reviews, extensions-reviews_chromium.org, jam, mkwst+moarreviews-ipc_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, chromium-apps-reviews_chromium.org, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add support for all blendmodes if we have GL_KHR_blend_equation_advanced. BUG=243223 Committed: https://crrev.com/9198b422852a9640e47c2851679b0c69be3eac68 Cr-Commit-Position: refs/heads/master@{#300887}

Patch Set 1 #

Patch Set 2 : add missing test #

Total comments: 12

Patch Set 3 : codereview fixes #

Total comments: 8

Patch Set 4 : codereview fixes #

Patch Set 5 : fix nit #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Patch Set 8 : fix feature_info_unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+321 lines, -13 lines) Patch
M cc/output/gl_renderer.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/gl_renderer.cc View 1 2 3 4 5 5 chunks +78 lines, -10 lines 0 comments Download
M content/common/gpu/gpu_messages.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/capabilities.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/capabilities.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 3 4 5 2 chunks +37 lines, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 2 3 4 5 6 7 1 chunk +34 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_extensions_autogen.h View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M ui/gl/generate_bindings.py View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M ui/gl/gl_bindings.h View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
Erik Dahlström (inactive)
PTAL
6 years, 2 months ago (2014-10-16 12:05:13 UTC) #3
piman
https://codereview.chromium.org/643373003/diff/20001/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/643373003/diff/20001/cc/output/gl_renderer.cc#newcode718 cc/output/gl_renderer.cc:718: case SkXfermode::kScreen_Mode: nit: indent style (run git cl format?) ...
6 years, 2 months ago (2014-10-16 20:13:29 UTC) #4
Mike West
IPC LGTM.
6 years, 2 months ago (2014-10-17 07:56:48 UTC) #5
Erik Dahlström (inactive)
https://codereview.chromium.org/643373003/diff/20001/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/643373003/diff/20001/cc/output/gl_renderer.cc#newcode718 cc/output/gl_renderer.cc:718: case SkXfermode::kScreen_Mode: On 2014/10/16 20:13:28, piman (Very slow to ...
6 years, 2 months ago (2014-10-17 15:33:18 UTC) #6
piman
https://codereview.chromium.org/643373003/diff/40001/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (right): https://codereview.chromium.org/643373003/diff/40001/gpu/command_buffer/service/feature_info.cc#newcode882 gpu/command_buffer/service/feature_info.cc:882: AddExtensionString("GL_KHR_blend_equation_advanced_coherent"); nit: indent wrong (should be +2) https://codereview.chromium.org/643373003/diff/40001/gpu/command_buffer/service/feature_info.cc#newcode884 gpu/command_buffer/service/feature_info.cc:884: ...
6 years, 2 months ago (2014-10-17 21:36:29 UTC) #7
Erik Dahlström (inactive)
https://codereview.chromium.org/643373003/diff/40001/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (right): https://codereview.chromium.org/643373003/diff/40001/gpu/command_buffer/service/feature_info.cc#newcode882 gpu/command_buffer/service/feature_info.cc:882: AddExtensionString("GL_KHR_blend_equation_advanced_coherent"); On 2014/10/17 21:36:29, piman (Very slow to review) ...
6 years, 2 months ago (2014-10-20 15:32:21 UTC) #8
piman
lgtm
6 years, 2 months ago (2014-10-21 19:38:19 UTC) #9
Erik Dahlström (inactive)
Thanks for the review. I'll try to land this as soon as https://codereview.chromium.org/637953007/ has landed.
6 years, 2 months ago (2014-10-22 12:03:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/643373003/140001
6 years, 2 months ago (2014-10-23 14:08:21 UTC) #13
commit-bot: I haz the power
Committed patchset #8 (id:140001)
6 years, 2 months ago (2014-10-23 15:01:48 UTC) #14
commit-bot: I haz the power
6 years, 2 months ago (2014-10-23 15:02:31 UTC) #15
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/9198b422852a9640e47c2851679b0c69be3eac68
Cr-Commit-Position: refs/heads/master@{#300887}

Powered by Google App Engine
This is Rietveld 408576698