glsl: Improve error message for interstage interface block mismatch.
authorPaul Berry <stereotype441@gmail.com>
Sat, 27 Jul 2013 22:24:46 +0000 (15:24 -0700)
committerPaul Berry <stereotype441@gmail.com>
Tue, 30 Jul 2013 17:10:27 +0000 (10:10 -0700)
commit5fe6b90c87c055fdfe24eb8b2075e6725ad59ecd
tree74107ba5aa7b92a114220546a03cc71aab9f1b81
parentb95d237fe6731055dad2ff3eaa59e4d6fc14bfff
glsl: Improve error message for interstage interface block mismatch.

We're now emitting this error from a point where we have easy access
to the name of the block that failed to match, so go ahead and include
that in the error message, as we do for intrastage interface block
mismatches.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/link_interface_blocks.cpp