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

Issue 1427543002: Modified old wait sync point functions to also accept new sync tokens. (Closed)

Created:
5 years, 1 month ago by David Yen
Modified:
5 years, 1 month ago
CC:
Aaron Boodman, abarth-chromium, avayvod+watch_chromium.org, ben+mojo_chromium.org, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, cc-bugs_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, danakj+watch_chromium.org, danakj, darin (slow to review), darin-cc_chromium.org, dglazkov+blink, dshwang, drott+blinkwatch_chromium.org, krit, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, f(malita), jam, jbauman+watch_chromium.org, jbroman, jochen+watch_chromium.org, kalyank, mcasas+watch_chromium.org, miu+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-test-runner_chromium.org, mlamouri+watch-media_chromium.org, pdr+graphicswatchlist_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org, qsr+mojo_chromium.org, rwlbuis, sadrul, Stephen Chennney, sievers+watch_chromium.org, viettrungluu+watch_chromium.org, vmpstr+blinkwatch_chromium.org, Ian Vollick, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Modified old wait sync point functions to also accept new sync tokens. In order to help with refactoring old sync points into new sync points, glWaitSyncPointCHROMIUM() has been changed to accept both the old and new sync points. This CL only refactors all the ways we pass around sync points so in theory shouldn't change any behavior. Once this lands we can then incrementally change the sync point insertions to the new sync points. R=piman@chromium.org BUG=514815 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/cc16ed4d1e600f3d478bd00d8d315894a74d68bb Cr-Commit-Position: refs/heads/master@{#357595}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : Blink ImageBuffer only passes syncToken if valid #

Patch Set 4 : Fix mock gpu video accelerator factory #

Total comments: 16

Patch Set 5 : Folded sync_point into sync_tokens #

Total comments: 10

Patch Set 6 : Fixed CC unit tests #

Patch Set 7 : rebase #

Patch Set 8 : Fixed media unit tests #

Patch Set 9 : Fixed compositor_unittest mojo_surfaces_lib_unittests. #

Patch Set 10 : Fixed content_gl_tests #

Patch Set 11 : Fixed content_unittests #

Patch Set 12 : fixed pdf_viewer #

Patch Set 13 : fix webmediaplayer_android.cc #

