From 0b9ea2d05d1081ce4a667f0c7036a205bcd751a3 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Fri, 13 Sep 2013 15:29:53 +0200 Subject: Render delegated renderer frames using the Qt scene graph. This provides a stub implementation that renders quads and RenderPasses using QSGNodes in QQuickWebEngineView. The BackingStore code path is still supported when the delegated renderer switch is not enabled. To use the new rendering, pass the following switches: --enable-delegated-renderer --enable-threaded-compositing This uses debug, plain color textures until we can fetch tiles and textures from the ResourceProvider across OpenGL context boundaries. Change-Id: I33ea0738dc5a326ef79c1435f75c044c42e8551f Reviewed-by: Zeno Albisser --- patches/patch-chromium.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'patches/patch-chromium.sh') diff --git a/patches/patch-chromium.sh b/patches/patch-chromium.sh index 3a9e9278e..c917f87f5 100755 --- a/patches/patch-chromium.sh +++ b/patches/patch-chromium.sh @@ -65,6 +65,7 @@ git am $PATCH_DIR/0001-Mac-Do-not-modify-the-child-path.patch git am $PATCH_DIR/0001-Do-not-warn-for-header-hygiene.patch git am $PATCH_DIR/0001-Build-files-necessary-for-touch-and-gestures.patch git am $PATCH_DIR/0001-remove-Wno-deprecated-register-from-common.gypi.patch +git am $PATCH_DIR/0001-Solve-conflicts-when-including-both-QtOpenGL-headers.patch cd $CHROMIUM_SRC_DIR/third_party/WebKit echo "Entering $PWD" -- cgit v1.2.3