changeset in /hg/icedtea: 2007-12-20 Lillian Angel <langel at red...

Lillian Angel langel at redhat.com
Thu Dec 20 11:50:09 PST 2007


changeset 0963914567ff in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=0963914567ff
description:
	2007-12-20  Lillian Angel  <langel at redhat.com>

	        Fixes Bug #65
	        * patches/icedtea-antialias.patch: Removed. Antialiasing works.

diffstat:

4 files changed, 1 insertion(+), 24 deletions(-)
ChangeLog                       |    3 +--
Makefile.am                     |    1 -
Makefile.in                     |    1 -
patches/icedtea-antialias.patch |   20 --------------------

diffs (59 lines):

diff -r a4e74bb1d1e6 -r 0963914567ff ChangeLog
--- a/ChangeLog	Thu Dec 20 14:13:59 2007 -0500
+++ b/ChangeLog	Thu Dec 20 14:49:01 2007 -0500
@@ -1,8 +1,7 @@ 2007-12-20  Lillian Angel  <langel at redha
 2007-12-20  Lillian Angel  <langel at redhat.com>
 
 	Fixes Bug #65
-	* patches/icedtea-antialias.patch: Changed to only turn on AA when
-	text AA is on. Otherwise, AA is ignored.
+	* patches/icedtea-antialias.patch: Removed. Antialiasing works.
 
 2007-12-20  Lillian Angel  <langel at redhat.com>
 
diff -r a4e74bb1d1e6 -r 0963914567ff Makefile.am
--- a/Makefile.am	Thu Dec 20 14:13:59 2007 -0500
+++ b/Makefile.am	Thu Dec 20 14:49:01 2007 -0500
@@ -163,7 +163,6 @@ ICEDTEA_PATCHES = \
 	patches/icedtea-version.patch \
 	patches/icedtea-text-relocations.patch \
 	patches/icedtea-graphics.patch \
-	patches/icedtea-antialias.patch \
 	patches/icedtea-paths.patch \
 	patches/icedtea-debuginfo.patch \
 	patches/icedtea-ssl.patch \
diff -r a4e74bb1d1e6 -r 0963914567ff Makefile.in
--- a/Makefile.in	Thu Dec 20 14:13:59 2007 -0500
+++ b/Makefile.in	Thu Dec 20 14:49:01 2007 -0500
@@ -278,7 +278,6 @@ ICEDTEA_PATCHES = \
 	patches/icedtea-version.patch \
 	patches/icedtea-text-relocations.patch \
 	patches/icedtea-graphics.patch \
-	patches/icedtea-antialias.patch \
 	patches/icedtea-paths.patch \
 	patches/icedtea-debuginfo.patch \
 	patches/icedtea-ssl.patch \
diff -r a4e74bb1d1e6 -r 0963914567ff patches/icedtea-antialias.patch
--- a/patches/icedtea-antialias.patch	Thu Dec 20 14:13:59 2007 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
---- openjdk.orig/jdk/src/share/classes/sun/java2d/SurfaceData.java	2007-12-10 15:47:39.000000000 -0500
-+++ openjdk/jdk/src/share/classes/sun/java2d/SurfaceData.java	2007-12-20 13:44:53.000000000 -0500
-@@ -509,7 +509,7 @@
-                 // assert(sg2d.surfaceData == this);
-             }
-         } else if (sg2d.compositeState == sg2d.COMP_CUSTOM) {
--            if (sg2d.antialiasHint == SunHints.INTVAL_ANTIALIAS_ON) {
-+            if (sg2d.textAntialiasHint == SunHints.INTVAL_TEXT_ANTIALIAS_ON) {
-                 if (sg2d.clipState == sg2d.CLIP_SHAPE) {
-                     sg2d.drawpipe = AAClipCompViaShape;
-                     sg2d.fillpipe = AAClipCompViaShape;
-@@ -531,7 +531,7 @@
-                     sg2d.textpipe = compText;
-                 }
-             }
--        } else if (sg2d.antialiasHint == SunHints.INTVAL_ANTIALIAS_ON) {
-+        } else if (sg2d.textAntialiasHint == SunHints.INTVAL_TEXT_ANTIALIAS_ON) {
-             sg2d.alphafill = getMaskFill(sg2d);
-             // assert(sg2d.surfaceData == this);
-             if (sg2d.alphafill != null) {



More information about the distro-pkg-dev mailing list