pixman: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 14 02:49:51 UTC 2024


 pixman/pixman-combine-float.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6410ec79bd90f9cbb15fcc9e7a788e716a8dcf21
Author: Even Rouault <even.rouault at spatialys.com>
Date:   Wed May 22 16:40:21 2024 +0000

    pixman-combine-float.c: fix typo in MAKE_NON_SEPARABLE_PDF_COMBINERS()
    
    There's a copy&paste typo updating sc.g twice when there's a mask

diff --git a/pixman/pixman-combine-float.c b/pixman/pixman-combine-float.c
index 27392d6..e1f8030 100644
--- a/pixman/pixman-combine-float.c
+++ b/pixman/pixman-combine-float.c
@@ -1011,7 +1011,7 @@ blend_hsl_luminosity (rgb_t *res,
 		sa *= ma;						\
 		sc.r *= ma;						\
 		sc.g *= ma;						\
-		sc.g *= ma;						\
+		sc.b *= ma;						\
 	    }								\
 									\
 	    blend_ ## name (&rc, &dc, da, &sc, sa);			\


More information about the xorg-commit mailing list