Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-30 | Always pass CFLAGS when compiling or linking demos | Guillaume Melquiond | |
To ensure that the correct architecture flags are used, always pass the user's CFLAGS when compiling or linking the demos. Fixes #16860. | |||
2008-05-07 | Never fail `make clean' | Dan Nicholson | |
Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean. | |||
2007-10-29 | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | |
2007-10-10 | Ignore more generated files in progs/ | Dan Nicholson | |
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-09-28 | add support for LDFLAGS env var | Dan Nicholson | |
2006-09-26 | Prepend #extension 'MESA_shader_debug: require' to each shader. | Michal Krol | |
2006-08-09 | More GLSL code - more support for vec4 operations on x86 back-end. | Michal Krol | |
2006-08-02 | Add test for vec4 extension. | Michal Krol | |
2006-07-30 | Fix dependencies. | Michal Krol | |
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | |
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | |||
2006-05-30 | Make it running under Linux. | Michal Krol | |
2006-05-16 | GLSL regression test suite. | Michal Krol | |