diff options
author | Ian Romanick <[email protected]> | 2016-09-15 11:37:32 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2016-11-10 14:30:49 -0800 |
commit | e9acae8486fff4f9fe6aa111c6fa5652ebb9f8bf (patch) | |
tree | 9b1f70a7d3670c0334e6f2e25bf5d08444c235b2 /src/compiler/glsl/standalone.h | |
parent | 191d9a5195c0d4871e264a73781dbf8b4368fcb7 (diff) |
glsl/standalone: Add the ability to generate ir_builder code
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/compiler/glsl/standalone.h')
-rw-r--r-- | src/compiler/glsl/standalone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/glsl/standalone.h b/src/compiler/glsl/standalone.h index 648cedb70ab..5029e168119 100644 --- a/src/compiler/glsl/standalone.h +++ b/src/compiler/glsl/standalone.h @@ -33,6 +33,7 @@ struct standalone_options { int dump_ast; int dump_hir; int dump_lir; + int dump_builder; int do_link; int just_log; }; |