History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FVG-121
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Mark Donszelmann
Reporter: Mark Donszelmann
Votes: 0
Watchers: 0
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
FreeHEP Vector Graphics

BufferedPanel should not build a clipped bufferedimage since the blit of it is much slower on Linux.

Created: 08/Dec/04 10:21 AM   Updated: 10/Feb/06 06:36 AM
Component/s: Graphics2d
Affects Version/s: 1.2.2
Fix Version/s: 2.0

Issue Links:
Needs
 


 Description  « Hide
The current implementation of BufferedPanel copies a BufferedImage by
clipping it and creating a subImage.

The blit of the subimage takes much longer (10x) on Linux. If you trace it:

-Dsun.java2d.trace=log,timestamp

you will see it uses sun.java2d.loops.BIit$GeneralMaskBlit::Blit

rather than

sun.awt.X11PMBlitLoops::Blit.

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.