glsl: fix the type of ir_constant_data::u16
[mesa.git] / src / compiler / glsl / standalone.h
index 648cedb70ab02d4249f18eb40d73b0ebe7594884..2c2d923816265308d5837da827f85d61e4fa55d8 100644 (file)
@@ -33,15 +33,18 @@ struct standalone_options {
    int dump_ast;
    int dump_hir;
    int dump_lir;
+   int dump_builder;
    int do_link;
    int just_log;
+   int lower_precision;
 };
 
 struct gl_shader_program;
 
 struct gl_shader_program * standalone_compile_shader(
       const struct standalone_options *options,
-      unsigned num_files, char* const* files);
+      unsigned num_files, char* const* files,
+      struct gl_context *ctx);
 
 void standalone_compiler_cleanup(struct gl_shader_program *prog);