mesa: Report ARB_debug_output for both shader errors and warnings.
authorEric Anholt <eric@anholt.net>
Fri, 22 Feb 2013 23:57:25 +0000 (15:57 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 5 Mar 2013 22:25:00 +0000 (14:25 -0800)
commitc72cf538173329f639c2b64ef091dbd4a71e0bf6
tree193a70e5dac656ee98100e85bd738e8c2d7836f2
parentf0a191ca0ff197f0f0c00be0b4b94169ec81f71f
mesa: Report ARB_debug_output for both shader errors and warnings.

This ends up reusing the dynamic ID support, so a silly enum gets to go
away.  We don't assign good IDs to different messages yet, but at least
that's tractable now.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/glsl/glsl_parser_extras.cpp
src/glsl/standalone_scaffolding.cpp
src/glsl/standalone_scaffolding.h
src/mesa/main/errors.c
src/mesa/main/errors.h