diff options
author | Brian <[email protected]> | 2007-04-24 16:16:25 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-04-24 16:16:25 -0600 |
commit | 8a8a5bd104e8cd9362415db77d5f6a3945939589 (patch) | |
tree | 5b00efdad5ca9e295ff51e1b39cdfa9d8d884e70 /src/mesa/swrast/s_triangle.c | |
parent | 3e5eda9ee9ff7c0e393dcc5ecb88198f1990c32f (diff) |
s/INTERP_TEX/INTERP_ATTRIBS/
Diffstat (limited to 'src/mesa/swrast/s_triangle.c')
-rw-r--r-- | src/mesa/swrast/s_triangle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_triangle.c b/src/mesa/swrast/s_triangle.c index 3b7960bf80f..dbb634e3364 100644 --- a/src/mesa/swrast/s_triangle.c +++ b/src/mesa/swrast/s_triangle.c @@ -803,7 +803,7 @@ fast_persp_span(GLcontext *ctx, SWspan *span, #define INTERP_FOG 1 #define INTERP_RGB 1 #define INTERP_ALPHA 1 -#define INTERP_TEX 1 +#define INTERP_ATTRIBS 1 #define SETUP_CODE \ struct persp_info info; \ @@ -874,7 +874,7 @@ fast_persp_span(GLcontext *ctx, SWspan *span, #define INTERP_RGB 1 #define INTERP_SPEC 1 #define INTERP_ALPHA 1 -#define INTERP_TEX 1 +#define INTERP_ATTRIBS 1 #define RENDER_SPAN( span ) _swrast_write_rgba_span(ctx, &span); #include "s_tritemp.h" |