lp://staging/pixman
- Get this branch:
- bzr branch lp://staging/pixman
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://anongit.freedesktop.org/git/pixman.
Last successful import was .
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"
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)