DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36769>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36769

           Summary: [PATCH] Slow Rendering on Mac OS X 'Tiger'
           Product: Batik
           Version: 1.6
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: GVT
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


This bug is for tracking the problem of slow rendering
on Mac OS X Tiger.  The basic issue is summed up in the 
following Apple java-developer links:

http://lists.apple.com/archives/java-dev/2005/May/msg00498.html
http://lists.apple.com/archives/Java-dev/2005/Jul/msg00009.html
http://lists.apple.com/archives/java-dev/2005/Aug/msg00381.html

   The short summary is that if you ever gain access to
the underlaying data array from a BufferedImage than all
Graphics2D calls to that BufferedImage will involve copying
the entire BufferedImage back and forth between main memory
and the GPU.

   I will attach a patch (really a new file) that attempts to
work around this in the worst and most common case.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to