remove .txt suffix from shader source files
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 16 Aug 2008 15:36:46 +0000 (09:36 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 16 Aug 2008 15:36:46 +0000 (09:36 -0600)
commitc0dd9122fdedd4bcab5bc0b3bbb490e6b62fac83
treeac114b79c5790b10c0a8904ca79dfea5480c5617
parentce00d232f3c01c71fb659568e9b58da1f24b2519
remove .txt suffix from shader source files
34 files changed:
progs/glsl/CH06-brick.frag [new file with mode: 0644]
progs/glsl/CH06-brick.frag.txt [deleted file]
progs/glsl/CH06-brick.vert [new file with mode: 0644]
progs/glsl/CH06-brick.vert.txt [deleted file]
progs/glsl/CH11-bumpmap.frag [new file with mode: 0644]
progs/glsl/CH11-bumpmap.frag.txt [deleted file]
progs/glsl/CH11-bumpmap.vert [new file with mode: 0644]
progs/glsl/CH11-bumpmap.vert.txt [deleted file]
progs/glsl/CH11-toyball.frag [new file with mode: 0644]
progs/glsl/CH11-toyball.frag.txt [deleted file]
progs/glsl/CH11-toyball.vert [new file with mode: 0644]
progs/glsl/CH11-toyball.vert.txt [deleted file]
progs/glsl/CH18-mandel.frag [new file with mode: 0644]
progs/glsl/CH18-mandel.frag.txt [deleted file]
progs/glsl/CH18-mandel.vert [new file with mode: 0644]
progs/glsl/CH18-mandel.vert.txt [deleted file]
progs/glsl/brick.c
progs/glsl/bump.c
progs/glsl/cubemap.frag [new file with mode: 0644]
progs/glsl/cubemap.frag.txt [deleted file]
progs/glsl/mandelbrot.c
progs/glsl/multitex.c
progs/glsl/multitex.frag [new file with mode: 0644]
progs/glsl/multitex.frag.txt [deleted file]
progs/glsl/multitex.vert [new file with mode: 0644]
progs/glsl/multitex.vert.txt [deleted file]
progs/glsl/reflect.vert [new file with mode: 0644]
progs/glsl/reflect.vert.txt [deleted file]
progs/glsl/shadowtex.frag [new file with mode: 0644]
progs/glsl/shadowtex.frag.txt [deleted file]
progs/glsl/simple.vert [new file with mode: 0644]
progs/glsl/simple.vert.txt [deleted file]
progs/glsl/texdemo1.c
progs/glsl/toyball.c