summaryrefslogtreecommitdiff
path: root/progs/tests/blendxor.c
AgeCommit message (Collapse)Author
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell
Also get mingw cross-compilation of these tests working
2009-01-19tests: test pseudo-XOR blend mode.Brian Paul
GL_XOR logicop mode can be approximated with blending by computing 1 - dst. Here's a couple test programs for that.