pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/pixman Update to 0.24.4, provided by Francois Tige...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b2250a92d11
branches:  trunk
changeset: 603755:1b2250a92d11
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat May 12 17:38:32 2012 +0000

description:
Update to 0.24.4, provided by Francois Tigeot in private mail:

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"

diffstat:

 x11/pixman/Makefile         |   5 ++---
 x11/pixman/distinfo         |  17 ++++++++---------
 x11/pixman/patches/patch-aa |  12 +++++++-----
 x11/pixman/patches/patch-ab |  12 ++++++------
 x11/pixman/patches/patch-ae |  29 -----------------------------
 x11/pixman/patches/patch-bb |  14 +++++++-------
 x11/pixman/patches/patch-bc |  12 ++++++------
 7 files changed, 36 insertions(+), 65 deletions(-)

diffs (183 lines):

diff -r 6832d8812269 -r 1b2250a92d11 x11/pixman/Makefile
--- a/x11/pixman/Makefile       Sat May 12 17:20:47 2012 +0000
+++ b/x11/pixman/Makefile       Sat May 12 17:38:32 2012 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2011/10/27 16:52:51 drochner Exp $
+# $NetBSD: Makefile,v 1.46 2012/05/12 17:38:32 wiz Exp $
 
-DISTNAME=      pixman-0.22.2
-PKGREVISION=   2
+DISTNAME=      pixman-0.24.4
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 6832d8812269 -r 1b2250a92d11 x11/pixman/distinfo
--- a/x11/pixman/distinfo       Sat May 12 17:20:47 2012 +0000
+++ b/x11/pixman/distinfo       Sat May 12 17:38:32 2012 +0000
@@ -1,14 +1,13 @@
-$NetBSD: distinfo,v 1.44 2011/12/31 15:37:55 bsiegert Exp $
+$NetBSD: distinfo,v 1.45 2012/05/12 17:38:32 wiz Exp $
 
-SHA1 (pixman-0.22.2.tar.bz2) = ad2b828ce4280472f5933d8bb5f0f4d583aed7f3
-RMD160 (pixman-0.22.2.tar.bz2) = 13dbab02962cf45995aaebde4ec9a952ca8e6e76
-Size (pixman-0.22.2.tar.bz2) = 461319 bytes
-SHA1 (patch-aa) = 019368315a48e7f928a0d85c340da7a5131504ec
-SHA1 (patch-ab) = dd31ac6ff6dffb5a29b9d2ac372be55900e773f6
+SHA1 (pixman-0.24.4.tar.bz2) = 683450f917015366ac7918fc517c76801aeff374
+RMD160 (pixman-0.24.4.tar.bz2) = 1df92f83b0b944e8a493a8cdf6318ebc6e778914
+Size (pixman-0.24.4.tar.bz2) = 468400 bytes
+SHA1 (patch-aa) = 7096dcb1f999ad4c9c0797bbdc5a4dd1f994275d
+SHA1 (patch-ab) = 85ece7667c4c24adf92c1a2ec25bb2e12e83d0e4
 SHA1 (patch-ad) = 2841fb543df1a180a263a770d1934924a4648d8d
-SHA1 (patch-ae) = 3bec7a866692b06fd2d9a1376d36277b2d618e14
 SHA1 (patch-af) = 76a94e09758f1d6e3055430c82fbcdaaefe0436d
 SHA1 (patch-ba) = 9bd8a7fd0cfbd280df06d69838d3d10ab1b51e23
-SHA1 (patch-bb) = 5017e070676b9e4613e02fe4b9d129c08abe6c7a
-SHA1 (patch-bc) = 6a95770dca37d1ed0379a0b0313589a44ae0b4b0
+SHA1 (patch-bb) = bf9a4725e5dc20af7cafbedd212f6e2e2d78fa71
+SHA1 (patch-bc) = 7e1ba2de0c29a8f89f3549f4b3b8d1dd9e4fbaa5
 SHA1 (patch-bd) = cd2feeedffd78dbcc16b327d346afc0b14c78136
