Update change log.
[platform/upstream/cairo.git] / boilerplate / README
1 This directory provides code that is common to both of cairo's tests
2 suites:
3
4  * The test suite for correctness in test/
5  * The test suite for performance in perf/
6
7 We call it boilerplate as it consists primarily of the boilerplate
8 code necessary for initializing a backend in order to create a surface
9 for that backend.
10
11 The code here just might be useful for someone looking to get started
12 writing cairo code to use a particular backend, (but there are no
13 promises that the boilerplate code found here for any particular
14 backend is exemplary).