office-gobmx/external/cairo
Tor Lillqvist a62cb6db82 It seems to work to compile also the MMX code for WASM
Change-Id: I27b56297a07e248102cae1bee4074b7be422ce23
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147875
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2023-02-27 10:55:10 +00:00
..
cairo Enable opening of downloaded fonts only in ForKit in Online 2023-02-09 13:47:02 +00:00
pixman It seems to work to compile also the MMX code for WASM 2023-02-27 10:55:10 +00:00
ExternalPackage_cairo.mk Only package the external/cairo library that is named the same as the SONAME 2023-02-13 15:49:21 +00:00
ExternalPackage_pixman.mk pixman: upgrade to release 0.42.2 2022-11-29 14:18:28 +01:00
ExternalProject_cairo.mk Enforce compiling cairo and pixman for WASM with -O3 2023-01-23 22:58:54 +00:00
ExternalProject_pixman.mk Use SIMD in pixman for WASM 2023-02-09 14:55:26 +00:00
Makefile
Module_cairo.mk
README
UnpackedTarball_cairo.mk Enable opening of downloaded fonts only in ForKit in Online 2023-02-09 13:47:02 +00:00
UnpackedTarball_pixman.mk Use SIMD in pixman for WASM 2023-02-09 14:55:26 +00:00

The graphics library, used for anti-aliasing. From [http://cairographics.org/].

This code is used by default only on Linux, though it is also
available on Mac. There is a cairo-canvas implementation that is the
main customer, and it is enabled via 'use hardware acceleration' in
the general options.