summaryrefslogtreecommitdiffstats
path: root/common/rfb/PixelFormatBPP.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Add optimised buffer conversionPierre Ossman2014-07-091-0/+155
Handles the common cases when the target or source are in the preferred 888 format. If one of the buffers is not 888, then it must also be properly aligned (which is commonly the case). Performance is now in many cases on par with PixelTransformer.