diff options
author | Brian Paul <[email protected]> | 2015-03-11 08:38:09 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-03-12 07:52:45 -0600 |
commit | f8ed0bbfef7b8e8098cb3263a196689dbd280758 (patch) | |
tree | 1b0a79c603d89532aa0875abb5dfe4b111eb699f /src/mesa/swrast | |
parent | 09ffa04cd9c560b7a8c6d8ac80e3d59c49c5ef70 (diff) |
mesa: remove _ASMAPI, ASMAPIP
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/swrast')
-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 51cc2276059..ecde292e37b 100644 --- a/src/mesa/swrast/s_context.c +++ b/src/mesa/swrast/s_context.c @@ -409,7 +409,7 @@ _swrast_validate_point( struct gl_context *ctx, const SWvertex *v0 ) * Called via swrast->BlendFunc. Examine GL state to choose a blending * function, then call it. */ -static void _ASMAPI +static void _swrast_validate_blend_func(struct gl_context *ctx, GLuint n, const GLubyte mask[], GLvoid *src, const GLvoid *dst, GLenum chanType ) |