I'll review it shortly.

> Is there an easy way to test the SW pipeline without having to universally modify run-* script variables?

You can remove or rename prism-d3d.dll from both your JRE and your FX runtime so it won't find it and will fall back to SW. Or you can go into PrismSettings.java and change the "tryOrder" for your platform to remove "es2" or "d3d" as a default option.

-- Kevin


Jim Graham wrote:
webrev: http://cr.openjdk.java.net/~flar/RT-37945/webrev.00/
Jira: https://javafx-jira.kenai.com/browse/RT-37945

I tested with toys/CanvasTest/run-bitmap and run-vector modifying the build.xml to run them with the SW pipeline. I also ran "gradle test" and it completed, but it wouldn't have run any tests under the SW pipeline by default. Is there an easy way to test the SW pipeline without having to universally modify run-* script variables?

            ...jim

Reply via email to