diff -r 6832d8812269 -r 1b2250a92d11 x11/pixman/patches/patch-aa
--- a/x11/pixman/patches/patch-aa       Sat May 12 17:20:47 2012 +0000
+++ b/x11/pixman/patches/patch-aa       Sat May 12 17:38:32 2012 +0000
@@ -1,11 +1,13 @@
-$NetBSD: patch-aa,v 1.12 2011/01/26 19:25:55 drochner Exp $
+$NetBSD: patch-aa,v 1.13 2012/05/12 17:38:32 wiz Exp $
 
---- pixman/Makefile.am.orig    2011-01-19 12:13:01.000000000 +0000
+--- pixman/Makefile.am.orig    2012-01-27 15:45:27.000000000 +0000
 +++ pixman/Makefile.am
-@@ -1,5 +1,5 @@
+@@ -2,7 +2,7 @@ include $(top_srcdir)/pixman/Makefile.so
+ 
  lib_LTLIBRARIES = libpixman-1.la
+ 
 -libpixman_1_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -no-undefined @PTHREAD_LDFLAGS@ 
 +libpixman_1_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -no-undefined @PTHREAD_LDFLAGS@ -export-symbols $(PIXMAN_SYMFILE)
  libpixman_1_la_LIBADD = @PTHREAD_LIBS@ @DEP_LIBS@ -lm
- libpixman_1_la_SOURCES =                      \
-       pixman.h                                \
+ libpixman_1_la_SOURCES = $(libpixman_sources) $(libpixman_headers)
+ 
diff -r 6832d8812269 -r 1b2250a92d11 x11/pixman/patches/patch-ab
--- a/x11/pixman/patches/patch-ab       Sat May 12 17:20:47 2012 +0000
+++ b/x11/pixman/patches/patch-ab       Sat May 12 17:38:32 2012 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.12 2011/01/26 19:25:55 drochner Exp $
+$NetBSD: patch-ab,v 1.13 2012/05/12 17:38:32 wiz Exp $
 
---- pixman/Makefile.in.orig    2011-01-19 13:22:55.000000000 +0000
+--- pixman/Makefile.in.orig    2012-02-09 00:03:39.000000000 +0000
 +++ pixman/Makefile.in
-@@ -358,7 +358,7 @@ top_srcdir = @top_srcdir@
+@@ -429,7 +429,7 @@ BUILT_SOURCES = \
  lib_LTLIBRARIES = libpixman-1.la
  libpixman_1_la_LDFLAGS = -version-info $(LT_VERSION_INFO) \
        -no-undefined @PTHREAD_LDFLAGS@ $(am__append_2) \
--      $(am__append_7)
-+      $(am__append_7) -export-symbols $(PIXMAN_SYMFILE)
+-      $(am__append_7) $(am__append_14)
++      $(am__append_7) $(am__append_14) -export-symbols $(PIXMAN_SYMFILE)
  libpixman_1_la_LIBADD = @PTHREAD_LIBS@ @DEP_LIBS@ -lm $(am__append_3) \
        $(am__append_5) $(am__append_8) $(am__append_10) \
-       $(am__append_12)
+       $(am__append_12) $(am__append_15)
diff -r 6832d8812269 -r 1b2250a92d11 x11/pixman/patches/patch-ae
--- a/x11/pixman/patches/patch-ae       Sat May 12 17:20:47 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-$NetBSD: patch-ae,v 1.13 2011/07/11 10:50:58 drochner Exp $
-
---- configure.orig     2011-07-04 20:24:41.000000000 +0000
-+++ configure
-@@ -21325,7 +21325,7 @@ fi
- # if we're using Sun Studio and neither the user nor a config.site
- # has set CFLAGS.
- if test $SUNCC = yes &&                       \
--   test "$test_CFLAGS" == "" &&               \
-+   test "$test_CFLAGS" = "" &&                \
-    test "$CFLAGS" = "-g"
- then
-   CFLAGS="-O -g"
-@@ -21767,6 +21767,7 @@ fi
- 
- 
- 
-+if false; then
-       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fvisibility=hidden" >&5
- $as_echo_n "checking whether the compiler supports -fvisibility=hidden... " >&6; }
-               save_CFLAGS="$CFLAGS"
-@@ -21841,6 +21842,7 @@ rm -f core conftest.err conftest.$ac_obj
-       fi
-       { $as_echo "$as_me:$LINENO: result: $_yesno" >&5
- $as_echo "$_yesno" >&6; }
-+fi
- 
- 
-       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -xldscope=hidden" >&5
diff -r 6832d8812269 -r 1b2250a92d11 x11/pixman/patches/patch-bb
--- a/x11/pixman/patches/patch-bb       Sat May 12 17:20:47 2012 +0000
+++ b/x11/pixman/patches/patch-bb       Sat May 12 17:38:32 2012 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-bb,v 1.1 2011/10/27 16:52:51 drochner Exp $
+$NetBSD: patch-bb,v 1.2 2012/05/12 17:38:32 wiz Exp $
 
