From cff70d16aa00e13d43f9c0f59ee079bdeb3a6fd0 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 10 Mar 2003 11:02:14 +0000 Subject: [PATCH] Add FEATURE_texgen (Jon Smirl) --- src/mesa/main/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 6b458baab91..27f06e11c2d 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.42.4.2 2003/03/05 14:27:33 keithw Exp $ */ +/* $Id: config.h,v 1.42.4.3 2003/03/10 11:02:14 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -204,9 +204,11 @@ #if _HAVE_FULL_GL #define FEATURE_NV_vertex_program 1 #define FEATURE_userclip 1 +#define FEATURE_texgen 1 #else #define FEATURE_NV_vertex_program 0 #define FEATURE_userclip 0 +#define FEATURE_texgen 0 #endif