Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "automake: src/glsl and src/glsl/glcpp" | Matt Turner | 2012-01-31 | 1 | -8/+0 |
| | | | | This reverts commit 9947656168d09f9019600fccc42ca8e0de49b83a. | ||||
* | automake: src/glsl and src/glsl/glcpp | Matt Turner | 2012-01-30 | 1 | -0/+8 |
| | | | | | | Reviewed-by: Eric Anholt <[email protected]> Tested-by: Eric Anholt <[email protected]> Signed-off-by: Matt Turner <[email protected]> | ||||
* | glsl: Create a standalone executable for testing optimization passes. | Paul Berry | 2011-07-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | This patch adds a new build artifact, glsl_test, which can be used for testing optimization passes in isolation. I'm hoping that we will be able to add other useful standalone tests to this executable in the future. Accordingly, it is built in a modular fashion: the main() function uses its first argument to determine which test function to invoke, removes that argument from argv[], and then calls that function to interpret the rest of the command line arguments and perform the test. Currently the only test function is "optpass", which tests optimization passes. | ||||
* | Add generated parser / lexer files to gitignore lists | Ian Romanick | 2011-03-01 | 1 | -0/+3 |
| | |||||
* | Add machine generated files to .gitignore | twied | 2011-01-19 | 1 | -0/+1 |
| | |||||
* | glsl: Autogenerate builtin_functions.cpp as part of the build process. | Kenneth Graunke | 2011-01-10 | 1 | -0/+1 |
| | | | | | | Python is already necessary for other parts of Mesa, so there's no reason we can't just generate it. This patch updates both make and SCons to do so. | ||||
* | glsl: Ignore glsl_compiler and glsl_parser.output files. | Carl Worth | 2010-07-28 | 1 | -0/+2 |
| | | | | | These are generated files where we can do the sane thing, and keep them out of version control. | ||||
* | glsl2: Remove old .gitignore file from when we were out of tree. | Eric Anholt | 2010-07-26 | 1 | -1/+0 |
| | |||||
* | glsl2: Stop .gitignoring the old standalone build system. | Eric Anholt | 2010-06-24 | 1 | -24/+0 |
| | |||||
* | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | 2010-06-24 | 1 | -0/+25 |