mesa/progs/slang
Dan Nicholson b182613f2f Ignore more generated files in progs/
Many of the directories in progs/ were missing .gitignore files or
were tracking generated files. This patch is basically the process of
running `make' in each directory and then finding the untracked files
with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing
files were also sorted.
2007-10-10 08:44:58 -06:00
..
windows/vc60 GLSL regression test suite. 2006-05-16 09:32:30 +00:00
.gitignore Ignore more generated files in progs/ 2007-10-10 08:44:58 -06:00
cltest.c Make it running under Linux. 2006-05-30 09:38:16 +00:00
cltest.txt Prepend #extension 'MESA_shader_debug: require' to each shader. 2006-09-26 16:06:35 +00:00
framework.c Make it running under Linux. 2006-05-30 09:38:16 +00:00
framework.h Make it running under Linux. 2006-05-30 09:38:16 +00:00
Makefile add support for LDFLAGS env var 2007-09-28 18:42:21 -06:00
README Make it running under Linux. 2006-05-30 09:38:16 +00:00
sotest.c GLSL regression test suite. 2006-05-16 09:32:30 +00:00
vstest.c More GLSL code - more support for vec4 operations on x86 back-end. 2006-08-09 20:05:26 +00:00
vstest.txt Prepend #extension 'MESA_shader_debug: require' to each shader. 2006-09-26 16:06:35 +00:00

GLSL regression tests.

Type "make" to build all test apps.

Type "make tests" to build and run all test apps. If any
error is detected, a line starting with *** is output.