Changeset: c52636b4d2ee Author: kcr Date: 2013-09-11 16:17 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/c52636b4d2ee
[TEST-ONLY] Remove duplicate copy of Util class now that system tests are in a single project ! tests/system/src/test/java/javafx/scene/Snapshot1Test.java ! tests/system/src/test/java/javafx/scene/Snapshot2Test.java ! tests/system/src/test/java/javafx/scene/SnapshotCommon.java - tests/system/src/test/java/util2/Util.java Changeset: d411893f2d5e Author: Chien Yang <chien.y...@orcale.com> Date: 2013-09-11 16:29 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/d411893f2d5e Fix to RT-32879: D3D: Prism shouldn't set D3DRS_CLIPPING to false Reviewed-by: kcr ! modules/graphics/src/main/native-prism-d3d/D3DContext.cc