From f97792421ba3ea0af1f1976e5e267e88314885a2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 19 Jan 2009 12:03:17 -0700 Subject: 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. --- progs/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'progs/tests/Makefile') 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 \ -- cgit v1.2.3