|
|
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!
|
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
|
|