Age | Commit message (Collapse) | Author | Files | Lines |
|
A recent optimisation has added a flag to the image
surface which is used to track whether the surface
is clear or not. This makes it imperative that clients
call cairo_surface_mark_dirty() if they use cairo to
allocate their pixel buffers and then proceed to
initialize them without telling cairo about it.
|
|
If the image surface creation fails, the data pointer will be NULL leading
to a segfault -- so check!
|
|
MSVC can't handle this. GCC will warn with -pedantic, but I'm not
sure we want to enable that.
|
|
Avoid calling libtool to link every single test case, by building just one
binary from all the sources.
This binary is then given the task of choosing tests to run (based on user
selection and individual test requirement), forking each test into its own
process and accumulating the results.
|
|
Otherwise the reference image (user-font-image-ref.png) gets
interpreted as an image-specific reference image for the
user-font test case resulting in a bogus failure.
|