mesa: Don't null deref looking for Mesa IR code at compile time.
authorEric Anholt <eric@anholt.net>
Wed, 4 Aug 2010 21:13:08 +0000 (14:13 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 4 Aug 2010 21:13:08 +0000 (14:13 -0700)
commit8e181b629f97ada65cc1b8a17ba42edc2ea77254
tree18a72f21041c55c436d7eaaeb261bfc2462bce8e
parent952d0f88e1741d51b641be75f7c5a6565e245a69
mesa: Don't null deref looking for Mesa IR code at compile time.

The new compiler doesn't generate Mesa IR at compile time, and that
compile time code previously wouldn't have reflected the link time
code that actually got used.  But do dump the info log of the compile
regardless.
src/mesa/program/prog_print.c