Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Delete old built-in function generation code. | Kenneth Graunke | 2013-09-09 | 1 | -55/+0 |
| | | | | | | | | None of this is used anymore. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Matt Turner <[email protected]> Acked-by: Paul Berry <[email protected]> | ||||
* | glsl: Add '.ir' extension to builtin IR files | Paul Berry | 2011-10-31 | 1 | -0/+55 |
This patch adds the extension '.ir' to all the files in src/glsl/builtins/ir/, and changes generate_builtins.py so that it no longer globs on '*' to find the files to build. This prevents spurious files (such as EMACS' infamous *~ backup files) from breaking the build. |