https://bugs.documentfoundation.org/show_bug.cgi?id=157790

BogdanB <buzea.bog...@libreoffice.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|bibisectRequest             |bibisected, bisected
                 CC|                            |buzea.bog...@libreoffice.or
                   |                            |g, noelgran...@gmail.com

--- Comment #3 from BogdanB <buzea.bog...@libreoffice.org> ---
c21a1c45e2403119c90af25cdb5350f978d5c93b is the first bad commit
commit c21a1c45e2403119c90af25cdb5350f978d5c93b
Author: Jenkins Build User <t...@pollux.tdf>
Date:   Tue Jul 25 09:06:10 2023 +0200

    source sha:81994cb2b8b32453a92bcb011830fcb884f22ff3

    source sha:81994cb2b8b32453a92bcb011830fcb884f22ff3

 instdir/program/libchartcontrollerlo.so | Bin 3810384 -> 3810384 bytes
 instdir/program/libcppcanvaslo.so       | Bin 382552 -> 382552 bytes
 instdir/program/libcuilo.so             | Bin 5066680 -> 5066680 bytes
 instdir/program/libdrawinglayerlo.so    | Bin 2067536 -> 2067632 bytes
 instdir/program/libeditenglo.so         | Bin 3336888 -> 3336888 bytes
 instdir/program/libfrmlo.so             | Bin 4274440 -> 4274400 bytes
 instdir/program/libmsfilterlo.so        | Bin 1063760 -> 1063760 bytes
 instdir/program/libsclo.so              | Bin 22502464 -> 22502464 bytes
 instdir/program/libsdlo.so              | Bin 10531352 -> 10531352 bytes
 instdir/program/libsduilo.so            | Bin 2135776 -> 2135776 bytes
 instdir/program/libsfxlo.so             | Bin 7755888 -> 7755888 bytes
 instdir/program/libslideshowlo.so       | Bin 2904968 -> 2905016 bytes
 instdir/program/libsmlo.so              | Bin 2290704 -> 2290704 bytes
 instdir/program/libspllo.so             | Bin 96136 -> 96136 bytes
 instdir/program/libsvtlo.so             | Bin 3063720 -> 3063720 bytes
 instdir/program/libsvxcorelo.so         | Bin 12298416 -> 12298464 bytes
 instdir/program/libsvxlo.so             | Bin 5529544 -> 5529544 bytes
 instdir/program/libswlo.so              | Bin 22729480 -> 22729480 bytes
 instdir/program/libswuilo.so            | Bin 2985632 -> 2985640 bytes
 instdir/program/libtklo.so              | Bin 7023960 -> 7024008 bytes
 instdir/program/libvclcanvaslo.so       | Bin 1014736 -> 1014736 bytes
 instdir/program/libvcllo.so             | Bin 20328320 -> 20332568 bytes
 instdir/program/libvclplug_gtk3lo.so    | Bin 2748840 -> 2748840 bytes
 instdir/program/libvclplug_qt5lo.so     | Bin 2495136 -> 2495032 bytes
 instdir/program/setuprc                 |   2 +-
 instdir/program/versionrc               |   2 +-
 26 files changed, 2 insertions(+), 2 deletions(-)


author  Noel Grandin <noelgran...@gmail.com>    2021-04-16 20:33:10 +0200
committer       Noel Grandin <noel.gran...@collabora.co.uk>     2023-07-25
08:38:12 +0200
commit  81994cb2b8b32453a92bcb011830fcb884f22ff3 (patch)
tree    ae1750e92421ad2e0ec3f50351c3be6581841598
parent  dabedcaf27b0af1e38a611b8d8e48444f848e01d (diff)
Convert internal vcl bitmap formats transparency->alpha (II)
(Second attempt at landing this)

Image formats and graphics APIs use alpha, not transparency,
so change our internal formats and data structures to work directly
with alpha, so we don't need to modify data before we push it to
graphics APIs.

Add a couple of new Color constants to make the intention
of the vcl code clearer.

Notes
(*) On macOS, tweaking the logic in CreateWithSalBitmapAndMask
to more accurately reflect the requirements of the
CGImageCreateWithMask function seems to fix some
tests.

(*) The vcl code does not properly support gradients
with transparency. So the previous code was wrong, and this
change is going to result in slightly different wrongness.

Change-Id: I9e21c2e98d88ecfdc5f75db13bd1ffff7c38db98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114168
Tested-by: Jenkins
Reviewed-by: Patrick Luby <plub...@neooffice.org>
Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to