diff options
author | Kenneth Graunke <[email protected]> | 2013-09-03 21:22:17 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-09-09 14:42:33 -0700 |
commit | c845140a20efa6a30a5465301d1f9b4acea79155 (patch) | |
tree | 8b917bbe4fa0eebf9695acee1a6596fc88fcf2c1 /src/glsl/.gitignore | |
parent | 76d2f73643f5502d88fdc272447753fde8f6438b (diff) |
glsl: Remove builtin_compiler from the build system.
We don't actually use anything from builtin_function.cpp, so we don't
need to generate it anymore.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Acked-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/glsl/.gitignore')
-rw-r--r-- | src/glsl/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/.gitignore b/src/glsl/.gitignore index 2cf5b0007ef..43720f60b5d 100644 --- a/src/glsl/.gitignore +++ b/src/glsl/.gitignore @@ -3,6 +3,4 @@ glsl_lexer.cpp glsl_parser.cpp glsl_parser.h glsl_parser.output -builtin_function.cpp -builtincompiler glsl_test |