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

Issue 288343004: working copy of "zero_copy"

Created:
6 years, 7 months ago by marius.predut
Modified:
6 years, 6 months ago
Reviewers:
CC:
chromium-reviews, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org
Visibility:
Public.

Description

intel support for "zero copy" . run with --enable-zero-copy and --ui-enable-zero-copy switches merged version to upstream svn revision number 274314. need mesa that support GBM.(https://github.com/anderco/mesa.git) need export GBM_BACKEND="gbm_intel.so" not for review!

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+558 lines, -1 line) Patch
A content/browser/gpu/dri_buffer_manager.h View 1 1 chunk +32 lines, -0 lines 0 comments Download
A content/browser/gpu/dri_buffer_manager.cc View 1 1 chunk +240 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 2 chunks +24 lines, -0 lines 0 comments Download
M content/common/child_process_messages.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/client/gpu_channel_host.cc View 1 2 3 4 3 chunks +11 lines, -1 line 0 comments Download
A content/common/gpu/client/gpu_memory_buffer_impl_dma_buf.h View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A content/common/gpu/client/gpu_memory_buffer_impl_dma_buf.cc View 1 2 3 1 chunk +157 lines, -0 lines 0 comments Download
M content/common/gpu/client/gpu_memory_buffer_impl_linux.cc View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gfx/gpu_memory_buffer.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M ui/gl/gl.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_image_x11.cc View 1 2 3 4 3 chunks +28 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698