summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-01-19 12:03:17 -0700
committerBrian Paul <brianp@vmware.com>2009-01-19 12:09:40 -0700
commitf97792421ba3ea0af1f1976e5e267e88314885a2 (patch)
treea10f720c85fc92aaa5b63cdd319fe53182aa7ed8 /progs/tests/Makefile
parent396711b840683809565507e47a4311e5b7503ef2 (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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 86b0cb537b..5f17f88d36 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 \