Julien Cristau
f9c2d54a62
Disable vmx on ppc64el ( closes : #745547 ).
...
Thanks, Breno Leitao!
2014-07-24 22:43:15 +02:00
Julien Cristau
105c249996
Increase alpha-loop test timeout some more.
2013-08-13 12:03:40 +02:00
Julien Cristau
9b844940ba
Includes big-endian matrix-test fix
2013-08-13 12:01:40 +02:00
Julien Cristau
2e13b569cb
Increase timeout for the alpha-loop test.
...
That will hopefully let it pass on the mips buildd.
2013-08-03 10:23:41 +02:00
Julien Cristau
3c4dac9a7c
Fix matrix-test on big endian
...
Patch from Siarhei Siamashka.
2013-07-27 21:40:09 +02:00
Julien Cristau
0ef6350c3d
Revert "Add 00-unexport-symbol.diff"
...
This reverts commit 01c2431ef8
.
2013-07-26 14:26:30 +02:00
Maarten Lankhorst
01c2431ef8
Add 00-unexport-symbol.diff
...
* Add 00-unexport-symbol.diff
- remove test-only use of _pixman_internal_only_get_implementation
- zap the only test requiring the use of this symbol
2013-01-08 18:16:23 +01:00
Cyril Brulebois
bec6320b0e
Add a quilt series placeholder file.
2011-03-09 04:04:13 +01:00
Julien Cristau
92ac0adbbf
Drop pixman-arm-don-t-use-env-vars-to-get-hwcap-platform.patch, obsolete.
2010-05-08 17:19:53 +02:00
Julien Cristau
3ebff7c552
Add patch to disable use of env vars to force hwcap and platform on arm.
...
This is just ugly…
2009-08-23 12:36:58 +02:00
Julien Cristau
796adb434e
Run autoreconf at build-time
...
Build-depend on automake, autoconf, libtool and pkg-config. Drop patch for
maintainer mode, and drop build-dep on quilt and corresponding code in
debian/rules. Add new rules autogen and config, where we run autoreconf and
configure, respectively. Update clean rule to remove files generated by
autogen.
2008-03-30 20:30:14 +02:00
Julien Cristau
df9c870e24
New upstream release.
...
Drop patches 02_no-sse.diff and 03_fbFetchTransformed_64bit_fix.diff.
2007-11-08 11:21:32 +01:00
Julien Cristau
6f65ce9886
Fix 64-bit arithmetic bug in fbFetchTransformed.
...
Add patch by Francis Whittle from upstream bug#12398
(https://bugs.freedesktop.org/attachment.cgi?id=11896 ) to fix arithmetic
bug in fbFetchTransformed (causing X crashes on 64bit); closes : #444457 .
2007-10-16 10:03:53 +02:00
Julien Cristau
69a96426d7
Don't use -msse when building pixman-mmx.c
...
This prevents gcc 4.2 from generating SSE instructions for its builtin
functions, the X server from going SIGILL on CPUs supporting MMX but not SSE,
and us from losing (closes : #442829 ).
Also enable maintainer mode in configure.ac so we can carry the patch to
configure directly in the diff.gz without running autoreconf at build time.
2007-09-19 23:25:11 +02:00