summaryrefslogtreecommitdiff
path: root/x11/pixman
AgeCommit message (Collapse)AuthorFilesLines
2013-11-13Update to 0.32.2:wiz3-23/+6
0.32.2: A new pixman release 0.32.2 is now available. This is a stable release in the 0.32 series. This release corrects the problem that the 0.32.0 tarball was missing some files required to build the GTK+ based demo programs. Also included is a fix for a build problem with MSVC. 0.32.0: A new pixman release 0.32.0 is now available. This is new major release with performance improvements for image scaling, and a large number of bug fixes.
2013-08-15Update to 0.30.2:wiz2-7/+6
Alexander Troosh (1): Require GTK+ version >= 2.16 Andrea Canciani (1): test: Fix build on MSVC Markos Chandras (1): Use AC_LINK_IFELSE to check if the Loongson MMI code can link Matthieu Herrb (1): configure.ac: Don't use '+=' since it's not POSIX Siarhei Siamashka (1): test: fix matrix-test on big endian systems Søren Sandmann Pedersen (2): Version bump to 0.30.1 Pre-release version bump to 0.30.2 ingmar@irsoft.de (1): Fix broken build when HAVE_CONFIG_H is undefined, e.g. on Win32.
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-24Update to 0.30.0. Adapt patch-b[bc] to changes.wiz4-29/+29
XXX: these patches should go away, or be fed upstream. A new major release 0.30.0 of the pixman rendering library is now available. Highlights of this release: - Support for high-quality image downscaling [Søren] - Much improved ARMv6 assembly [Ben Avison] - Improved rendering quality for gradients [Søren] - Improvements to the SSE2 backend [Chris Wilson, Siarhei Siamashka] - Improvements to MIPS DSPr2 backend [Nemanja Lukic] - Improvements to test suite [Siarhei, Søren Sandmann]
2013-04-23Without this, we get sse2 SEGV, apparently due to a misaligned (for sse2)is1-1/+6
thread stacks. <martin> base pixman only enables sse2 for amd64 <martin> I only tested and found it crash like that, so I did not enable it <martin> for i386 in base This is a workaround - there should be some better solution.
2013-01-30Update to 0.28.2:wiz4-20/+19
0.28.2: This stable release in the 0.28 series contains fixes for 64 bit Windows, clang, and PowerPC on MacOS and OpenBSD. 0.28.0: A new major release 0.28.0 of the pixman rendering library is now available. Highlights of this release: * Support for sRGB coded images [Antti Lankila] * New API for fast glyph rendering [Soren Sandmann] * Faster bilinear scaling on iwMMX, Loongson and MMX [Matt Turner] * More fast paths in the MIPS DSPr2 backend [Nemanja Lukic] * Faster scaling in general and on SSE2 in particular [Siarhei Siamashka]
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-07-15NetBSD<6 have a lack of TLS support.obache1-1/+5
2012-07-14Add upstream bug report URL.wiz2-3/+6
2012-07-14Update to 0.26.2. meta-pkgs/modular-xorg still builds.wiz8-277/+10
0.26.2: A new pixman release 0.26.2 is now available. This is a stable release. It contains some bug fixes, custom build rules for ARM/iwMMXt, and an important bug fix for MMX/x86. 0.26.0: A new stable pixman release 0.26.0 is now available. Highlights of this release: * New support for MIPS DSPr2 ASE. [Nemanja Lukic] * Improved performance with the iwMMXt instruction set. [Matt Turner] * New support for the Loongson SIMD instruction set. [Matt] Performance results from a number of cairo based benchmarks: Benchmark Improvement evolution .............. image: 12.8 % image16: 15.9 % firefox-planet-gnome ... image: 14.4 % image16: 10.0 % gnome-terminal-vim ..... image: 16.5 % image16: 15.7 % gvim ................... image: 13.1 % image16: 7.0 % ocitysmap .............. image: 24.1 % image16: 23.9 % poppler ................ image: 18.7 % image16: 17.5 % swfdec-giant-steps ..... image: no change image16: 35.3 % swfdec-youtube ......... image: 23.5 % image16: 12.4 % xfce4-terminal-a1 ...... image: 26.9 % image16: 28.8 % Please see http://mattst88.com/blog/2012/05/17/Optimizing%20pixman%20for%20Loongson:%20Process%20and%20Results/ for more information. In addition to a number of bug fixes, cleanups and performance improvements, this release also contains improved support for Android and iOS thanks to Bobby Salazar. Thanks to everybody who contributed to pixman 0.26.0, including Alan Coopersmith, Andrea Canciani, Bobby Salazar, Chun-wei Fan, Colin Walters, Ingmar Runge, Jeremy Huddleston, Matt Turner, Naohiro Aota, Nemanja Lukic, and Søren Sandmann Pedersen.
2012-06-16Sort a bunch of plists.dholland1-2/+2
2012-06-15Whitespace. (as whined about by pkglint)dholland1-2/+2
2012-05-15Update outdated list of exported symbols which fixes the build undertron2-3/+4
Mac OS X Snow Leopard. Bump the package revision because the binary package will change on all platforms.
2012-05-12Update to 0.24.4, provided by Francois Tigeot in private mail:wiz7-65/+36
0.23.2: Check for working mmap() test: Fix compilation on win32 Add a "noop" fast path for operations which require no or almost no data processing Fix a few typos in pixman-combine.c.template Move many operations from various files into the new noop one. Delete some unused variables in examples, mmx and sse2 functions Replace arguments to composite functions Silence autoconf warnings blitters-test: Make common formats more likely to be tested ARM: Fix two bugs in neon_composite_over_n_8888_0565_ca() Replace boolean arguments with flags for bilinear fast path template REPEAT_NORMAL support for bilinear fast path template sse2: Declare bilinear src_8888_8888 REPEAT_NORMAL composite function ARM: Add REPEAT_NORMAL functions to bilinear BIND macros Enable REPEAT_NORMAL bilinear fast path entries Bilinear REPEAT_NORMAL source line extension for too short src_width 0.23.4: radial: Improve documentation and naming C fast path for scaled src_x888_8888 with nearest filter ARM: workaround binutils bug #12931 (code sections alignment) radial: Fix typos and trailing whitespace ARM NEON: Standard fast path out_reverse_8_8888 Fix lcg_rand_u32() to return 32 random bits New test of pixman_region_contains_{rectangle,point} Speed up pixman_region{,32}_contains_rectangle() Use find_box_for_y() in pixman_region_contains_point() too In pixman_image_create_bits() allow images larger than 2GB win32: Build benchmarks Workaround bug in llvm-gcc ARM: better NEON instruction scheduling of over_n_8888 and over_n_8_8888 bits: optimise fetching width==1 repeats 0.23.6: test: New function to save a pixman image to .png Use pkg-config to determine the flags to use with libpng Various build system fixes and improvements test: Use smaller boxes in region_contains_test() Add a generic unorm_to_unorm() conversion utility Add general pixel converter Add initial version of the MAKE_ACCESSORS() macro Use MAKE_ACCESSORS() to generate accessors for various image formats Remove x and y coordinates from analyze_extents() and compute_sample_extents() Split computation of sample area into own function Eliminate compute_sample_extents() function test: Occasionally use a BILINEAR filter in blitters-test test: better coverage for BILINEAR->NEAREST filter optimization Strength-reduce BILINEAR filter to NEAREST filter for identity transforms BILINEAR->NEAREST filter optimization for simple rotation and translation lowlevel-blt: add over_x888_8_8888 Various MMX fixes mmx: rename USE_MMX to USE_X86_MMX mmx: prepare pixman-mmx.c to be compiled for ARM/iwmmxt mmx: compile on ARM for iwmmxt optimizations mmx: optimize unaligned 64-bit ARM/iwmmxt loads Make sure iwMMXt is only detected on ARM sse2: Macros for assembling bilinear interpolation code fractions sse2: Bilinear scaled over_8888_8888 and over_8888_8_8888 init/fini functions for pixman_image_t Add new fast path flag FAST_PATH_BITS_IMAGE Add src, mask, and dest flags to the composite args struct Simple repeat fast path 0.23.8: Add stable release / development snapshot to draft release notes gradient walker: Correct types and fix formatting Use sentinels instead of special casing first and last stops Simplify gradient_walker_reset() ARM: NEON: Some cleanup of bilinear scanline functions ARM: NEON: Bilinear macro template for instruction scheduling ARM: NEON: Replace old bilinear scanline generator with new template ARM: NEON: Instruction scheduling of bilinear over_8888_8888 and over_8888_8_8888 ARM: NEON: Standard fast path src_n_8_8888 and src_n_8_8 ARM: NEON: Fix assembly typo error in src_n_8_8888 Fix use of uninitialized fields reported by valgrind 0.24.0: Add definitions of INT64_MIN and INT64_MAX Change MMX ldq_u to return _m64 instead of forcing all callers to cast 0.24.2: Don't use non-POSIX test Android Runtime Detection Support For ARM NEON gradient-walker: For NONE repeats, when x < 0 or x > 1, set both colors to 0 autogen.sh: Support GNOME Build API pixman-image.c: Fix typo in pixman_image_set_transform() Fix some signed overflow bugs Reject trapezoids where top (botttom) is above (below) the edges Make mmx code compatible with Solaris Studio 12.3 compilers Fix bugs with alpha maps 0.24.4: iOS Runtime Detection Support For ARM NEON Revert "Reject trapezoids where top (botttom) is above (below) the edges"
2011-12-31MirBSD build fix for pixman: use correct pthread options. No change forbsiegert3-6/+10
other platforms. The pthread check macro in pixman's configure is fundamentally broken, it seems. It would be better to fix it instead of working around ... Reviewed by Thomas Klausner.
2011-10-27re-add a workaround for a clipping related bug in Xorg<=1.6.drochner6-3/+246
This was removed upstream but is still needed for pkgsrc's modular-xorg. Fixes PR pkg/45509 by Francois Tigeot. Thankd for Francois for providing a pointer to the offending change. bump PKGREV
2011-07-13Remove Mac OS X build fix as David Sainty fixed the actual problemtron1-12/+1
with this commit: http://mail-index.netbsd.org/pkgsrc-changes/2011/07/13/msg057479.html
2011-07-13Regenerate the exported symbol list via the process in ../Makefile,v1.20.dsainty1-0/+19
Omit a PKGREVISION bump, this package doesn't actually build (on Linux) due to failing build-time test cases. Presumably on platforms where the build succeeds this export list doesn't actually matter.
2011-07-12Change last pattern back to allow SSE2 support for GCC 100.* and newertron1-2/+2
as suggested by Matthias Drochner in private e-mail. Let's hope we have switched to CLang by then.
2011-07-12Fix last commit:tron2-9/+7
1.) The check in "pkgsrc/x11/pixman/Makefile" was incorrect and always disabled SSE2. Remove it which also fixes the Mac OS X build as the necessary patch for the test program gets applied again. 2.) Correct the existing SSE2 handling in "pkgsrc/x11/pixman/hacks.mk": - Correctly match the various GCC versions. - Disable SSE2 for both amd64 and i386 when old versions of GCC are used.
2011-07-12Disable SSE2 support for NetBSD-*-x86_64. This prevents segfaults undertron1-2/+5
NetBSD/amd64 5.1_STABLE. Bump package revision because of this change. It is possible that SSE2 support works fine if "pixman" is built with NetBSD-current's newer toolchain. If you have such a setup please test it and adjust the package accordingly if appropriate.
2011-07-11Fix build problem under Mac OS X.tron1-2/+13
2011-07-11update to 0.22.2drochner3-15/+15
changes: -New r8g8b8a8 and r8g8b8x8 image formats -better support for compositing triangles and trapezoids -performance improvements -bugfixes
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2011-01-26update to 0.20.2drochner7-55/+58
changes: -Gradient improvements -Performance improvements -bugfixes
2010-09-14Set the required API version to 0.18.4 as well to enforce correcttron1-2/+2
build time dependences.
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-1/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-08-17Update to 0.18.4:wiz2-6/+6
Log: Søren Sandmann Pedersen (6): Post-release version bump to 0.18.3 Fix memory leak in the pthreads thread local storage code When storing a g1 pixel, store the lowest bit, rather than comparing with If we bail out of do_composite, make sure to undo any workarounds. Check for read accessors before taking the bilinear fast path Pre-release version bump to 0.18.4
2010-06-17Regenerate the exported symbol list via the process in ../Makefile,v1.20.dsainty1-0/+5
Omit a PKGREVISION bump, this package doesn't actually build (on Linux) due to failing build-time test cases. Presumably on platforms where the build succeeds this export list doesn't actually matter.
2010-06-16update to 0.18.2drochner6-34/+54
changes: minor fixes
2010-02-27upstream bug tracker says 23331 is fixed.tnn2-29/+1
2010-02-18update to 0.16.6drochner2-6/+6
changes: fixes for a couple of bugs related to alpha maps
2010-01-20Update to 0.16.4:wiz2-6/+6
The only change since 0.16.2 is that asserts are now disabled by default, so that region bugs in the X server don't take down the entire desktop.
2009-12-16Compilation failed on Sun Studio 12. Disable mmx/sse2.tnn1-3/+6
Please don't re-enable this without extensive tests, it seems fragile.
2009-11-15update to 0.16.2drochner3-11/+20
changes: minor bugfixes
2009-08-29Update to 0.16.0:wiz2-6/+6
New features since the last stable release, 0.14.0, include: * Support for PDF blend modes [Benjamin Otte, Carlos Garcia Campos] * A number of fast paths for ARM NEON [Jeff Muizelaar, Jonathan Morton, Siarhei Siamashka, Ian Rickards] * Support for PIXMAN_REPEAT_REFLECT for images [Thomas Jaeger] * New image formats: a2r10g10b10, x2r10g10b10 [Ben Skeggs] b8g8r8a8, b8g8r8x8 [Mike Kettenis] * Support for MMX and SSE2 on Sun compilers and Solaris [Alan Coopersmith] * Support for SSE2 on Windows x64 [George Yohng] Also new in this release: * A reorganisation of pixman's internals to make future development and maintenance easier [Søren Sandmann Pedersen] * A substantial expansion of pixman's test suite [Siarhei Siamashka] Thanks to everyone who contributed to pixman 0.16.0, including Adam Jackson, Adrian Bunk, Alan Coopersmith, Andre Tupinamba, Ben Skeggs, Benjamin Otte, Carlos Garcia Campos, Chris Wilson, George Yohng, Guillaume Letellier, Ian Rickards, Jeff Muizelaar, Jonathan Morton, Loïc Minier, Luca Barbato, M Joonas Pihlaja, Magnus Kessler, Makoto Kato, Mark Kettenis, Michel Dänzer, Miha Vrhovnik, Siarhei Siamashka, Søren Sandmann Pedersen, Thomas Jaeger, and William Bonnet.
2009-08-17Linux patch(1) requires a little extra context in patch-ac. Appease.dsainty2-4/+5
2009-08-15Update to 0.15.20:wiz3-15/+19
- A new test program for compositing operators [Siarhei Siamashka] - Bugs and performance fixes [Benjamin Otte, Chris Wilson, Andre Tupinamba, Soren Sandmann]
2009-07-22Update to 0.15.18:wiz3-16/+15
News: - ARM bug fixes [Siarhei Siamashka] - No more asserts on malformed regions [Søren Sandmann Pedersen] - SSE2 support for 64 bit windows [George Yohng] - Improvements to the region code [Benjamin Otte] - Misc. bug fixes [Adrian Bunk, Chris Wilson, M Joonas Pihlaja, Miha Vrhovnik]
2009-07-21Update pixman.sym to reflect reality.tnn2-1/+33
Bump PKGREVISION.
2009-07-19Don't build "scaling-test" regression test (which doesn't get installedtron2-1/+24
anyway). It fails to link under Mac OS X because it tries to call various symbols that are apparently now hidden. No changes to the binary package on other platforms.
2009-07-18Update to 0.15.16:wiz2-6/+6
- New ARGB formats with 10 bits per channel [Ben Skeggs] - ARM updates [Adrian Bunk, Guillaume Letellier, Jonathan Morton, Siarhei Siamashka] - The final bits of refactoring [Søren Sandmann Pedersen] - Misc. bug fixes [Michel Dänzer, Benjamin Otte, Søren Sandmann Pedsen]
2009-07-09update to 0.15.14drochner4-34/+6
sorry, didn't find a changelog -- quod licet src, quoque licet pkgsrc
2009-06-26You can't return from a void function. Fixes Solaris build and gives 999sketch2-1/+15
dependant packages a chance to build.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-06-08Update to 0.15.10. No release announcement available yet.wiz2-6/+6
2009-06-06Update to 0.15.8:wiz5-22/+22
0.15.8: - Phase three of the refactoring [Søren Sandmann Pedersen] - Fixes for refactoring fallout [Jonathan Morton, Jeff Muizelaar, Luca Barbato, Magnus Kessler] - Improved testing code [Siarhei Siamashka] 0.15.6: Apart from a few bug fixes, this release contains phase two of the refactoring; in this phase the various types of images are split into their own files. 0.15.4: A new pixman release 0.15.4 is now available. This is a development release leading up to a stable 0.16.0 release. News: - New ARM NEON fast paths [Ian Rickards, Jeff Muizelaar] - The first part of a large refactoring of the pixman code base [Søren Sandmann] - Bug fixes [Adam Jackson, Alan Coopersmith, Siarhei Siamashka, Jonathan Morton]
2009-05-17Fixing wrong target location for copying missing solaris-hwcap.mapfilesno1-2/+2
reported through PR pkg/41287.
2009-05-02Redo patch for PR pkg/41287 to get it formal correct (suggested by joerg@)sno4-47/+39