Clone of mesa.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Keith Whitwell 0397b2bb41 Merge branch 'gallium-0.1' into gallium-0.2 17 лет назад
..
windows/vc60 Fix CRLF line endings. 17 лет назад
.gitignore Ignore more generated files in progs/ 18 лет назад
Makefile Always pass CFLAGS when compiling or linking demos 17 лет назад
README Make it running under Linux. 19 лет назад
cltest.c Make it running under Linux. 19 лет назад
cltest.txt Prepend #extension 'MESA_shader_debug: require' to each shader. 19 лет назад
framework.c Make it running under Linux. 19 лет назад
framework.h Make it running under Linux. 19 лет назад
sotest.c GLSL regression test suite. 19 лет назад
vstest.c More GLSL code - more support for vec4 operations on x86 back-end. 19 лет назад
vstest.txt Prepend #extension 'MESA_shader_debug: require' to each shader. 19 лет назад

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.