Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use lookup tables for pixel upconversion | Pierre Ossman | 2014-07-09 | 1 | -44/+22 |
* | Remove full support for colour maps | Pierre Ossman | 2014-07-07 | 1 | -109/+59 |
* | Optimise the RGB to pixel conversion to simple shifts | Pierre Ossman | 2014-07-07 | 1 | -0/+52 |
* | Converting to RGB might involve a precision increase | Pierre Ossman | 2014-07-07 | 1 | -8/+45 |
* | Revert commit 3784 as it was incorrect. A "Pixel" is always expected to be in | Pierre Ossman | 2010-09-30 | 1 | -9/+0 |
* | Make sure we handle endian problems in the conversion code. | Pierre Ossman | 2009-04-21 | 1 | -0/+9 |
* | Optimise the common pixel format conversion RGB24 to RGB32. | Pierre Ossman | 2009-03-31 | 1 | -0/+25 |
* | Don't forget the highest byte when reading out pixels. | Pierre Ossman | 2009-03-09 | 1 | -1/+3 |
* | Consolidate pixel conversion into the PixelFormat class and optimise the | Pierre Ossman | 2009-03-06 | 1 | -0/+92 |