From: Brian Date: Sat, 3 Feb 2007 17:30:50 +0000 (-0700) Subject: Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49a17a45fb893f0b2e93f27b16d54fe86f51c08c;p=mesa.git Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS. This fixes a segfault in the texgen code that can occur after we've disabled a vertex program. --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 2ad37d3a8d7..e8f0f45d399 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2674,6 +2674,7 @@ struct matrix_stack #define _MESA_NEW_NEED_EYE_COORDS (_NEW_LIGHT | \ _NEW_TEXTURE | \ _NEW_POINT | \ + _NEW_PROGRAM | \ _NEW_MODELVIEW) #define _MESA_NEW_NEED_NORMALS (_NEW_LIGHT | \