From: Brian Date: Mon, 5 Feb 2007 22:00:48 +0000 (-0700) Subject: set UseHighLevelInstructions = false for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e73284cee882bc3463e013c9b468a9b84c6dbc1;p=mesa.git set UseHighLevelInstructions = false for now --- diff --git a/src/mesa/shader/slang/slang_codegen.c b/src/mesa/shader/slang/slang_codegen.c index 2dd9ccc6fdc..c70f73f15a8 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);