Patch Set 14 : Fixed DCHECK syntax error: DCHECK_FALSE( -> DCHECK(! #

Patch Set 15 : Fixed cc_perftests #

Patch Set 16 : Added DCHECK for valid sync token before IPC conversions #

Total comments: 2

Patch Set 17 : Return false on sync token IPC read if has data but not verified #

Patch Set 18 : Fixed TextureLayer order in ppapi_messages, fixed some nits after a pass through #

Patch Set 19 : WaitSyncTokenCHROMIUM no longer triggers a gl error on empy sync tokens. #

Patch Set 20 : Added unit test for WaitSyncTokenCHROMIUM errors #

Patch Set 21 : rebase + autogen #

Total comments: 13

Patch Set 22 : Applied dcheng changes #

Patch Set 23 : format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1326 lines, -1031 lines) Patch
M cc/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_external_texture_layer_impl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/blink/web_external_texture_layer_impl.cc View 1 2 3 4 2 chunks +14 lines, -4 lines 0 comments Download
M cc/layers/texture_layer.h View 1 2 3 4 4 chunks +8 lines, -4 lines 0 comments Download
M cc/layers/texture_layer.cc View 1 2 3 4 5 chunks +12 lines, -11 lines 0 comments Download
M cc/layers/texture_layer_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/texture_layer_impl_unittest.cc View 1 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
M cc/layers/texture_layer_unittest.cc View 1 2 3 4 31 chunks +74 lines, -64 lines 0 comments Download
M cc/layers/video_layer_impl.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/video_layer_impl_unittest.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M cc/output/copy_output_result.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_frame_data.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M cc/output/gl_frame_data.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +8 lines, -7 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 1 2 3 4 5 6 7 10 chunks +23 lines, -17 lines 0 comments Download
M cc/output/overlay_unittest.cc View 1 2 3 4 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +4 lines, -6 lines 0 comments Download
M cc/output/texture_mailbox_deleter.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M cc/output/texture_mailbox_deleter.cc View 1 2 3 4 3 chunks +11 lines, -8 lines 0 comments Download
M cc/output/texture_mailbox_deleter_unittest.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/release_callback.h View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M cc/resources/release_callback_impl.h View 1 2 3 4 1 chunk +5 lines, -1 line 0 comments Download
M cc/resources/resource_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 5 chunks +5 lines, -5 lines 0 comments Download
M cc/resources/resource_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 13 chunks +40 lines, -41 lines 0 comments Download
M cc/resources/resource_provider_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 72 chunks +234 lines, -219 lines 0 comments Download
M cc/resources/returned_resource.h View 1 2 3 4 2 chunks +5 lines, -4 lines 0 comments Download
M cc/resources/single_release_callback.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/single_release_callback.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M cc/resources/single_release_callback_impl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/single_release_callback_impl.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/texture_mailbox.h View 1 2 3 4 2 chunks +9 lines, -5 lines 0 comments Download
M cc/resources/texture_mailbox.cc View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M cc/resources/transferable_resource.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/video_resource_updater.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/video_resource_updater.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6 chunks +32 lines, -28 lines 0 comments Download
M cc/resources/video_resource_updater_unittest.cc View 1 2 3 4 5 chunks +12 lines, -12 lines 0 comments Download
M cc/surfaces/surface_aggregator.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_pixel_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/render_pass_test_utils.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/test/render_pass_test_utils.cc View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M cc/test/test_gles2_interface.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/test_gles2_interface.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.h View 1 2 3 4 3 chunks +6 lines, -3 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.cc View 1 2 3 4 2 chunks +7 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_readback.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 2 3 4 4 chunks +7 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_copyrequest.cc View 1 2 3 4 6 chunks +10 lines, -10 lines 0 comments Download
M chromecast/renderer/media/hole_frame_factory.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M chromecast/renderer/media/hole_frame_factory.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M components/mus/public/interfaces/compositor_frame.mojom View 1 2 3 4 2 chunks +22 lines, -2 lines 0 comments Download
M components/pdf_viewer/pdf_viewer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +5 lines, -3 lines 0 comments Download
M components/test_runner/test_plugin.cc View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M content/browser/compositor/delegated_frame_host.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/delegated_frame_host.cc View 1 2 3 4 5 6 7 chunks +23 lines, -33 lines 0 comments Download
M content/browser/compositor/owned_mailbox.h View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/compositor/owned_mailbox.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/compositor/reflector_impl.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/compositor/reflector_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/reflector_texture.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/media/capture/aura_window_capture_machine.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +11 lines, -16 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +17 lines, -18 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 5 chunks +17 lines, -16 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_host.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/video_capture_host.cc View 1 2 3 4 5 6 2 chunks +2 lines, -5 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +9 lines, -17 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -1 line 0 comments Download
M content/common/cc_messages.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/cc_messages_unittest.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +5 lines, -5 lines 0 comments Download
M content/common/frame_param_macros.h View 1 2 3 4 1 chunk +0 lines, -7 lines 0 comments Download
M content/common/gpu/client/gl_helper.h View 1 2 3 4 4 chunks +6 lines, -5 lines 0 comments Download
M content/common/gpu/client/gl_helper.cc View 1 2 3 4 11 chunks +17 lines, -16 lines 0 comments Download
M content/common/gpu/client/gl_helper_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -4 lines 0 comments Download
M content/common/gpu/client/gpu_context_tests.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -1 line 0 comments Download
M content/common/media/video_capture_messages.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/child_frame_compositing_helper.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/gpu/mailbox_output_surface.h View 1 2 3 4 1 chunk +3 lines, -5 lines 0 comments Download
M content/renderer/gpu/mailbox_output_surface.cc View 1 2 3 4 5 6 4 chunks +13 lines, -5 lines 0 comments Download
M content/renderer/media/android/webmediaplayer_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +20 lines, -17 lines 0 comments Download
M content/renderer/media/renderer_gpu_video_accelerator_factories.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/renderer_gpu_video_accelerator_factories.cc View 1 2 3 4 1 chunk +4 lines, -3 lines 0 comments Download
M content/renderer/media/rtc_video_decoder.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M content/renderer/media/rtc_video_decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/media/video_capture_impl.h View 1 2 3 4 5 6 3 chunks +15 lines, -13 lines 0 comments Download
M content/renderer/media/video_capture_impl.cc View 1 2 3 4 5 6 7 8 chunks +23 lines, -25 lines 0 comments Download
M content/renderer/media/video_capture_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/media/video_capture_message_filter.cc View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/media/video_capture_message_filter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_compositor_host.h View 1 2 3 4 2 chunks +6 lines, -2 lines 0 comments Download
M content/renderer/pepper/pepper_compositor_host.cc View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M content/renderer/pepper/pepper_graphics_2d_host.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_graphics_2d_host.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/GLES2/gl2extchromium.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -2 lines 0 comments Download
M gpu/blink/webgraphicscontext3d_impl.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/blink/webgraphicscontext3d_impl.cc View 1 2 3 4 3 chunks +11 lines, -2 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +3 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +30 lines, -16 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 1 chunk +0 lines, -8 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +30 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -11 lines 0 comments Download
M gpu/command_buffer/common/constants.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/common/mailbox_holder.h View 1 2 3 4 2 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/common/mailbox_holder.cc View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/common/sync_token.h View 1 2 3 4 3 chunks +30 lines, -0 lines 0 comments Download
M gpu/ipc/gpu_command_buffer_traits.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +23 lines, -9 lines 0 comments Download
M media/base/video_frame.h View 1 2 3 4 5 6 6 chunks +13 lines, -12 lines 0 comments Download
M media/base/video_frame.cc View 1 2 3 4 5 6 3 chunks +12 lines, -13 lines 0 comments Download
M media/base/video_frame_unittest.cc View 1 2 3 4 5 6 7 4 chunks +35 lines, -32 lines 0 comments Download
M media/filters/gpu_video_decoder.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M media/filters/gpu_video_decoder.cc View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M media/renderers/gpu_video_accelerator_factories.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M media/renderers/mock_gpu_video_accelerator_factories.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M media/renderers/skcanvas_video_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6 chunks +13 lines, -13 lines 0 comments Download
M media/renderers/skcanvas_video_renderer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +3 lines, -3 lines 0 comments Download
M media/video/gpu_memory_buffer_video_frame_pool.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +7 lines, -7 lines 0 comments Download
M media/video/gpu_memory_buffer_video_frame_pool_unittest.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/converters/surfaces/DEPS View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M mojo/converters/surfaces/surfaces_type_converters.h View 1 2 3 4 5 6 7 8 2 chunks +12 lines, -0 lines 0 comments Download
M mojo/converters/surfaces/surfaces_type_converters.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 chunks +33 lines, -4 lines 0 comments Download
M mojo/converters/surfaces/tests/surface_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +10 lines, -10 lines 0 comments Download
M ppapi/proxy/compositor_layer_resource.h View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
M ppapi/proxy/compositor_layer_resource.cc View 1 2 3 4 5 chunks +17 lines, -18 lines 0 comments Download
M ppapi/proxy/compositor_resource.h View 1 2 3 4 2 chunks +8 lines, -5 lines 0 comments Download
M ppapi/proxy/compositor_resource.cc View 1 2 3 4 3 chunks +5 lines, -4 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +3 lines, -2 lines 0 comments Download
M ppapi/shared_impl/compositor_layer_data.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp View 1 2 3 4 5 6 2 chunks +7 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +14 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp View 1 2 3 4 5 6 chunks +32 lines, -23 lines 0 comments Download
M third_party/WebKit/public/platform/WebExternalTextureMailbox.h View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/public/platform/WebGraphicsContext3D.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/c/gpu/GLES2/gl2extmojo.h View 1 2 3 4 1 chunk +9 lines, -2 lines 0 comments Download
M tools/ipc_fuzzer/fuzzer/fuzzer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +27 lines, -2 lines 0 comments Download
M ui/aura/bench/bench_main.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M ui/compositor/layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -2 lines 0 comments Download
M ui/compositor/layer_unittest.cc View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 31 (5 generated)
David Yen
5 years, 1 month ago (2015-10-26 21:45:16 UTC) #1
David Yen
Sorry for the huge CL, this was as minimal as I could make it. I'm ...
5 years, 1 month ago (2015-10-26 22:05:21 UTC) #3
sky
LGTM
5 years, 1 month ago (2015-10-26 23:55:00 UTC) #4
DaleCurtis
media/ lgtm
5 years, 1 month ago (2015-10-26 23:59:41 UTC) #5
bbudge
pepper / ppapi LGTM
5 years, 1 month ago (2015-10-27 00:17:01 UTC) #6
jochen (gone - plz use gerrit)
deferring to sky
5 years, 1 month ago (2015-10-27 12:17:31 UTC) #7
dcheng
https://codereview.chromium.org/1427543002/diff/60001/cc/resources/resource_provider_unittest.cc File cc/resources/resource_provider_unittest.cc (right): https://codereview.chromium.org/1427543002/diff/60001/cc/resources/resource_provider_unittest.cc#newcode200 cc/resources/resource_provider_unittest.cc:200: const gpu::SyncToken last_waited_sync_token() const { Just curious: did you ...
5 years, 1 month ago (2015-10-27 19:09:28 UTC) #8
Justin Novosad
https://codereview.chromium.org/1427543002/diff/60001/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp File third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp (right): https://codereview.chromium.org/1427543002/diff/60001/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp#newcode164 third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp:164: WGC3Dbyte m_mostRecentlyWaitedSyncToken[24]; 24 -> GL_SYNC_TOKEN_SIZE_CHROMIUM https://codereview.chromium.org/1427543002/diff/60001/third_party/WebKit/public/platform/WebExternalTextureMailbox.h File third_party/WebKit/public/platform/WebExternalTextureMailbox.h (right): ...
5 years, 1 month ago (2015-10-27 19:24:15 UTC) #10
David Yen
Per piman@'s suggestion, I've folded sync_points into sync_tokens so mailboxes/callbacks/IPCs no longer take both arguments ...
5 years, 1 month ago (2015-10-28 22:03:44 UTC) #12
piman
A few nits/typos, and one slightly bigger thing, but otherwise looks really close. Thanks for ...
5 years, 1 month ago (2015-10-29 00:08:20 UTC) #13
halliwell
On 2015/10/29 00:08:20, piman (slow to review) wrote: > A few nits/typos, and one slightly ...
5 years, 1 month ago (2015-10-29 04:24:54 UTC) #14
David Yen
https://codereview.chromium.org/1427543002/diff/80001/cc/output/gl_renderer_unittest.cc File cc/output/gl_renderer_unittest.cc (right): https://codereview.chromium.org/1427543002/diff/80001/cc/output/gl_renderer_unittest.cc#newcode2144 cc/output/gl_renderer_unittest.cc:2144: MOCK_METHOD1(waitSyncToken, void(const GLbyte* sync_Token)); On 2015/10/29 00:08:20, piman (slow ...
5 years, 1 month ago (2015-10-29 17:08:08 UTC) #15
piman
https://codereview.chromium.org/1427543002/diff/80001/mojo/converters/surfaces/surfaces_type_converters.cc File mojo/converters/surfaces/surfaces_type_converters.cc (right): https://codereview.chromium.org/1427543002/diff/80001/mojo/converters/surfaces/surfaces_type_converters.cc#newcode549 mojo/converters/surfaces/surfaces_type_converters.cc:549: sync_token.SetVerifyFlush(); On 2015/10/29 17:08:08, David Yen wrote: > On ...
5 years, 1 month ago (2015-10-29 23:22:15 UTC) #16
David Yen
https://codereview.chromium.org/1427543002/diff/80001/mojo/converters/surfaces/surfaces_type_converters.cc File mojo/converters/surfaces/surfaces_type_converters.cc (right): https://codereview.chromium.org/1427543002/diff/80001/mojo/converters/surfaces/surfaces_type_converters.cc#newcode549 mojo/converters/surfaces/surfaces_type_converters.cc:549: sync_token.SetVerifyFlush(); On 2015/10/29 23:22:15, piman (slow to review) wrote: ...
5 years, 1 month ago (2015-10-29 23:27:38 UTC) #17
piman
LGTM with one last thing. https://codereview.chromium.org/1427543002/diff/290001/gpu/ipc/gpu_command_buffer_traits.cc File gpu/ipc/gpu_command_buffer_traits.cc (right): https://codereview.chromium.org/1427543002/diff/290001/gpu/ipc/gpu_command_buffer_traits.cc#newcode94 gpu/ipc/gpu_command_buffer_traits.cc:94: Can you add: if ...
5 years, 1 month ago (2015-10-29 23:45:17 UTC) #18
David Yen
https://codereview.chromium.org/1427543002/diff/290001/gpu/ipc/gpu_command_buffer_traits.cc File gpu/ipc/gpu_command_buffer_traits.cc (right): https://codereview.chromium.org/1427543002/diff/290001/gpu/ipc/gpu_command_buffer_traits.cc#newcode94 gpu/ipc/gpu_command_buffer_traits.cc:94: On 2015/10/29 23:45:17, piman (slow to review) wrote: > ...
5 years, 1 month ago (2015-10-30 00:01:30 UTC) #19
piman
LGTM, thanks!
5 years, 1 month ago (2015-10-30 00:17:47 UTC) #20
jochen (gone - plz use gerrit)
lgtm
5 years, 1 month ago (2015-10-30 12:00:51 UTC) #21
Justin Novosad
lgtm
5 years, 1 month ago (2015-11-02 16:08:29 UTC) #22
dcheng
https://codereview.chromium.org/1427543002/diff/390001/cc/resources/resource_provider_unittest.cc File cc/resources/resource_provider_unittest.cc (right): https://codereview.chromium.org/1427543002/diff/390001/cc/resources/resource_provider_unittest.cc#newcode138 cc/resources/resource_provider_unittest.cc:138: uint32_t sync_point = static_cast<uint32_t>(sync_token.release_count()); Nit: just make this a ...
5 years, 1 month ago (2015-11-03 07:39:29 UTC) #23
David Yen
https://codereview.chromium.org/1427543002/diff/390001/cc/resources/resource_provider_unittest.cc File cc/resources/resource_provider_unittest.cc (right): https://codereview.chromium.org/1427543002/diff/390001/cc/resources/resource_provider_unittest.cc#newcode138 cc/resources/resource_provider_unittest.cc:138: uint32_t sync_point = static_cast<uint32_t>(sync_token.release_count()); On 2015/11/03 07:39:28, dcheng wrote: ...
5 years, 1 month ago (2015-11-03 18:09:28 UTC) #24
dcheng
lgtm, under the condition that casting from uint64 to uint32 goes away soon =)
5 years, 1 month ago (2015-11-03 18:16:22 UTC) #25
David Yen
https://codereview.chromium.org/1427543002/diff/390001/cc/resources/video_resource_updater.cc File cc/resources/video_resource_updater.cc (right): https://codereview.chromium.org/1427543002/diff/390001/cc/resources/video_resource_updater.cc#newcode82 cc/resources/video_resource_updater.cc:82: return static_cast<uint32>(sync_token_.release_count()); On 2015/11/03 18:09:27, David Yen wrote: > ...
5 years, 1 month ago (2015-11-03 18:18:36 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1427543002/430001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1427543002/430001
5 years, 1 month ago (2015-11-03 18:41:04 UTC) #29
commit-bot: I haz the power
Committed patchset #23 (id:430001)
5 years, 1 month ago (2015-11-03 20:03:15 UTC) #30
commit-bot: I haz the power
5 years, 1 month ago (2015-11-03 20:04:15 UTC) #31
Message was sent while issue was closed.
Patchset 23 (id:??) landed as
https://crrev.com/cc16ed4d1e600f3d478bd00d8d315894a74d68bb
Cr-Commit-Position: refs/heads/master@{#357595}

Powered by Google App Engine
This is Rietveld 408576698