---- pixman/pixman-private.h.orig       2011-07-04 20:22:40.000000000 +0000
+--- pixman/pixman-private.h.orig       2012-02-09 00:00:47.000000000 +0000
 +++ pixman/pixman-private.h
-@@ -595,6 +595,7 @@ _pixman_iter_get_scanline_noop (pixman_i
- #define FAST_PATH_ROTATE_90_TRANSFORM         (1 << 21)
- #define FAST_PATH_ROTATE_180_TRANSFORM                (1 << 22)
- #define FAST_PATH_ROTATE_270_TRANSFORM                (1 << 23)
-+#define FAST_PATH_NEEDS_WORKAROUND            (1 << 24)
+@@ -636,6 +636,7 @@ _pixman_iter_get_scanline_noop (pixman_i
+ #define FAST_PATH_SAMPLES_COVER_CLIP_NEAREST  (1 << 23)
+ #define FAST_PATH_SAMPLES_COVER_CLIP_BILINEAR (1 << 24)
+ #define FAST_PATH_BITS_IMAGE                  (1 << 25)
++#define FAST_PATH_NEEDS_WORKAROUND            (1 << 26)
  
  #define FAST_PATH_PAD_REPEAT                                          \
      (FAST_PATH_NO_NONE_REPEAT         |                               \
diff -r 6832d8812269 -r 1b2250a92d11 x11/pixman/patches/patch-bc
--- a/x11/pixman/patches/patch-bc       Sat May 12 17:20:47 2012 +0000
+++ b/x11/pixman/patches/patch-bc       Sat May 12 17:38:32 2012 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-bc,v 1.1 2011/10/27 16:52:51 drochner Exp $
+$NetBSD: patch-bc,v 1.2 2012/05/12 17:38:32 wiz Exp $
 
---- pixman/pixman.c.orig       2011-07-04 20:22:40.000000000 +0000
+--- pixman/pixman.c.orig       2012-01-27 15:45:27.000000000 +0000
 +++ pixman/pixman.c
 @@ -162,6 +162,57 @@ optimize_operator (pixman_op_t     op,
      return operator_table[op].opaque_info[is_dest_opaque | is_source_opaque];
@@ -60,10 +60,10 @@
  /*
   * Computing composite region
   */
-@@ -690,6 +741,13 @@ pixman_image_composite32 (pixman_op_t   
+@@ -586,6 +637,13 @@ pixman_image_composite32 (pixman_op_t
      uint32_t src_flags, mask_flags, dest_flags;
      pixman_region32_t region;
-     pixman_box32_t *extents;
+     pixman_box32_t extents;
 +    uint32_t *src_bits;
 +    int src_dx, src_dy;
 +    uint32_t *mask_bits;
@@ -74,7 +74,7 @@
      pixman_implementation_t *imp;
      pixman_composite_func_t func;
  
-@@ -727,6 +785,16 @@ pixman_image_composite32 (pixman_op_t   
+@@ -623,6 +681,16 @@ pixman_image_composite32 (pixman_op_t
            src_format = mask_format = PIXMAN_rpixbuf;
      }
  
@@ -91,7 +91,7 @@
      pixman_region32_init (&region);
  
      if (!pixman_compute_composite_region32 (
-@@ -793,6 +861,13 @@ pixman_image_composite32 (pixman_op_t   
+@@ -716,6 +784,13 @@ pixman_image_composite32 (pixman_op_t
      }
  
  out:



Home | Main Index | Thread Index | Old Index