Browse Source

gallium: increase TGSI_EXEC_MAX_COND_NESTING, etc

tags/mesa_20090313
Brian Paul 17 years ago
parent
commit
3c12874857
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/gallium/auxiliary/tgsi/exec/tgsi_exec.h

+ 3
- 3
src/gallium/auxiliary/tgsi/exec/tgsi_exec.h View File

@@ -147,9 +147,9 @@ struct tgsi_exec_labels
#define TGSI_EXEC_NUM_ADDRS 1
#define TGSI_EXEC_NUM_IMMEDIATES 256

#define TGSI_EXEC_MAX_COND_NESTING 10
#define TGSI_EXEC_MAX_LOOP_NESTING 10
#define TGSI_EXEC_MAX_CALL_NESTING 10
#define TGSI_EXEC_MAX_COND_NESTING 20
#define TGSI_EXEC_MAX_LOOP_NESTING 20
#define TGSI_EXEC_MAX_CALL_NESTING 20

/**
* Run-time virtual machine state for executing TGSI shader.

Loading…
Cancel
Save