glsl/standalone: Add the ability to generate ir_builder code

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
Ian Romanick
2016-09-15 11:37:32 -07:00
parent 191d9a5195
commit e9acae8486
3 changed files with 14 additions and 0 deletions

View File

@@ -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;
};