Changeset 3582 for trunk/src/opengl/mesa/clip_tmp.h
- Timestamp:
- May 21, 2000, 10:57:14 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/clip_tmp.h
r2962 r3582 1 /* $Id: clip_tmp.h,v 1. 2 2000-03-01 18:49:24jeroen Exp $ */1 /* $Id: clip_tmp.h,v 1.3 2000-05-21 20:17:32 jeroen Exp $ */ 2 2 3 3 /* … … 36 36 * and an asm implementation needn't replicate that behaviour. 37 37 */ 38 static GLvector4f * _ _cdeclTAG(cliptest_points4)( GLvector4f *clip_vec,38 static GLvector4f * _XFORMAPI TAG(cliptest_points4)( GLvector4f *clip_vec, 39 39 GLvector4f *proj_vec, 40 40 GLubyte clipMask[], … … 101 101 } 102 102 103 static GLvector4f * _ _cdeclTAG(cliptest_points3)( GLvector4f *clip_vec,103 static GLvector4f * _XFORMAPI TAG(cliptest_points3)( GLvector4f *clip_vec, 104 104 GLvector4f *proj_vec, 105 105 GLubyte clipMask[], … … 135 135 } 136 136 137 static GLvector4f * _ _cdeclTAG(cliptest_points2)( GLvector4f *clip_vec,137 static GLvector4f * _XFORMAPI TAG(cliptest_points2)( GLvector4f *clip_vec, 138 138 GLvector4f *proj_vec, 139 139 GLubyte clipMask[],
Note:
See TracChangeset
for help on using the changeset viewer.