commit | 46f5473fcf1a40ba3dbf436c29fd59fb3199095c | [log] [tgz] |
---|---|---|
author | Cody Northrop <cody@lunarg.com> | Wed Jun 03 13:23:03 2015 -0600 |
committer | Cody Northrop <cody@lunarg.com> | Wed Jun 17 14:30:24 2015 -0600 |
tree | d231373bfcaf330be21ae2ef292aced0d66396a9 | |
parent | eb9130e35f3301cefaa546e56176e747065bc283 [diff] [blame] |
compiler: Add ability to dump incoming spirv
diff --git a/icd/intel/compiler/shader/program.h b/icd/intel/compiler/shader/program.h index d44294d..fcd9a45 100644 --- a/icd/intel/compiler/shader/program.h +++ b/icd/intel/compiler/shader/program.h
@@ -30,7 +30,7 @@ extern void _mesa_glsl_compile_shader(struct gl_context *ctx, struct gl_shader *shader, - bool dump_ast, bool dump_hir); + bool dump_ast, bool dump_SPV, bool dump_hir); #ifdef __cplusplus } /* extern "C" */