summaryrefslogtreecommitdiff
path: root/test/xlib-surface-source.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Improve memfault behaviour.Chris Wilson2010-05-031-1/+6
| | | | | Various minor tweaks to convert asserts into error returns and to improve error checking on intermediate surfaces.
* test: Add explicit device management to xlib-surface-sourceChris Wilson2010-01-221-0/+5
| | | | Mostly pedagogical example.
* [test] Build test suite into single binary.Chris Wilson2008-10-311-1/+7
| | | | | | | | | 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.
* [test/xlib-surface-source] Skip test if DISPLAY not setBehdad Esfahbod2008-08-111-0/+4
|
* [test/xlib-surface-source] Build under --disable-xlib-xrender.Chris Wilson2008-06-191-0/+4
| | | | Add an ifdef to support compiling without XRender.
* [test] Add tests using each backend as a source.Chris Wilson2008-02-151-0/+76
Inspired by bug 7362 (painting a glitz surface onto an xlib surface crashes cairo) and the lack of coverage for _cairo_paginated_surface_acquire_source_image(), these tests attempt to use each backend as a source surface for all the other backends. For example, this checks that one can construct a PS file ready for printing and then copy that surface to an image/xlib for previewing.