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

Unified Diff: ui/ozone/platform/drm/gbm.gypi

Issue 1134993003: ozone: Implement zero/one-copy texture for Ozone GBM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resolve reveman's concerns Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/ozone/platform/drm/gbm.gypi
diff --git a/ui/ozone/platform/drm/gbm.gypi b/ui/ozone/platform/drm/gbm.gypi
index 36074bb2fd583725e08e5449e58298b21ade2b9d..5a6d79cac29953509b4f6af4a49f7ffa3b279951 100644
--- a/ui/ozone/platform/drm/gbm.gypi
+++ b/ui/ozone/platform/drm/gbm.gypi
@@ -11,6 +11,7 @@
'gbm',
],
'use_mesa_platform_null%': 0,
+ 'ozone_use_vgem_map%': 0,
reveman 2015/08/07 14:35:16 just to be sure I understand. we have hardware tha
vignatti (out of this project) 2015/08/07 14:51:25 correct, but I don't think it's about hardware onl
dshwang 2015/08/07 15:36:46 correct. Done.
},
'targets': [
{
@@ -54,6 +55,13 @@
['use_mesa_platform_null==1', {
'defines': ['USE_MESA_PLATFORM_NULL'],
}],
+ ['ozone_use_vgem_map==1', {
+ 'defines': ['OZONE_USE_VGEM_MAP'],
+ 'sources': [
+ 'gpu/client_native_pixmap_vgem.cc',
+ 'gpu/client_native_pixmap_vgem.h',
+ ],
+ }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698