i965: Make sure the VS URB size is big enough to fit a VF VUE.
[mesa.git] / src / mesa / tnl / t_vp_build.h
index d1c147ff032d34e9c8e922c58a34780cb043d226..d6ebc66c045eddfcdefd9b4efc12cfaa3e4fb9bd 100644 (file)
 
 #include "main/mtypes.h"
 
+#define TNL_FIXED_FUNCTION_STATE_FLAGS (_NEW_PROGRAM |         \
+                                       _NEW_LIGHT |            \
+                                       _NEW_TEXTURE |          \
+                                       _NEW_TEXTURE_MATRIX |           \
+                                       _NEW_TRANSFORM |        \
+                                       _NEW_FOG |              \
+                                       _NEW_POINT)
 
 extern void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx );