mesa: Move debug type/severity enums to mesa core.
authorEric Anholt <eric@anholt.net>
Fri, 22 Feb 2013 23:06:19 +0000 (15:06 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 5 Mar 2013 22:24:59 +0000 (14:24 -0800)
commite0d1e3b785134ef38961e358d8474d027f856539
tree003a80be9e7f270c788cd6caf96d1c35aceb809c
parentc42148d16e6208c2eb2421f2ebcf823c91b670de
mesa: Move debug type/severity enums to mesa core.

These will get reused by new ARB_debug_output messages in drivers/core,
instead of having the caller pass GL enums and have us immediately
switch-statement those into enums.

Add source enums will be handled in the next commit, because the way
different sources are handled at the moment is pretty strange.

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