i915: Let i915_program_error take a format string, and don't use _mesa_problem.
authorEric Anholt <eric@anholt.net>
Thu, 30 Jul 2009 19:32:40 +0000 (12:32 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 1 Oct 2009 21:31:03 +0000 (14:31 -0700)
commit994d1db079b4947e6f10ab22a4b366a676382345
tree4f8399f1cc42f193cfe006f042129a793ad3219c
parent5d2413fca4c252ec5c7880fa7f983b5df3d762ba
i915: Let i915_program_error take a format string, and don't use _mesa_problem.

It's misleading to report things like the program having too many native
instructions as a Mesa implementation error, when the program may just be
too big for the hardware.
src/mesa/drivers/dri/i915/i915_fragprog.c
src/mesa/drivers/dri/i915/i915_program.c
src/mesa/drivers/dri/i915/i915_program.h