Uncached LRGB->RGB conversion
commitaa190c9f92902b284cc745cb61b9b784eb1328e3
authorIlari Liusvaara <ilariliusvaara@welho.com>
Tue, 16 Feb 2021 06:50:54 +0000 (16 08:50 +0200)
committerIlari Liusvaara <ilariliusvaara@welho.com>
Tue, 16 Feb 2021 12:56:59 +0000 (16 14:56 +0200)
tree0eef4e8039e3dea87d8b8476071a5f2fb7ca0d80
parentb0809e58ed8c2f8b79e23cda6d2c39de6f5bdecc
Uncached LRGB->RGB conversion

The new LRGB->RGB conversion is in speed comparable to array lookup,
so instead of precomputing the palette and then looking up values, just
recompute the conversion for each pixel.
src/library/framebuffer-pixfmt-lrgb.cpp