mesa: Remove the special enum for _mesa_error debug output.
authorEric Anholt <eric@anholt.net>
Sat, 23 Feb 2013 00:09:19 +0000 (16:09 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 5 Mar 2013 22:25:01 +0000 (14:25 -0800)
commit65afa11dc632ae83c58781201f1c8c75a1b89eb0
tree8ffd30e826a1c21cb0321907be8ddb0805e1bd3c
parentd9249935db113e1244510de0165dc96a0766bba9
mesa: Remove the special enum for _mesa_error debug output.

Now all the per-message enums from mtypes are gone.  Now we can extend
unique message IDs into all generators of debug output without having to
update mtypes.h for each one.

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