From 6fb235661a3a78174e7554b292332a1dbb24f171 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 14 Apr 2004 21:19:34 +0000 Subject: Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile and execute fragment programs. Very limited and experimental, but works well enough to run arbfplight.c. http://fabrice.bellard.free.fr/tcc/ Compile with 'make linux-tcc', being sure to make clean first. --- progs/tests/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'progs/tests/Makefile') diff --git a/progs/tests/Makefile b/progs/tests/Makefile index ee75e71c7d..ac354aeeb6 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -15,6 +15,7 @@ SOURCES = antialias.c \ arbfptest1.c \ arbfptexture.c \ arbfptrig.c \ + arbfpwpos.c \ arbvptest1.c \ arbvptest3.c \ arbvptorus.c \ -- cgit v1.2.3