dri: Add a CriticalErrorMessageF macro.
authorCarl Worth <cworth@cworth.org>
Sat, 4 Feb 2012 00:17:29 +0000 (16:17 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 9 Feb 2012 01:07:53 +0000 (17:07 -0800)
commit92bef0bfa121e0e58112ffae352c8ad9e5da6307
tree2b1133a16e64ee2090850c7e4b86d577599f19bb
parentc09504c343d904dc8c135c9b7241e8315c134d0f
dri: Add a CriticalErrorMessageF macro.

Sometimes an error is so sever that we want to print it even when the
user hasn't specifically requested debugging by setting LIBGL_DEBUG.

Add a CriticalErrorMessageF macro to be used for this case. (The error
message can still be slienced with the existing LIBGL_DEBUG=quiet).

For critical error messages we also direct the user to set the
LIBGL_DEBUG environment variable for more details.

Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
src/glx/dri_common.c
src/glx/dri_common.h