Browse Source

tgsi: increase MAX_LABELS to 4096

tags/mesa_7_5_rc3
Brian Paul 16 years ago
parent
commit
45e744dddc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/auxiliary/tgsi/tgsi_exec.h

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

@@ -34,7 +34,7 @@
extern "C" {
#endif

#define MAX_LABELS 1024
#define MAX_LABELS (4 * 1024) /**< basically, max instructions */

#define NUM_CHANNELS 4 /* R,G,B,A */
#define QUAD_SIZE 4 /* 4 pixel/quad */

Loading…
Cancel
Save