X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fgl%2Fgl_switches.cc;h=e5e9f254bf693907b44c467da189eae9d5660b2c;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=7eaa3d8c464464888071babb3245a5ad38c59734;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/gl/gl_switches.cc b/src/ui/gl/gl_switches.cc index 7eaa3d8..e5e9f25 100644 --- a/src/ui/gl/gl_switches.cc +++ b/src/ui/gl/gl_switches.cc @@ -56,6 +56,9 @@ const char kTestGLLib[] = "test-gl-lib"; // Use hardware gpu, if available, for tests. const char kUseGpuInTests[] = "use-gpu-in-tests"; +// On Windows only: use the WARP software rasterizer in the GPU process. +const char kUseWarp[] = "use-warp"; + // Disables GL drawing operations which produce pixel output. With this // the GL output will not be correct but tests will run faster. const char kDisableGLDrawingForTests[] = "disable-gl-drawing-for-tests"; @@ -75,6 +78,7 @@ const char* kGLSwitchesCopiedFromGpuProcessHost[] = { kGpuNoContextLost, kDisableGLDrawingForTests, kOverrideUseGLWithOSMesaForTests, + kUseWarp }; const int kGLSwitchesCopiedFromGpuProcessHostNumSwitches = arraysize(kGLSwitchesCopiedFromGpuProcessHost);