Accepting request 33509 from home:MBoman:branches:GNOME:Factory
Copy from home:MBoman:branches:GNOME:Factory/pixman via accept of submit request 33509 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/33509 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=33
This commit is contained in:
parent
d149aecbdc
commit
6d26862b6c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef4761b149018851bf41296b155911819c98e30f18f65e8ef593b14a54372eeb
|
|
||||||
size 406373
|
|
3
pixman-0.17.8.tar.bz2
Normal file
3
pixman-0.17.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f04ad6011b6075dc806589346d5b23516758bb27c7d2c6bcac63b67a559618d1
|
||||||
|
size 416826
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 25 22:01:04 CET 2010 - captain.magnus@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.17.8:
|
||||||
|
+ Once unrolled version of fast_path_composite_nearest_scaled()
|
||||||
|
+ Generalize and optimize fast_composite_src_scaled_nearest()
|
||||||
|
+ Merge branch 'bitmasks'
|
||||||
|
+ Makefile.am: Remove 'check' from release-check
|
||||||
|
+ Turn off asserts in development snapshots (fdo#26314)
|
||||||
|
+ ARM: Remove any use of environment variables for cpu features
|
||||||
|
detection
|
||||||
|
+ Add pixman_image_get_destroy_data()
|
||||||
|
+ Add extern "C" guards for c++
|
||||||
|
+ Move checks for src/mask repeat right before walking the
|
||||||
|
region
|
||||||
|
+ Compute src, mask, dest flags and base fast path decisions on
|
||||||
|
them
|
||||||
|
+ Add src_, mask_, and dest_flags fields to fast path arrays
|
||||||
|
+ Move calls to source_is_fastpathable() into
|
||||||
|
get_source_format()
|
||||||
|
+ Fold get_fast_path() into _pixman_run_fast_path()
|
||||||
|
+ Consolidate the source and mask sanity checks in a function
|
||||||
|
+ Move pixbuf checks after src_format and mask_format have been
|
||||||
|
computed
|
||||||
|
+ Move the sanity checks for src, mask and destination into
|
||||||
|
get_fast_path()
|
||||||
|
+ Turn some uint16_t variables to int32_t in the fast paths
|
||||||
|
+ Implement get_scanline_64() correctly for solid fill images
|
||||||
|
+ Make pixman_image_fill_rectangles() call
|
||||||
|
pixman_image_fill_boxes()
|
||||||
|
+ Add pixman_image_fill_boxes() API
|
||||||
|
+ Add pixman_image_composite32()
|
||||||
|
+ Make region argument to pixman_region(32)_init_rects() const
|
||||||
|
+ Fix typo
|
||||||
|
+ Fix some warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 14 13:35:21 CET 2010 - vuntz@opensuse.org
|
Sun Feb 14 13:35:21 CET 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pixman (Version 0.17.6)
|
# spec file for package pixman (Version 0.17.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pixman
|
Name: pixman
|
||||||
Version: 0.17.6
|
Version: 0.17.8
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Summary: Pixel manipulation library
|
Summary: Pixel manipulation library
|
||||||
|
Loading…
Reference in New Issue
Block a user