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

Issue 1263913002: FREEZE.unindexed

Created:
5 years, 4 months ago by ericrk
Modified:
5 years, 4 months ago
Reviewers:
CC:
chromium-reviews, ozone-reviews_chromium.org, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, cc-bugs_chromium.org, wjia+watch_chromium.org, danakj+watch_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@textures3
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

FREEZE.unindexed FREEZE.unindexed FREEZE.unindexed Adds tracing support for GL textures in both CC (via ResourceProvider) and GPU (via TextureManager). Does not currently log all renderer textures, as we still need a follow up patch to account for Skia allocations. BUG=512534 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel patch from issue 1256613002 at patchset 320022 (http://crrev.com/1256613002#ps320022)

Patch Set 1 #

Patch Set 2 : Generic Shared Memory ID #

Patch Set 3 : importance fixes #

Patch Set 4 : misc fixes #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : build fixes #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+335 lines, -61 lines) Patch
M base/trace_event/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A base/trace_event/generic_shared_memory_id.h View 1 2 3 4 5 1 chunk +26 lines, -0 lines 0 comments Download
A base/trace_event/generic_shared_memory_id.cc View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
M base/trace_event/trace_event.gypi View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/gpu/browser_gpu_memory_buffer_manager.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/gpu/browser_gpu_memory_buffer_manager.cc View 1 2 3 4 5 6 7 8 7 chunks +23 lines, -13 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 3 4 5 6 7 8 2 chunks +10 lines, -11 lines 0 comments Download
M content/child/child_gpu_memory_buffer_manager.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -1 line 0 comments Download
M content/common/child_process_host_impl.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M content/common/child_process_host_impl.cc View 1 2 3 4 5 6 7 8 3 chunks +2 lines, -5 lines 0 comments Download
M content/common/child_process_messages.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
A content/common/generic_shared_memory_id_generator.h View 1 2 3 4 5 1 chunk +18 lines, -0 lines 0 comments Download
A content/common/generic_shared_memory_id_generator.cc View 1 2 3 4 1 chunk +22 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/media/vaapi_drm_picture.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -1 line 0 comments Download
M content/common/gpu/stream_texture_android.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M content/common/gpu/stream_texture_android.cc View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/stream_texture_manager_in_process_android.cc View 1 2 3 4 5 6 2 chunks +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/texture_definition.cc View 1 2 3 4 5 2 chunks +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 1 2 3 4 5 6 7 8 2 chunks +9 lines, -4 lines 0 comments Download
M ui/gfx/gpu_memory_buffer.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M ui/gl/gl_image.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M ui/gl/gl_image_egl.h View 1 3 chunks +10 lines, -1 line 0 comments Download
M ui/gl/gl_image_egl.cc View 1 2 3 4 5 2 chunks +28 lines, -9 lines 0 comments Download
M ui/gl/gl_image_glx.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/gl_image_glx.cc View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M ui/gl/gl_image_io_surface.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/gl_image_io_surface.mm View 1 2 3 4 5 6 7 8 2 chunks +16 lines, -0 lines 0 comments Download
M ui/gl/gl_image_ozone_native_pixmap.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -1 line 0 comments Download
M ui/gl/gl_image_ozone_native_pixmap.cc View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -5 lines 0 comments Download
M ui/gl/gl_image_ref_counted_memory.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/gl_image_ref_counted_memory.cc View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -0 lines 0 comments Download
M ui/gl/gl_image_shared_memory.h View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
M ui/gl/gl_image_shared_memory.cc View 1 2 3 4 5 6 7 8 3 chunks +20 lines, -2 lines 0 comments Download
M ui/gl/gl_image_stub.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ui/gl/gl_image_surface_texture.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/gl_image_surface_texture.cc View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_ozone.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -1 line 0 comments Download
M ui/ozone/demo/surfaceless_gl_renderer.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -1 line 0 comments Download

Depends on Patchset:

Powered by Google App Engine
This is Rietveld 408576698