summaryrefslogtreecommitdiff
path: root/test/operator-alpha-alpha.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Fix operator-alpha-alphaAndrea Canciani2011-01-191-2/+2
| | | | | | | | The test is checking the compositing of color-alpha sources although it was meant to check the compositing of alpha-only sources on alpha-only destinations. This commit fixes the code to respect the test description.
* Update FSF addressAndrea Canciani2010-04-271-1/+1
| | | | | | | | | | | I updated the Free Software Foundation address using the following script. for i in $(git grep Temple | cut -d: -f1 ) do sed -e 's/59 Temple Place[, -]* Suite 330, Boston, MA *02111-1307[, ]* USA/51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA/' -i "$i" done Fixes http://bugs.freedesktop.org/show_bug.cgi?id=21356
* Add new operator-alpha-alpha testAndrea Canciani2009-11-091-0/+166
Compositing of alpha-only sources is not throughly tested and as a consequence the misbehaviour of some backends is not shown by the test suite. [ickle: Added XFAILs for pdf, ps, svg.]