Ignore:
Timestamp:
May 21, 2000, 10:57:14 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

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:24 jeroen Exp $ */
     1/* $Id: clip_tmp.h,v 1.3 2000-05-21 20:17:32 jeroen Exp $ */
    22
    33/*
     
    3636 * and an asm implementation needn't replicate that behaviour.
    3737 */
    38 static GLvector4f * __cdecl TAG(cliptest_points4)( GLvector4f *clip_vec,
     38static GLvector4f * _XFORMAPI TAG(cliptest_points4)( GLvector4f *clip_vec,
    3939                                           GLvector4f *proj_vec,
    4040                                           GLubyte clipMask[],
     
    101101}
    102102
    103 static GLvector4f * __cdecl TAG(cliptest_points3)( GLvector4f *clip_vec,
     103static GLvector4f * _XFORMAPI TAG(cliptest_points3)( GLvector4f *clip_vec,
    104104                                           GLvector4f *proj_vec,
    105105                                           GLubyte clipMask[],
     
    135135}
    136136
    137 static GLvector4f * __cdecl TAG(cliptest_points2)( GLvector4f *clip_vec,
     137static GLvector4f * _XFORMAPI TAG(cliptest_points2)( GLvector4f *clip_vec,
    138138                                           GLvector4f *proj_vec,
    139139                                           GLubyte clipMask[],
Note: See TracChangeset for help on using the changeset viewer.