Here is a new performance test to Cairo's perf suite. It is supposed to test how good Cairo is at doing the same thing that gdk_pixbuf_color_composite() is doing. I've created the patches using git-format-patch... I'm totally not sure if this is the right way to do it, some hints would be appreciated.
Created attachment 12042 [details] [review] part 1
Created attachment 12043 [details] [review] part 2
Created attachment 12044 [details] [review] part 3
Created attachment 12045 [details] [review] part 4
Thanks - I've finally got around to applying this perf case. The patches were fine, but I suggest you try "git rebase -i origin" if you've not already discovered it. I took the liberty of applying a simple, unrestrictive license: /* * Copyright © 2007 Björn Lindqvist * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, * modify, merge, publish, distribute, sublicense, and/or sell copies * of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * * Author: Björn Lindqvist <bjourne@gmail.com> */ Please tell me if you are unhappy to use this license for your contribution. Thanks.
Thanks for looking at this. The copyright notice looks fine.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.