Updating link to change in openSUSE:Factory/pixman revision 13.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=3a148afe57a37bc1887ac3827c1b2aff
This commit is contained in:
parent
6008ded136
commit
cc43292e18
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:933c321b2ab525854846c00956d4feff4aacb2a52417f55ce745ec867c8b5040
|
||||
size 405682
|
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,56 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 0.17.6:
|
||||
+ Asserts are always turned off, so X server crashes in the
|
||||
region code should be gone (fdo#26314).
|
||||
+ 32 bit versions of some existing API:
|
||||
- pixman_fill_boxes32()
|
||||
- pixman_image_composite_32()
|
||||
+ Add accessor for the destroy data:
|
||||
pixman_image_get_destroy_data()
|
||||
+ Optimizations for scaled images
|
||||
+ Some reorganisation of the fast path tables
|
||||
+ Bug fix for ARM NEON detection
|
||||
+ See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.17.6
|
||||
for full list of changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 18 21:21:46 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pixman (Version 0.17.4)
|
||||
# spec file for package pixman (Version 0.17.8)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: pixman
|
||||
Version: 0.17.4
|
||||
Version: 0.17.8
|
||||
Release: 1
|
||||
License: MIT License (or similar)
|
||||
Summary: Pixel manipulation library
|
||||
|
Loading…
Reference in New Issue
Block a user