mesa: make ARB_debug_output functions an alias of
authorTimothy Arceri <t_arceri@yahoo.com.au>
Sat, 8 Mar 2014 04:35:54 +0000 (15:35 +1100)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Sat, 8 Mar 2014 04:38:31 +0000 (15:38 +1100)
commitfb78fa58d2a60110bfd428ca8d41b746b69b6724
tree5bf4700ba271ba5e19a17e5b4d126ff08a0764bf
parent0608d346aa1930e40c7a1e7e676e5668519b5fea
mesa: make ARB_debug_output functions an alias of
 KHR_debug

Also update dispatch sanity removing ARB_debug_output checks and
removing KHR_debug placeholders as the checks have already been added

V2: Make sure we exit case statements with conditional breaks rather than
just dropping through.

Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mapi/glapi/gen/ARB_debug_output.xml
src/mesa/main/errors.c
src/mesa/main/errors.h
src/mesa/main/mtypes.h
src/mesa/main/tests/dispatch_sanity.cpp