Title: [258350] trunk/Tools
- Revision
- 258350
- Author
- [email protected]
- Date
- 2020-03-12 12:10:53 -0700 (Thu, 12 Mar 2020)
Log Message
run-webkit-tests --use-gpu-process should enable GPU Process for canvas
https://bugs.webkit.org/show_bug.cgi?id=209004
Reviewed by Tim Horton.
Add "RenderCanvasInGPUProcessEnabled" to the list of internal features that should be enabled when
`use_gpu_process` is specified.
* Scripts/webkitpy/layout_tests/run_webkit_tests.py:
(parse_args):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (258349 => 258350)
--- trunk/Tools/ChangeLog 2020-03-12 19:06:54 UTC (rev 258349)
+++ trunk/Tools/ChangeLog 2020-03-12 19:10:53 UTC (rev 258350)
@@ -1,3 +1,16 @@
+2020-03-12 Wenson Hsieh <[email protected]>
+
+ run-webkit-tests --use-gpu-process should enable GPU Process for canvas
+ https://bugs.webkit.org/show_bug.cgi?id=209004
+
+ Reviewed by Tim Horton.
+
+ Add "RenderCanvasInGPUProcessEnabled" to the list of internal features that should be enabled when
+ `use_gpu_process` is specified.
+
+ * Scripts/webkitpy/layout_tests/run_webkit_tests.py:
+ (parse_args):
+
2020-03-12 Matt Lewis <[email protected]>
Make flatpack import for run-webkit-tests only happen on linux systems
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (258349 => 258350)
--- trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py 2020-03-12 19:06:54 UTC (rev 258349)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py 2020-03-12 19:10:53 UTC (rev 258350)
@@ -381,6 +381,7 @@
options.internal_feature = []
options.internal_feature.append('UseGPUProcessForMedia')
options.internal_feature.append('CaptureAudioInGPUProcessEnabled')
+ options.internal_feature.append('RenderCanvasInGPUProcessEnabled')
if options.result_report_flavor:
raise RuntimeError('--use-gpu-process implicitly sets the result flavor, this should not be overridden')
options.result_report_flavor = 'gpuprocess'
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes