From: Brian Paul Date: Thu, 4 Jun 2009 19:08:52 +0000 (-0600) Subject: tgsi: increase MAX_LABELS to 4096 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45e744dddc8a8f3b42610bfa512bc296bd5264bc;p=mesa.git tgsi: increase MAX_LABELS to 4096 --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.h b/src/gallium/auxiliary/tgsi/tgsi_exec.h index 0b4b2a6fb6e..da22baad3ef 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_exec.h +++ b/src/gallium/auxiliary/tgsi/tgsi_exec.h @@ -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 */