Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
bbc038dc4fdb84866affd59540338a10691489a1
/
java
/
com
/
tigervnc
/
vncviewer
/
BIPixelBuffer.java
bbc038d
Significantly improves the peak frame rate on platforms that support using BIPixelBuffer
by Brian Hinz
· 13 years ago
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
b213da6
Update address of FSF and copyright notices to assign proper credit.
by Brian Hinz
· 13 years ago
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