--- a/jdk/src/solaris/classes/sun/java2d/x11/X11PMBlitLoops.java Tue May 19 14:43:49 2009 +0400
+++ b/jdk/src/solaris/classes/sun/java2d/x11/X11PMBlitLoops.java Tue May 19 17:03:13 2009 +0400
@@ -95,6 +95,22 @@
new X11PMBlitLoops(X11SurfaceData.UShortIndexedX11_BM,
X11SurfaceData.UShortIndexedX11, true),
+ new X11PMBlitLoops(X11SurfaceData.IntRgbX11,
+ X11SurfaceData.IntArgbPreX11, true),
+ new X11PMBlitLoops(X11SurfaceData.IntRgbX11,
+ X11SurfaceData.IntArgbPreX11, false),
+ new X11PMBlitLoops(X11SurfaceData.IntRgbX11_BM,
+ X11SurfaceData.IntArgbPreX11, true),
+
+ new X11PMBlitLoops(X11SurfaceData.IntBgrX11,
+ X11SurfaceData.FourByteAbgrPreX11, true),
+ new X11PMBlitLoops(X11SurfaceData.IntBgrX11,
+ X11SurfaceData.FourByteAbgrPreX11, false),
+ new X11PMBlitLoops(X11SurfaceData.IntBgrX11_BM,
+ X11SurfaceData.FourByteAbgrPreX11, true),
+
+
+
// delegate loops
new DelegateBlitLoop(X11SurfaceData.IntBgrX11_BM,
X11SurfaceData.IntBgrX11),