i915: Increase maximum program size to the hardware limits.
authorEric Anholt <eric@anholt.net>
Thu, 30 Jul 2009 07:03:21 +0000 (00:03 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 1 Oct 2009 21:31:03 +0000 (14:31 -0700)
commit96a3c69d48bb7c021181e061d010cca08198ae4c
tree68e029121fa270fbcb787006f906131804d557a3
parent61b512c47c9888f3ff117faf3aceccfb52d59c3a
i915: Increase maximum program size to the hardware limits.

This fixes potential heap trashing if the program of choice exceeds limits,
and fixes the native instructions limit being lower than what can be
used by valid programs.
src/mesa/drivers/dri/i915/i915_context.h
src/mesa/drivers/dri/i915/i915_program.c