summaryrefslogtreecommitdiff
path: root/test/fill-alpha-pattern.c
Commit message (Collapse)AuthorAgeFilesLines
* [test] Build test suite into single binary.Chris Wilson2008-10-311-14/+6
| | | | | | | | | 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] fill-alphaChris Wilson2008-09-091-4/+5
| | | | | Update alpha value to non-divisable-by-256 number to expose a bug in pixman where it appears to be mixing in empty registers.
* [test] Add fill-alpha-pattern.Chris Wilson2008-09-081-0/+94
A slight variation on the simple fill-alpha theme is that if Company is truly seeing a regression where we dither, the error on a constant background will be small and might be missed by the test suite.