Congratulations, Clemens!
For those who haven't seen his pipeline at work, take a look
at his blog - http://linuxhippy.blogspot.com/ .
It's pretty impressive, he can even run Java2Demo, Netbeans
and SwingSet2, and even with Nimbus =)
Thanks,
Dmitri
Clemens Eisserer wrote:
He
Hello,
There is now an early version of the xrender pipeline in its
repository, the first changeset is located here:
http://hg.openjdk.java.net/xrender/xrender/jdk/rev/6d294fa2bd42
Thanks a lot to Dmitri for beeing that helpful, friendly and patient.
There are still many things to be done, but th
Hi Chris,
> The antialiased case is handled in super.validatePipe() (in the SurfaceData
> base class), which in turn calls getMaskFill(). We override getMaskFill()
> in OGLSurfaceData so that it calls OGLPaints.isValid() to determine whether
> the given paint can be accelerated in the antialiased
Hi Clemens,
The antialiased case is handled in super.validatePipe() (in the
SurfaceData base class), which in turn calls getMaskFill(). We
override getMaskFill() in OGLSurfaceData so that it calls
OGLPaints.isValid() to determine whether the given paint can be
accelerated in the antialia
Hello,
I am currently trying to rewrite validatePipe using
OGLSurfaceData.validatePipe() as template,
however I am a bit confused about what happens in the antialiased
case, e.g. gradient as paint with antialiasing.
E.g. in my case I would like to fallback if the a RadialGradient with
focus!=cen
Changeset: 94bcd3503668
Author:bae
Date: 2008-07-25 14:46 +0400
URL: http://hg.openjdk.java.net/jdk7/2d/jdk/rev/94bcd3503668
6687968: PNGImageReader leaks native memory through an Inflater.
Reviewed-by: igor, prr
! src/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java
!