Procházet zdrojové kódy

tgsi: increase MAX_LABELS to 4096

tags/mesa_7_5_rc3
Brian Paul před 16 roky
rodič
revize
45e744dddc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/gallium/auxiliary/tgsi/tgsi_exec.h

+ 1
- 1
src/gallium/auxiliary/tgsi/tgsi_exec.h Zobrazit soubor

@@ -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 */

Načítá se…
Zrušit
Uložit