Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 14 Apr 2004 21:19:34 +0000 (21:19 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 14 Apr 2004 21:19:34 +0000 (21:19 +0000)
commit6fb235661a3a78174e7554b292332a1dbb24f171
treea7eafade7171277a5120581c825e26df867c51b4
parente3b0dde49c8f14d7e5de440e9e914612868078f5
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.
Make-config
Makefile
progs/Makefile
progs/tests/Makefile
src/mesa/main/mtypes.h
src/mesa/sources
src/mesa/swrast/s_context.h
src/mesa/swrast/s_fragprog_to_c.c
src/mesa/swrast/s_nvfragprog.c
src/mesa/swrast/s_tcc.c [new file with mode: 0644]