diff options
author | Brian Paul <[email protected]> | 2009-01-19 12:03:17 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-01-19 12:09:40 -0700 |
commit | f97792421ba3ea0af1f1976e5e267e88314885a2 (patch) | |
tree | a10f720c85fc92aaa5b63cdd319fe53182aa7ed8 /progs/tests/Makefile | |
parent | 396711b840683809565507e47a4311e5b7503ef2 (diff) |
tests: test pseudo-XOR blend mode.
GL_XOR logicop mode can be approximated with blending by computing 1 - dst.
Here's a couple test programs for that.
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 86b0cb537be..5f17f88d36c 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -26,6 +26,7 @@ SOURCES = \ arraytexture.c \ blendminmax.c \ blendsquare.c \ + blendxor.c \ bufferobj.c \ bug_3050.c \ bug_3101.c \ @@ -60,6 +61,7 @@ SOURCES = \ projtex.c \ random.c \ readrate.c \ + rubberband.c \ seccolor.c \ shader_api.c \ sharedtex.c \ |