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

Issue 1272393002: Add initial GLImage tracing + stubs (Closed)

Created:
5 years, 4 months ago by ericrk
Modified:
5 years, 3 months ago
Reviewers:
danakj, reveman, piman
CC:
chromium-reviews, ozone-reviews_chromium.org, wfh+watch_chromium.org, jam, darin-cc_chromium.org, piman+watch_chromium.org, tracing+reviews_chromium.org, kalyank
Base URL:
https://chromium.googlesource.com/chromium/src.git@trackpools
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add initial GLImage tracing + stubs BUG=512534

Patch Set 1 #

Patch Set 2 : move generic_shared_memory_id.* #

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

Depends on Patchset:

Messages

Total messages: 3 (3 generated)
ericrk
ericrk@chromium.org changed reviewers: + piman@chromium.org, reveman@chromium.org
5 years, 4 months ago (2015-08-05 21:30:11 UTC) #1
ericrk
ericrk@chromium.org changed reviewers: + primiano@chromium.org
5 years, 4 months ago (2015-08-05 21:30:46 UTC) #2
ericrk
5 years, 4 months ago (2015-08-05 21:58:52 UTC) #3

Powered by Google App Engine
This is Rietveld 408576698