mesa: add control for categories of application-provided messages
authornobled <nobled@dreamwidth.org>
Mon, 2 May 2011 20:31:00 +0000 (20:31 +0000)
committerMarek Olšák <maraeo@gmail.com>
Sat, 10 Mar 2012 20:42:06 +0000 (21:42 +0100)
commitf6f309394036ff5228f6351435a5eff202ef0008
tree327ac07fa4035011476dfbc47f4426614602bdda
parent4667cb2162d02f5b0fe620a5394aee92c725fb86
mesa: add control for categories of application-provided messages

This state is needed for deciding whether or not to log
application messages with IDs that haven't been specifically
passed to glDebugMessageControlARB yet.

State for each individual ID number ever passed to
glDebugMessageControlARB (per-context) still needs to be added.
src/mesa/main/errors.c