mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 02:00:21 +01:00
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. |
||
|---|---|---|
| .. | ||
| windows/vc60 | ||
| .gitignore | ||
| cltest.c | ||
| cltest.txt | ||
| framework.c | ||
| framework.h | ||
| Makefile | ||
| README | ||
| sotest.c | ||
| vstest.c | ||
| vstest.txt | ||
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.