i965/fs: Dump IR when fatally not compiling due to bad register spilling.
authorEric Anholt <eric@anholt.net>
Thu, 6 Jun 2013 18:24:07 +0000 (11:24 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 26 Jun 2013 08:07:11 +0000 (01:07 -0700)
commitc6d74a4992474b530fac2d66c27117e172a5c15c
tree1057f33b51800b471d26834e637c162b603740ae
parent95e145aaee1c535aa4d55b1765c717968efdf18c
i965/fs: Dump IR when fatally not compiling due to bad register spilling.

It should never happen, but it does, and at this point, you're going to
_mesa_problem() and abort() (unless it's just in precompile).  Give the
developer something to look at.
src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp