mesa: Implement glPushDebugGroup and glPopDebugGroup
authorTimothy Arceri <t_arceri@yahoo.com.au>
Mon, 26 Aug 2013 07:01:16 +0000 (17:01 +1000)
committerBrian Paul <brianp@vmware.com>
Wed, 4 Sep 2013 13:47:48 +0000 (07:47 -0600)
commit797b9dc3ffdba54724127bbfe6ef52e248bdfaf5
treea3e3ca348297393e66e8ef70cd52cf278b5b17a5
parent60f435319c7046658ece72167c42e09c7a7a44e0
mesa: Implement glPushDebugGroup and glPopDebugGroup

V4: fixes _mesa_error() compiler warnings (BrianP).

V3: removed C++ style comment

V2: fixed spelling typo in comment

Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/errors.c
src/mesa/main/errors.h
src/mesa/main/mtypes.h