Accepting request 35246 from GNOME:Factory
Copy from GNOME:Factory/pixman based on submit request 35246 from user MBoman OBS-URL: https://build.opensuse.org/request/show/35246 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pixman?expand=0&rev=15
This commit is contained in:
commit
da26f12a1d
3
pixman-0.17.10.tar.bz2
Normal file
3
pixman-0.17.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2a8825636560bab6ba485f5723a829aeba7219905f756f4db51f183d2faf00f4
|
||||||
|
size 417526
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f04ad6011b6075dc806589346d5b23516758bb27c7d2c6bcac63b67a559618d1
|
|
||||||
size 416826
|
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 6 16:54:39 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.17.10:
|
||||||
|
+ ARM: added 'neon_composite_over_n_8888_8888_ca' fast path
|
||||||
|
+ ARM: added 'neon_composite_src_x888_8888' fast path
|
||||||
|
+ ARM: added 'neon_composite_over_reverse_n_8888' fast path
|
||||||
|
+ Compute the image flags at validation time instead of composite
|
||||||
|
time
|
||||||
|
+ Add new FAST_PATH_SIMPLE_REPEAT flag
|
||||||
|
+ Move computation of extended format code to validate.
|
||||||
|
+ Eliminate _pixman_image_is_solid()
|
||||||
|
+ Eliminate _pixman_image_is_opaque() in favor of a new
|
||||||
|
FAST_PATH_IS_OPAQUE
|
||||||
|
+ Turn need_workaround into another flag.
|
||||||
|
+ Move workaround code to pixman-image.c
|
||||||
|
+ Restructure the flags computation in compute_image_info().
|
||||||
|
+ test: Remove obsolete comment
|
||||||
|
+ Move __force_align_arg_pointer workaround before composite32()
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 25 22:01:04 CET 2010 - captain.magnus@opensuse.org
|
Thu Feb 25 22:01:04 CET 2010 - captain.magnus@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pixman (Version 0.17.8)
|
# spec file for package pixman (Version 0.17.10)
|
||||||
#
|
#
|
||||||
# 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.8
|
Version: 0.17.10
|
||||||
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