]> source.dussan.org Git - tigervnc.git/commit
BufferedImage performance is poor on Microsoft Windows platforms, so fallback to...
authorBrian Hinz <bphinz@users.sourceforge.net>
Thu, 5 Apr 2012 02:08:49 +0000 (02:08 +0000)
committerBrian Hinz <bphinz@users.sourceforge.net>
Thu, 5 Apr 2012 02:08:49 +0000 (02:08 +0000)
commit28aa3a810f56b89d90ae32e5e75101db133ff530
treef718ef00c7f0c2bbded56225f50eb62e19a1e1c4
parent0878eca6aa47106a24fee53ab3791c677fdfefbe
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

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4880 3789f03b-4d11-0410-bbf8-ca57d06f2519
java/com/tigervnc/network/SocketDescriptor.java
java/com/tigervnc/rfb/CMsgWriter.java
java/com/tigervnc/rfb/CMsgWriterV3.java
java/com/tigervnc/rfb/TightDecoder.java
java/com/tigervnc/vncviewer/AWTPixelBuffer.java [new file with mode: 0644]
java/com/tigervnc/vncviewer/BIPixelBuffer.java [new file with mode: 0644]
java/com/tigervnc/vncviewer/CConn.java
java/com/tigervnc/vncviewer/DesktopWindow.java
java/com/tigervnc/vncviewer/PixelBufferImage.java [deleted file]
java/com/tigervnc/vncviewer/PlatformPixelBuffer.java [new file with mode: 0644]