]> source.dussan.org Git - tigervnc.git/commit
Consolidate pixel conversion into the PixelFormat class and optimise the
authorPierre Ossman <ossman@cendio.se>
Fri, 6 Mar 2009 10:12:55 +0000 (10:12 +0000)
committerPierre Ossman <ossman@cendio.se>
Fri, 6 Mar 2009 10:12:55 +0000 (10:12 +0000)
commit67b2b2fa7f17a578a7c36561c3dce92fd91c6174
tree97afe96d86e647f82e1d97c60f00ca58595c4a56
parent02e43d78bf13276ef18fd542167e1ca26830a2f4
Consolidate pixel conversion into the PixelFormat class and optimise the
common cases.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3636 3789f03b-4d11-0410-bbf8-ca57d06f2519
13 files changed:
common/rfb/Makefile.am
common/rfb/PixelFormat.cxx
common/rfb/PixelFormat.h
common/rfb/PixelFormat.inl [new file with mode: 0644]
common/rfb/ScaledPixelBuffer.cxx
common/rfb/ScaledPixelBuffer.h
common/rfb/TightDecoder.cxx
common/rfb/TrueColourMap.h
common/rfb/ZRLEDecoder.cxx
common/rfb/ZRLEEncoder.cxx
common/rfb/rfb.dsp
common/rfb/tightDecode.h
common/rfb/tightEncode.h