summaryrefslogtreecommitdiff
path: root/extensions/fast-float.c
Commit message (Expand)AuthorAge
* avoid some avoidable implicit promotion to doubleØyvind Kolås2022-02-26
* multipass build, with SIMD variants for x86_64 and armØyvind Kolås2022-01-23
* babl: symmetric conversions between associated and separate alpha.Øyvind Kolås2019-06-13
* code style reviewNuno Ferreira2019-03-21
* Revert "special case all 0 to map to all 0 in nonpremul"Øyvind Kolås2018-08-30
* special case all 0 to map to all 0 in nonpremulØyvind Kolås2018-08-28
* extensions: handle negative premultiplied alphaØyvind Kolås2018-08-26
* extensions: adapt to keep color in premultiplied alphaØyvind Kolås2018-08-26
* Change the license URL from http://www.gnu.org/licenses/ to https://Michael Natterer2018-07-11
* extensions: remove many inline statementsØyvind Kolås2018-04-07
* extensions: follow change dropping long returnØyvind Kolås2017-09-07
* Add the BablConversion as first argument of all conversionsØyvind Kolås2017-08-18
* extensions/fast-float: temporarily disableØyvind Kolås2016-12-15
* extensions/add shorter fast path for half grayØyvind Kolås2016-12-10
* fast-float: tweak precision so that float->8bit tests pass without issueØyvind Kolås2016-11-20
* fast-float: add RGBA float to R'G'B'A u8Øyvind Kolås2016-11-19
* fast-float: fix regression introduced when reindentingØyvind Kolås2016-11-19
* fast-float: indentationØyvind Kolås2016-11-19
* fast-float: improve memory access orderØyvind Kolås2016-11-19
* extension/fast-float: gain some speed by ignoring a couple high mantissa bitsØyvind Kolås2016-11-19
* fast-float: make float to cairo conversion take clipping into accountØyvind Kolås2016-11-19
* fast-float: implement linear interpolation in LUTØyvind Kolås2016-11-19
* fast-float: use higher accuracy LUTs and rework some alpha handlingØyvind Kolås2016-11-17
* fast-float: tweak lut generationØyvind Kolås2016-11-16
* extensions: fast-float: add destroy() callback, fix 2 leaksRoman Lebedev2016-09-16
* extensions: fast-float: babl_lookup(): use 1UL, not just 1Roman Lebedev2016-08-20
* extensions: quadruple precision of LUT based floatfuncsØyvind Kolås2012-04-01
* fast-float: reduce overhead of saturating LUTØyvind Kolås2012-04-01
* extensions/fast-float: reduce precisionØyvind Kolås2012-04-01
* extensions: add lut based gamma for floatØyvind Kolås2012-04-01