aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/0040_nx-X11_Fix-alpha-premultiplication-in-XRenderPa.full.patch
Commit message (Collapse)AuthorAgeFilesLines
* debian/patches: refresh all patches.Mihai Moldovan2017-08-031-1/+1
| | | | | Removes some fuzziness and adds the -p diff option to show the C function name in hunk headers.
* nx-X11: Fix alpha premultiplication in XRenderParseColor. Fixes: #893.Emanuele Giaquinta2015-06-231-0/+31
Due to C arithmetic conversion rules we must use an unsigned constant (or a cast) to perform the multiplication using unsigned arithmetic. Fixes ArcticaProject/nx-libs#55. Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> v2: backport to nx-libs 3.6.x (Mike Gabriel) v3: backport to nx-libs 3.5.0.x (Mihai Moldovan) Adds: - 0040_nx-X11_Fix-alpha-premultiplication-in-XRenderPa.full.patch