diff options
author | Kenneth Graunke <[email protected]> | 2011-01-07 14:30:14 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2011-01-10 19:03:27 -0800 |
commit | 33d0c44910860e0522bd56a0f8637a69e0c4a456 (patch) | |
tree | 0961477d494bde7c861890c52dbf3add238a8032 /src/glsl/.gitignore | |
parent | 469ea695bbbc984ebec26b2413ab70d450a283ca (diff) |
glsl: Autogenerate builtin_functions.cpp as part of the build process.
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.
Diffstat (limited to 'src/glsl/.gitignore')
-rw-r--r-- | src/glsl/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/.gitignore b/src/glsl/.gitignore index 4c212313e45..162ed42be1f 100644 --- a/src/glsl/.gitignore +++ b/src/glsl/.gitignore @@ -1,2 +1,3 @@ glsl_compiler glsl_parser.output +builtin_function.cpp |