nv50: match TEMP limit with nv50 ir builder
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sun, 12 Sep 2010 09:37:45 +0000 (11:37 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Sun, 12 Sep 2010 09:41:57 +0000 (11:41 +0200)
Mesa doesn't respect it anyway, but this makes it assert rather
than threads access areas of l[] that don't belong to them.

src/gallium/drivers/nv50/nv50_program.h

index a1b2bde97bf106010ef183a35ae358cc9ac7180b..d8b6e8d6d149e346e21547657b5c38a4bac29513 100644 (file)
@@ -27,7 +27,7 @@
 #include "tgsi/tgsi_scan.h"
 #include "nouveau/nouveau_class.h"
 
-#define NV50_CAP_MAX_PROGRAM_TEMPS (128 / 4)
+#define NV50_CAP_MAX_PROGRAM_TEMPS 64
 
 struct nv50_varying {
    uint8_t id; /* tgsi index */