diff options
-rw-r--r-- | src/mesa/shader/slang/slang_codegen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_codegen.c b/src/mesa/shader/slang/slang_codegen.c index 2dd9ccc6fd..c70f73f15a 100644 --- a/src/mesa/shader/slang/slang_codegen.c +++ b/src/mesa/shader/slang/slang_codegen.c @@ -47,7 +47,7 @@ #include "slang_print.h" -static GLboolean UseHighLevelInstructions = GL_TRUE; +static GLboolean UseHighLevelInstructions = GL_FALSE; static slang_ir_node * _slang_gen_operation(slang_assemble_ctx * A, slang_operation *oper); |