]> source.dussan.org Git - tigervnc.git/commit
Optimise the RGB to pixel conversion to simple shifts
authorPierre Ossman <ossman@cendio.se>
Mon, 20 Jan 2014 16:23:51 +0000 (17:23 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 7 Jul 2014 11:27:09 +0000 (13:27 +0200)
commit8b874e4a09f5afb64a1f5354e7da1491c3322b04
tree9a44b8abb196f67b8391053ad0945bd7a7aa87cb
parenta22459d356be884aca3f4a1974de3e005da8ce7c
Optimise the RGB to pixel conversion to simple shifts

Might as well make it inline at this point as well as it is used
heavily in other routines that convert entire blocks of pixels.
common/rfb/PixelFormat.cxx
common/rfb/PixelFormat.h
common/rfb/PixelFormat.inl