summaryrefslogtreecommitdiffstats
path: root/common/rfb/PixelFormat.inl
Commit message (Expand)AuthorAgeFilesLines
* Use lookup tables for pixel upconversionPierre Ossman2014-07-091-44/+22
* Remove full support for colour mapsPierre Ossman2014-07-071-109/+59
* Optimise the RGB to pixel conversion to simple shiftsPierre Ossman2014-07-071-0/+52
* Converting to RGB might involve a precision increasePierre Ossman2014-07-071-8/+45
* Revert commit 3784 as it was incorrect. A "Pixel" is always expected to be inPierre Ossman2010-09-301-9/+0
* Make sure we handle endian problems in the conversion code.Pierre Ossman2009-04-211-0/+9
* Optimise the common pixel format conversion RGB24 to RGB32.Pierre Ossman2009-03-311-0/+25
* Don't forget the highest byte when reading out pixels.Pierre Ossman2009-03-091-1/+3
* Consolidate pixel conversion into the PixelFormat class and optimise thePierre Ossman2009-03-061-0/+92