summaryrefslogtreecommitdiff
path: root/progs/slang
AgeCommit message (Collapse)AuthorFilesLines
2008-05-20Ignore more generated files in progs/Dan Nicholson1-0/+3
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.
2006-09-26Prepend #extension 'MESA_shader_debug: require' to each shader.Michal Krol2-1/+41
2006-08-09More GLSL code - more support for vec4 operations on x86 back-end.Michal Krol2-1/+22
2006-08-02Add test for vec4 extension.Michal Krol1-0/+152
2006-07-30Fix dependencies.Michal Krol1-16/+4
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-1/+1
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
2006-05-30Make it running under Linux.Michal Krol8-1481/+1559
2006-05-16GLSL regression test suite.Michal Krol12-0/+3168