From 0ca6715ba5c187b687edd544668ef98b9d1b1047 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Sat, 10 Sep 2005 01:02:25 +0000 Subject: new demo to test ATI_fragment_shader, not very creative but easy to know if the output is correct. Tests single-pass as well as multi-pass shader (only pseudo-dependant texture read though, and no tex coord swizzling), src and dst modifiers, src repetition, dst masks, constants, and some ops. Both shaders run succesfully with swrast as well as r200. --- progs/tests/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'progs/tests/Makefile') diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 768820cf3d..fc8476a27a 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -98,6 +98,11 @@ getprocaddress: getprocaddress.c getproclist.h getproclist.h: $(TOP)/src/mesa/glapi/gl_API.xml getprocaddress.c getprocaddress.py python getprocaddress.py > getproclist.h +afsmultiarb: afsmultiarb.o readtex.o + $(CC) afsmultiarb.o readtex.o $(LIBS) -o $@ + +afsmultiarb.o: afsmultiarb.c readtex.h + $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@ texrect: texrect.o readtex.o $(CC) texrect.o readtex.o $(LIBS) -o $@ -- cgit v1.2.3