glapi: use 'Mesa' in error messages

A user would have no idea what "_glthread_" is.  This removes the
last remaining instance of the _glthread_ string in Mesa.

Reviewed-by: Chia-I Wu <olv@lunarg.com>
This commit is contained in:
Brian Paul
2014-03-05 16:06:00 -07:00
parent 6d2dffe8b1
commit b46e8622f1
+3 -3
View File
@@ -57,9 +57,9 @@
/*
* Error messages
*/
#define INIT_TSD_ERROR "_glthread_: failed to allocate key for thread specific data"
#define GET_TSD_ERROR "_glthread_: failed to get thread specific data"
#define SET_TSD_ERROR "_glthread_: thread failed to set thread specific data"
#define INIT_TSD_ERROR "Mesa: failed to allocate key for thread specific data"
#define GET_TSD_ERROR "Mesa: failed to get thread specific data"
#define SET_TSD_ERROR "Mesa: thread failed to set thread specific data"
/*