summaryrefslogtreecommitdiff
path: root/test/fill-alpha.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.Chris Wilson2008-09-081-0/+89
Benjamin Otte reported "who broke rgba fills? they look dithered with recent git." This commit is the result of a skim through the test-suite which revealed no single test responsible for checking the basic operation of "set_rgba(); fill();".