mesa/progs/slang
Guillaume Melquiond 3e8e292db0 Always pass CFLAGS when compiling or linking demos
To ensure that the correct architecture flags are used, always pass the
user's CFLAGS when compiling or linking the demos. Fixes #16860.
2008-07-30 07:56:42 -07: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
Makefile Always pass CFLAGS when compiling or linking demos 2008-07-30 07:56:42 -07:00
README Make it running under Linux. 2006-05-30 09:38:16 +00: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
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

README

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.