diff options
author | Stéphane Marchesin <[email protected]> | 2011-10-17 21:43:19 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-10-17 21:43:46 -0700 |
commit | 0b3842edb1a0bc1a2163571ef476e080f7c40b0f (patch) | |
tree | e71e365492f6e8d7a633e29c6e702a9d160dad21 /src/gallium/drivers/i915/i915_fpc.h | |
parent | 3637b5f0dd7e4b514f446c264827d80d7ac14289 (diff) |
i915g: Use the right shader limits.
Diffstat (limited to 'src/gallium/drivers/i915/i915_fpc.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_fpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_fpc.h b/src/gallium/drivers/i915/i915_fpc.h index 26cf2fbbe10..bfd658f8163 100644 --- a/src/gallium/drivers/i915/i915_fpc.h +++ b/src/gallium/drivers/i915/i915_fpc.h @@ -37,7 +37,7 @@ #include "tgsi/tgsi_parse.h" -#define I915_PROGRAM_SIZE 192 +#define I915_PROGRAM_SIZE (3 * I915_MAX_INSN) /* Use those indices for pos/face routing, must be >= num of inputs */ #define I915_SEMANTIC_POS 100 |