mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
set UseHighLevelInstructions = false for now
This commit is contained in:
parent
cf92c72797
commit
5e73284cee
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue