summaryrefslogtreecommitdiff
path: root/packages/cairo
AgeCommit message (Collapse)AuthorFiles
2007-04-18cairo: add 1.4.4 + Chris Wilsons workqueue patchKoen Kooi3
2007-03-20cairo: add 1.4.2 (latest stable) + surface-cache patchKoen Kooi1
2007-03-06merge of '6466dc79dded8ec3ade8c212b27f84f9699f48e1'Koen Kooi1
and '692c2b51db3e49bf51daec9a4656898cf8994fff'
2007-03-06Cairo: update to the latest stable release (1.4.0), apply the surface cache ↵Koen Kooi1
patch to get a nice speed up
2007-03-05cairo git: bump PVKoen Kooi1
2007-02-14cairo: update to 1.3.14 snapshot, apply surface-cache patch from JornKoen Kooi1
2007-02-01cairo 1.3.12: update surface-cache patch to r3Koen Kooi3
2007-01-29cairo_1.3.12.bb : add patch from jorn at openedhand.com that promises aGraeme Gregory2
12% speedup of cairo.
2007-01-20cairo: update 1.3 to latest snapshotKoen Kooi2
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie11
2006-12-29cairo git: adjust PVKoen Kooi1
2006-12-29cairo: drop obsolete recipesKoen Kooi7
2006-12-23cairo: update to 1.3.10Koen Kooi2
From the release notes: This is the fifth development snapshot in the 1.3 series. It comes 9 days after the 1.3.8 snapshot, and still well within our goal of having a new snapshot every week, (though don't expect one next week---we'll all be too stuffed with sugar plums). Speaking of sugar plums, there's a sweet treat waiting in this cairo snapshot---greatly improved performance for stroking rectilinear shapes, like the ever common rectangle: image-rgb box-outline-stroke-100 0.18 -> 0.01: 25.58x speedup In past releases of cairo, some people had noticed that using cairo_stroke to draw rectilinear shapes could be awfully slow. Many people had worked around this by using cairo_fill with a more complex path and gotten a 5-15x performance benefit from that. If you're one of those people, please rip that workaround out, as now the more natural use of cairo_stroke should be 1.2-2x faster than the unnatural use of cairo_fill. And if you hadn't ever implemented that workaround, then you just might get to see your stroked rectangles now get drawn 5-25x faster.
2006-12-15cairo: update git to 1.3.9Koen Kooi2
update snapshot to 1.3.8, from its news file: After the bug fixes in 1.3.6, we're back to our original program of weekly snapshots, each one faster than the one from the week before. Cairo 1.3.8 brings a 2x improvement in the speed of rendering linear gradients (thanks to David Turner), and a significant reduction in X traffic when rendering text (thanks to Xan Lopez and Behdad Esfahbod), making cairo behave very much like Xft does. A few other things in the 1.3.8 snapshot worth noting include a more forgiving image comparator in the test suite, (using the "perceptual diff" metric and GPL implementation by Hector Yee[*]), a bug fix for broken linking on x86_64 (thanks to M Joonas Pihlaja) and an even better implementation of _cairo_lround, (not faster, but supporting a more complete input range), from Daniel Amelang.
2006-12-07cairo: update to the 1.3.6 snapshot and steal some magic from gcc to set ↵Koen Kooi2
option for FPU-less systems
2006-12-05cairo git: cairo is at 1.3.5 nowKoen Kooi1
2006-11-23cairo: update snapshot to 1.3.4 Koen Kooi3
2006-11-23cairo git: adjust PV to match upstreamKoen Kooi1
2006-11-22cairo git: remove local diffKoen Kooi1
2006-11-22cairo git: also compile performance suiteKoen Kooi1
2006-11-22cairo: add floating git versionKoen Kooi1
2006-11-16cairo: add 1.3.2 dev snapshotLeon Woestenberg3
2006-11-06cairo 1.2.4: add patches from Dan Amelang to speed up fixed_from_double ↵Koen Kooi5
conversions * see http://lists.freedesktop.org/archives/cairo/2006-November/008331.html * also see http://blogs.gnome.org/view/xan/2006/11/06/0
2006-10-12cairo 1.2.2: add libsm to DEPENDSKoen Kooi1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi10
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-09-03cairo 1.2.4: Drop broken patch pending a rethinkRichard Purdie2
2006-09-01cairo 1.2.4: libx11 -> virtual/libx11Koen Kooi1
2006-08-27cairo: Add 1.2.4 (including float conversion speedup) (from poky)Richard Purdie3
2006-08-09cairo: add 1.2.2 release and drop the bugridden 1.2.0Koen Kooi1
2006-07-29x11: change virtual/x11 to virtual/libx11Justin Patrin8
2006-07-26x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin8
- emacs and synergy need full x11, hence libx11 instead of virtual/x11 - any other packages which depend on a full x11 will need the same change
2006-07-05cairo: add 1.2.0Florian Boor1
2006-03-15cairo: add bugfix release 1.0.4Philipp Zabel1
2006-03-15cairo-1.0.2: fix build for gcc4, patch from cvsPhilipp Zabel1
2006-03-01all over the place: adapt DEPENDS to new xlib namesPhilipp Zabel6
2006-02-14libsvg 0.1.4: Fix typoRichard Purdie1
2006-02-13libsvg: Add 0.1.4 thanks to Eric Shattow (shadows) (#675)Richard Purdie3
2006-01-10replace oe_runmake install by autotools_stage_all in various packagesPhilipp Zabel4
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to ↵Richard Purdie5
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
2006-01-04Revert the changes from revisions 65af73a95a851d2e8c3cf2f523f1acc488be0208, ↵Richard Purdie5
28f020502e7dcf566733f474864c62156895baec, 7de90a055904c4af8890dd5ae8c192bfd41b3fa1
2006-01-02autotooled packages: remove custom do_stagePhilipp Zabel5
2005-12-30cairo: update to 1.0.2Koen Kooi1
2005-08-24Add cairo 1.0.0Koen Kooi1
2005-08-15Remove libpixman from cairo depends, since it was usurped into cairoKoen Kooi1
2005-08-15update cairo and libsvg-cairo to the latest snapshotKoen Kooi2
2005-07-22Add new cairo snapshotKoen Kooi1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi4
2005-06-06Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/06 20:22:57+02:00 utwente.nl!koen libsvg-cairo_20050601.bb: Add fixed cvs version of libsvg-cairo, since the cairo people seem to be incapable of releasing compatible snapshots BKrev: 42a4a6a3qzRX0NkWfWC_f-bNsdxwAA
2005-06-03Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net4
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/03 12:03:47+02:00 utwente.nl!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into bitbake.utwente.nl:/home/koen/OE/openembedded 2005/06/03 12:03:21+02:00 utwente.nl!koen libpixman_cvs.bb, libsvg-cairo_cvs.bb, cairo_cvs.bb: lower default for _cvs 2005/06/03 12:02:31+02:00 utwente.nl!koen Add libpixman 0.1.5 snapshot 2005/06/03 11:58:13+02:00 utwente.nl!koen Add libsvg-cairo 0.1.5 snapshot 2005/06/03 11:52:47+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/06/03 11:52:37+02:00 uni-frankfurt.de!mickeyl python: add python-logging add python-datetime add cookielib to python-netclient add python-logging and python-datetime as dependencies for python-netclient 2005/06/03 11:50:13+02:00 utwente.nl!koen Add cairo 0.5.0 snapshot to avoid more cvs API breakage BKrev: 42a03389qsmXzGKlqsXJl89V1cJaZA
2005-02-15Merge bk://oe-devel@openembedded-devel.bkbits.net/openembeddedPhil Blundell2
into mebius.(none):/home/pb/oe/oe 2005/02/15 12:11:02+00:00 (none)!pb remove expat.patch; now integrated in upstream libsvg cvs BKrev: 4211e722l-OA1b8-AoBEsPcJjmQrZg