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

Issue 1218223005: command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extension (Closed)

Created:
5 years, 5 months ago by Kimmo Kinnunen
Modified:
5 years ago
Reviewers:
zmo, Zhenyao Mo, jam, piman
CC:
chromium-reviews, extensions-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, 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@new-05-path-fragment-input-gen
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extension Implement a pseudo-extension that allows using attachments of different sample counts in framebuffers. The extension is implemented by the means of GL_NV_framebuffer_mixed_samples. At the present form, should be usable in Skia to implement mixed samples. BUG=506765 TBR=jam@chromium.org Committed: https://crrev.com/a9d27e7cf8e6e08c5cbf56b3f600d02e150313be Cr-Commit-Position: refs/heads/master@{#366403}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : #

Patch Set 4 : rebase #

Patch Set 5 : rebase, add bogus spec text #

Total comments: 6

Patch Set 6 : rebase for commit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+729 lines, -5 lines) Patch
M gpu/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A gpu/GLES2/extensions/CHROMIUM/CHROMIUM_framebuffer_mixed_samples.txt View 1 2 3 4 1 chunk +147 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/GLES2/gl2extchromium.h View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 4 5 3 chunks +26 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 3 4 5 1 chunk +8 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 1 chunk +10 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 1 2 3 4 1 chunk +11 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 +1 line, -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 +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 2 3 4 5 1 chunk +33 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 2 3 4 5 1 chunk +6 lines, -5 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_autogen.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 1 2 3 4 5 2 chunks +14 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/context_state_autogen.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/context_state_impl_autogen.h View 1 2 3 4 5 chunks +18 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 2 3 4 5 1 chunk +23 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc View 1 2 3 4 1 chunk +22 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_extensions_autogen.h View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_autogen.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
A gpu/command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc View 1 2 1 chunk +243 lines, -0 lines 0 comments Download
M gpu/gpu.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M mojo/gpu/mojo_gles2_impl_autogen.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M mojo/gpu/mojo_gles2_impl_autogen.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/generate_bindings.py View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_bindings.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M ui/gl/gl_bindings_api_autogen_gl.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_bindings_autogen_gl.h View 1 2 3 4 5 5 chunks +6 lines, -0 lines 0 comments Download
M ui/gl/gl_bindings_autogen_gl.cc View 1 2 3 4 5 8 chunks +35 lines, -0 lines 0 comments Download
M ui/gl/gl_bindings_autogen_mock.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_bindings_autogen_mock.cc View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M ui/gl/gl_enums_implementation_autogen.h View 1 2 3 4 5 5 chunks +15 lines, -0 lines 0 comments Download
M ui/gl/gl_mock_autogen_gl.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 27 (11 generated)
Kimmo Kinnunen
zmo, This would be last of the initial features needed for path rendering with "mixed ...
5 years ago (2015-12-07 13:14:54 UTC) #2
Zhenyao Mo
On 2015/12/07 13:14:54, Kimmo Kinnunen wrote: > zmo, > This would be last of the ...
5 years ago (2015-12-07 20:20:22 UTC) #3
Zhenyao Mo
The CL looks good, but I do have some questions about the spec. https://codereview.chromium.org/1218223005/diff/80001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_framebuffer_mixed_samples.txt File ...
5 years ago (2015-12-16 01:48:59 UTC) #5
Zhenyao Mo
On 2015/12/07 13:14:54, Kimmo Kinnunen wrote: > zmo, > This would be last of the ...
5 years ago (2015-12-16 01:51:38 UTC) #6
Kimmo Kinnunen
Thanks for the comments. Any further comments on how this patch should be fixed before ...
5 years ago (2015-12-17 13:47:23 UTC) #7
Zhenyao Mo
Let's land this. LGTM https://codereview.chromium.org/1218223005/diff/80001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_framebuffer_mixed_samples.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_framebuffer_mixed_samples.txt (right): https://codereview.chromium.org/1218223005/diff/80001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_framebuffer_mixed_samples.txt#newcode34 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_framebuffer_mixed_samples.txt:34: or stencil samples are a ...
5 years ago (2015-12-17 21:25:39 UTC) #8
Zhenyao Mo
kbr thinks CHROMIUM_framebuffer_multisample is just a wrap around ANGLE_framebuffer_multisample. https://code.google.com/p/chromium/codesearch#chromium/src/third_party/angle/extensions/ANGLE_framebuffer_multisample.txt&q=ANGLE_framebuffer_multisample&sq=package:chromium&type=cs
5 years ago (2015-12-17 21:31:59 UTC) #9
Kimmo Kinnunen
piman@: this has been looked at by zmo, but would need your stamp for: gpu/BUILD.gn ...
5 years ago (2015-12-18 11:03:32 UTC) #11
piman
lgtm
5 years ago (2015-12-18 14:08:04 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1218223005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1218223005/100001
5 years ago (2015-12-21 11:05:05 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/130840)
5 years ago (2015-12-21 11:13:10 UTC) #17
Kimmo Kinnunen
jam@: could you take a look at the mojo/* changes?
5 years ago (2015-12-21 11:22:00 UTC) #19
Zhenyao Mo
Let's land with TRB to jam since it's all auto-generated code under mojo/
5 years ago (2015-12-21 17:16:15 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1218223005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1218223005/100001
5 years ago (2015-12-21 17:17:28 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years ago (2015-12-21 17:23:52 UTC) #25
commit-bot: I haz the power
5 years ago (2015-12-21 17:25:15 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a9d27e7cf8e6e08c5cbf56b3f600d02e150313be
Cr-Commit-Position: refs/heads/master@{#366403}

Powered by Google App Engine
This is Rietveld 408576698