mesa: Branch 'master'

Brian Paul brianp at kemper.freedesktop.org
Sat Feb 3 17:31:27 UTC 2007


 src/mesa/main/mtypes.h |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree 49a17a45fb893f0b2e93f27b16d54fe86f51c08c (from 5aa997dafbe9cccba2c837d64ddc06e495f6fd71)
Author: Brian <brian at yutani.localnet.net>
Date:   Sat Feb 3 10:30:50 2007 -0700

    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 2ad37d3..e8f0f45 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 |		\



More information about the mesa-commit mailing list