]> source.dussan.org Git - tigervnc.git/commit
If the client and server are using identical pixel formats, then perform Tight decodi...
authorDRC <dcommander@users.sourceforge.net>
Thu, 3 Nov 2011 18:49:21 +0000 (18:49 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 3 Nov 2011 18:49:21 +0000 (18:49 +0000)
commit33c15e3a3a1db376feae90ef7521a107dd957752
tree07a01bd47e977a94b2ead9d406fec736e0b613b4
parent3004cb640aba2ed81d31444064aa8087990c7212
If the client and server are using identical pixel formats, then perform Tight decoding directly into the viewer's back buffer, rather than going through the slow fillRect/imageRect routines.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4757 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/rfb/CMakeLists.txt
common/rfb/CMsgHandler.h
common/rfb/PixelFormat.cxx
common/rfb/PixelFormat.h
common/rfb/TightDecoder.cxx
common/rfb/TightDecoder.h
common/rfb/tightDecode.h
vncviewer/CConn.cxx
vncviewer/CConn.h
vncviewer/DesktopWindow.h
vncviewer/Viewport.h