lp:pixman

Created by Christian Reis and last modified
Get this branch:
bzr branch lp:pixman

Related bugs

Related blueprints

Branch information

Owner:
Christian Reis
Project:
Pixman
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://anongit.freedesktop.org/git/pixman.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 5 minutes

Recent revisions

2189. By Heiko Lewin <email address hidden>

pixman-arma64: Adjustments to build with llvm integrated assembler

This enables building the aarch64 assembly with clang.
Changes:
1. Use `.func` or `.endfunc` only if available
2. Prefix macro arg names with `\`
3. Use `\()` instead of `&`
4. Always use commas to separate macro arguments
5. Prefix asm symbols with an undderscore if necessary

2188. By Benjamin Gilbert

mmx: use xmmintrin.h if building with SSE2

As of mingw-w64 commit 463f00975, winnt.h includes emmintrin.h when
compiling with SSE2, causing redefinition errors for our copied MMX
intrinsics. If the build is assuming SSE2 anyway, just use the system
header instead.

2187. By Simon Ser <email address hidden>

Constify pixman_image_set_clip_region()

This function copies the region passed in.

Signed-off-by: Simon Ser <email address hidden>

2186. By Simon Ser <email address hidden>

Add pixman_region{,32}_empty()

Inverse of pixman_region32_not_empty().

Most of the time, callers want to check whether a region is empty,
not whether a region is not empty. This results in code with
double-negatives such as !pixman_region32_not_empty(), which is
confusing to read.

Signed-off-by: Simon Ser <email address hidden>

2185. By Benjamin Gilbert

meson: don't dllexport when built as static library

If a static Pixman is linked with a dynamic library, Pixman shouldn't
export its own symbols into the latter's ABI.

2184. By Emanuel Schmidt <email address hidden>

Fixed missing dependency in libdemo

After the latest changes and separation of demo- and test-targets,
it was visible that a dependency towards `libtestutils_dep` was
missing in one of the demo-dependencies. This change will fix
this particular problem.

2183. By Emanuel Schmidt <email address hidden>

Changed name of the config-header to "pixman-config.h"

2182. By Emanuel Schmidt <email address hidden>

Separate meson build options for demos and tests

2181. By Heiko Lewin <email address hidden>

Fix signed-unsigned semantics in reduce_32

2180. By Matt Turner <email address hidden>

Post-release version bump to 0.42.3

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers