1. bbc038d Significantly improves the peak frame rate on platforms that support using BIPixelBuffer by Brian Hinz · 13 years ago
  2. a64ced0 Fixes what appears to be a Java bug on Linux. Graphics2D.copyArea corrupts the screen image when areas are shifted to the left. Benchmarking show no measurable performance impact from this change, and it seems to mitigate the problem. by Brian Hinz · 13 years ago
  3. b213da6 Update address of FSF and copyright notices to assign proper credit. by Brian Hinz · 13 years ago
  4. 28aa3a8 BufferedImage performance is poor on Microsoft Windows platforms, so fallback to the 1.2 implementation if the BI cannot be HW accelerated. Also streamline some of the code by removing synchronized statements and making the method calls themselves synchronized. Modification to the selector implementation to make it behave more like a unix selector by Brian Hinz · 13 years ago