From: Brian Paul Date: Wed, 9 Oct 2002 23:56:32 +0000 (+0000) Subject: removed old TEXTURE0_ defines X-Git-Tag: mesa-7.8~12842 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0670eb259d2ede9d1ca1762759737b8cc31a67a4;p=platform%2Fupstream%2Fmesa.git removed old TEXTURE0_ defines --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 772e197..7d43de1 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1,4 +1,4 @@ -/* $Id: mtypes.h,v 1.94 2002/10/08 23:59:33 brianp Exp $ */ +/* $Id: mtypes.h,v 1.95 2002/10/09 23:56:32 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -734,14 +734,6 @@ struct gl_stencil_attrib { #define NUM_TEXTURE_TARGETS 5 /* 1D, 2D, 3D, CUBE and RECT */ -/* Texture Enabled flags - XXX these are obsolete!!! */ -#define TEXTURE0_1D TEXTURE_1D_BIT -#define TEXTURE0_2D TEXTURE_2D_BIT -#define TEXTURE0_3D TEXTURE_3D_BIT -#define TEXTURE0_CUBE TEXTURE_CUBE_BIT -#define TEXTURE0_RECT TEXTURE_RECT_BIT -#define TEXTURE0_ANY 0x1F - /* Bitmap versions of the GL_ constants. */ #define TEXGEN_SPHERE_MAP 0x1