summaryrefslogtreecommitdiffstats
path: root/progs/tests/rubberband.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: test pseudo-XOR blend mode.Brian Paul2009-01-191-0/+245
GL_XOR logicop mode can be approximated with blending by computing 1 - dst. Here's a couple test programs for that.