diff options
Diffstat (limited to 'src/mesa/swrast/s_span.h')
-rw-r--r-- | src/mesa/swrast/s_span.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_span.h b/src/mesa/swrast/s_span.h index 8a9b9eb21c7..f650a27d665 100644 --- a/src/mesa/swrast/s_span.h +++ b/src/mesa/swrast/s_span.h @@ -223,6 +223,9 @@ extern void _swrast_span_default_color( GLcontext *ctx, SWspan *span ); extern void +_swrast_span_default_secondary_color(GLcontext *ctx, SWspan *span); + +extern void _swrast_span_default_texcoords( GLcontext *ctx, SWspan *span ); extern GLfloat |