mesa: remove FEATURE_attrib_stack define.
authorOliver McFadden <oliver.mcfadden@linux.intel.com>
Tue, 11 Sep 2012 06:05:06 +0000 (09:05 +0300)
committerOliver McFadden <oliver.mcfadden@linux.intel.com>
Sat, 15 Sep 2012 09:56:33 +0000 (12:56 +0300)
Signed-off-by: Oliver McFadden <oliver.mcfadden@linux.intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/attrib.c
src/mesa/main/attrib.h
src/mesa/main/mfeatures.h

index 806cf09d8b6f97e655b48d22bb023be62760ec53..b92c4652eacd07ed4a20df3a342cd68c636400b5 100644 (file)
@@ -178,9 +178,6 @@ struct texture_state
 };
 
 
-#if FEATURE_attrib_stack
-
-
 /**
  * Allocate new attribute node of given type/kind.  Attach payload data.
  * Insert it into the linked list named by 'head'.
@@ -1609,9 +1606,6 @@ _mesa_init_attrib_dispatch(struct _glapi_table *disp)
 }
 
 
-#endif /* FEATURE_attrib_stack */
-
-
 /**
  * Free any attribute state data that might be attached to the context.
  */
index 6809311cfdbc189899d4c572f61b187e3e9ee7c8..f75c3c5ced5d03995eddc0de5772b7e2463263d7 100644 (file)
@@ -33,8 +33,6 @@
 struct _glapi_table;
 struct gl_context;
 
-#if FEATURE_attrib_stack
-
 extern void GLAPIENTRY
 _mesa_PushAttrib( GLbitfield mask );
 
@@ -50,27 +48,6 @@ _mesa_PopClientAttrib( void );
 extern void
 _mesa_init_attrib_dispatch(struct _glapi_table *disp);
 
-#else /* FEATURE_attrib_stack */
-
-static inline void
-_mesa_PushClientAttrib( GLbitfield mask )
-{
-   ASSERT_NO_FEATURE();
-}
-
-static inline void
-_mesa_PopClientAttrib( void )
-{
-   ASSERT_NO_FEATURE();
-}
-
-static inline void
-_mesa_init_attrib_dispatch(struct _glapi_table *disp)
-{
-}
-
-#endif /* FEATURE_attrib_stack */
-
 extern void 
 _mesa_init_attrib( struct gl_context *ctx );
 
index bf0eb7da775186d6f6cc3945577fcff4c047b697..62bb97b4fee0c4ef3dbdc5012d21bb61a188ebdc 100644 (file)
@@ -84,7 +84,6 @@
 #define FEATURE_remap_table               0
 #endif
 
-#define FEATURE_attrib_stack              FEATURE_GL
 /* this disables vtxfmt, api_loopback, and api_noop completely */
 #define FEATURE_beginend                  FEATURE_GL
 #define FEATURE_colortable                FEATURE_GL