Module: Mesa
Branch: master
Commit: 583d29373452764e4c902c3b04543a9056456eeb
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=583d29373452764e4c902c3b04543a9056456eeb

Author: Brian Paul <[email protected]>
Date:   Fri Mar 13 08:45:39 2009 -0600

mesa: improve another _mesa_problem() call

---

 src/mesa/main/texstate.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c
index 0f91080..73f8a53 100644
--- a/src/mesa/main/texstate.c
+++ b/src/mesa/main/texstate.c
@@ -262,7 +262,8 @@ calculate_derived_texenv( struct gl_tex_env_combine_state 
*state,
 
    default:
       _mesa_problem(NULL,
-                    "Invalid texture env mode in calculate_derived_texenv");
+                    "Invalid texture env mode 0x%x in 
calculate_derived_texenv",
+                    mode);
       return;
    }
    

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to