glsl/apps: Add GLSL compiler that translates source text into binary stream.
authorMichal Krol <michal@vmware.com>
Fri, 13 Nov 2009 02:02:14 +0000 (03:02 +0100)
committerMichal Krol <michal@vmware.com>
Fri, 13 Nov 2009 02:02:14 +0000 (03:02 +0100)
commit38a1f0b5d1062f8051ac6bb4e3c35fbbf4615163
tree820b93b3ec79c0eb5096d737503247be89380a4b
parent08e90bdea1e4828abfdff6fedfe9e669bfee9ff1
glsl/apps: Add GLSL compiler that translates source text into binary stream.

Should be used in place of gc_to_bin utility to precompile builtin library.
src/glsl/apps/SConscript
src/glsl/apps/compile.c [new file with mode: 0644]