mesa: implement the last of GL_ARB_debug_output
authornobled <nobled@dreamwidth.org>
Wed, 4 May 2011 19:42:55 +0000 (19:42 +0000)
committerMarek Olšák <maraeo@gmail.com>
Sat, 10 Mar 2012 20:42:06 +0000 (21:42 +0100)
commitae4a8a59b7045dafb99e903d11ebbd9c4ee161d6
treef9e4e1d2697d1e74f087cf38252dce4946a069eb
parent41308d969921d28a3159099420c145d2dcf10fe6
mesa: implement the last of GL_ARB_debug_output

Store client-defined message IDs in a hash table,
and sort them by severity into three linked lists
so they can be selected by severity level later.
src/mesa/main/context.c
src/mesa/main/errors.c
src/mesa/main/errors.h