Bug 12803 - A new performance test: composite_checker
Summary: A new performance test: composite_checker
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 1.5.1
Hardware: Other All
: medium normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-14 16:47 UTC by Björn Lindqvist
Modified: 2008-10-10 05:37 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
part 1 (4.73 KB, patch)
2007-10-14 16:48 UTC, Björn Lindqvist
Details | Splinter Review
part 2 (1.21 KB, patch)
2007-10-14 16:49 UTC, Björn Lindqvist
Details | Splinter Review
part 3 (1.49 KB, patch)
2007-10-14 16:50 UTC, Björn Lindqvist
Details | Splinter Review
part 4 (913 bytes, patch)
2007-10-14 16:50 UTC, Björn Lindqvist
Details | Splinter Review

Description Björn Lindqvist 2007-10-14 16:47:54 UTC
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.
Comment 1 Björn Lindqvist 2007-10-14 16:48:54 UTC
Created attachment 12042 [details] [review]
part 1
Comment 2 Björn Lindqvist 2007-10-14 16:49:46 UTC
Created attachment 12043 [details] [review]
part 2
Comment 3 Björn Lindqvist 2007-10-14 16:50:04 UTC
Created attachment 12044 [details] [review]
part 3
Comment 4 Björn Lindqvist 2007-10-14 16:50:20 UTC
Created attachment 12045 [details] [review]
part 4
Comment 5 Chris Wilson 2008-10-08 12:16:08 UTC
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.
Comment 6 Björn Lindqvist 2008-10-10 05:37:25 UTC
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.