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/x86/3dnow.c | |
parent | 09ffa04cd9c560b7a8c6d8ac80e3d59c49c5ef70 (diff) |
mesa: remove _ASMAPI, ASMAPIP
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/x86/3dnow.c')
-rw-r--r-- | src/mesa/x86/3dnow.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/x86/3dnow.c b/src/mesa/x86/3dnow.c index c46cfbc5788..df7c64fcb12 100644 --- a/src/mesa/x86/3dnow.c +++ b/src/mesa/x86/3dnow.c @@ -47,20 +47,20 @@ DECLARE_XFORM_GROUP( 3dnow, 3 ) DECLARE_XFORM_GROUP( 3dnow, 4 ) -extern void _ASMAPI +extern void _mesa_v16_3dnow_general_xform( GLfloat *first_vert, const GLfloat *m, const GLfloat *src, GLuint src_stride, GLuint count ); -extern void _ASMAPI +extern void _mesa_3dnow_project_vertices( GLfloat *first, GLfloat *last, const GLfloat *m, GLuint stride ); -extern void _ASMAPI +extern void _mesa_3dnow_project_clipped_vertices( GLfloat *first, GLfloat *last, const GLfloat *m, |