diff options
author | Kendall Bennett <[email protected]> | 2003-10-21 23:53:34 +0000 |
---|---|---|
committer | Kendall Bennett <[email protected]> | 2003-10-21 23:53:34 +0000 |
commit | c329e5a3d81a56437de4e19fec1de3eca2a1afb7 (patch) | |
tree | bff44262ba81394d81f90ab48d3d659bca22c964 /src/mesa/swrast/s_context.c | |
parent | c40d1dd62dd9bcbb97128e37a75d991a8d3b2d8c (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index 35297569d89..c720d72de23 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], |