Search
lxdream.org :: lxdream/src/tools/genglsl.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/tools/genglsl.c
changeset 561:533f6b478071
prev405:570d93abb5b7
next736:a02d1475ccfd
author nkeynes
date Mon May 12 10:00:13 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Cleanup most of the -Wall warnings (getting a bit sloppy...)
Convert FP code to use fixed banks rather than indirect pointer
(3-4% faster this way now)
file annotate diff log raw
1.1 --- a/src/tools/genglsl.c Fri Sep 28 07:24:14 2007 +0000
1.2 +++ b/src/tools/genglsl.c Mon May 12 10:00:13 2008 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: genglsl.c,v 1.1 2007-09-28 07:24:14 nkeynes Exp $
1.6 + * $Id$
1.7 *
1.8 * Trivial tool to take two shader source files and dump them out in
1.9 * a C file with appropriate escaping.
.