From: Brian Paul Date: Fri, 13 Mar 2009 14:38:32 +0000 (-0600) Subject: mesa: more info in _mesa_problem() call X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fcb0d8968dfb32d26219f7671866f993be5f548c;p=mesa.git mesa: more info in _mesa_problem() call --- diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c index a5af6229104..a490dff5e90 100644 --- a/src/mesa/main/texstate.c +++ b/src/mesa/main/texstate.c @@ -183,7 +183,9 @@ calculate_derived_texenv( struct gl_tex_env_combine_state *state, break; default: - _mesa_problem(NULL, "Invalid texBaseFormat in calculate_derived_texenv"); + _mesa_problem(NULL, + "Invalid texBaseFormat 0x%x in calculate_derived_texenv", + texBaseFormat); return; }