summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_context.c
diff options
context:
space:
mode:
authorKendall Bennett <KendallB@scitechsoft.com>2003-10-21 23:53:34 +0000
committerKendall Bennett <KendallB@scitechsoft.com>2003-10-21 23:53:34 +0000
commitc329e5a3d81a56437de4e19fec1de3eca2a1afb7 (patch)
treebff44262ba81394d81f90ab48d3d659bca22c964 /src/mesa/swrast/s_context.c
parentc40d1dd62dd9bcbb97128e37a75d991a8d3b2d8c (diff)
Updates to SSE assembler support for Open Watcom
Diffstat (limited to 'src/mesa/swrast/s_context.c')
-rw-r--r--src/mesa/swrast/s_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c
index 35297569d8..c720d72de2 100644
--- a/src/mesa/swrast/s_context.c
+++ b/src/mesa/swrast/s_context.c
@@ -269,7 +269,7 @@ _swrast_validate_point( GLcontext *ctx, const SWvertex *v0 )
}
-static void
+static void GLAPIENTRY
_swrast_validate_blend_func( GLcontext *ctx, GLuint n,
const GLubyte mask[],
GLchan src[][4],