diff options
author | Stéphane Marchesin <[email protected]> | 2011-12-08 19:22:13 -0800 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-12-13 11:26:49 -0800 |
commit | 642d11da207e9becfa26a9e038db1c7520ec2aee (patch) | |
tree | 88a60c0dfb77179d4dc992795a9cb98fb18d2aa6 /src/gallium/drivers/i915/i915_reg.h | |
parent | f41fd6b6c36c825179d509d0763d23bff8cd0c30 (diff) |
i915g: Roll back to the previous shader limits.
Those shader limits seem to be responsible for a piglit hang.
Diffstat (limited to 'src/gallium/drivers/i915/i915_reg.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_reg.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/i915/i915_reg.h b/src/gallium/drivers/i915/i915_reg.h index 620c64e67a2..e48a942c6fe 100644 --- a/src/gallium/drivers/i915/i915_reg.h +++ b/src/gallium/drivers/i915/i915_reg.h @@ -488,10 +488,6 @@ #define I915_MAX_DECL_INSN 27 #define I915_MAX_TEMPORARY 16 -#define I915_MAX_INSN (I915_MAX_DECL_INSN + \ - I915_MAX_TEX_INSN + \ - I915_MAX_ALU_INSN) - /* Each instruction is 3 dwords long, though most don't require all * this space. Maximum of 123 instructions. Smaller maxes per insn |