Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
[mesa.git] / src / mesa / math / m_xform_tmp.h
index 96def930a1f61fa7872b24413f96405eec45136b..e93837725623f17f1015c27422832dd99331b760 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: m_xform_tmp.h,v 1.7 2001/05/18 23:58:26 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -107,6 +106,7 @@ TAG(transform_points1_identity)( GLvector4f *to_vec,
    GLuint count = from_vec->count;
    GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start;
    GLuint i;
+   (void) m;
    if (to_vec == from_vec) return;
    STRIDE_LOOP {
       to[i][0] = from[0];
@@ -272,6 +272,7 @@ TAG(transform_points2_identity)( GLvector4f *to_vec,
    GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start;
    GLuint count = from_vec->count;
    GLuint i;
+   (void) m;
    if (to_vec == from_vec) return;
    STRIDE_LOOP {
       to[i][0] = from[0];
@@ -442,6 +443,7 @@ TAG(transform_points3_identity)( GLvector4f *to_vec,
    GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start;
    GLuint count = from_vec->count;
    GLuint i;
+   (void) m;
    if (to_vec == from_vec) return;
    STRIDE_LOOP {
       to[i][0] = from[0];
@@ -609,6 +611,7 @@ TAG(transform_points4_identity)( GLvector4f *to_vec,
    GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start;
    GLuint count = from_vec->count;
    GLuint i;
+   (void) m;
    if (to_vec == from_vec) return;
    STRIDE_LOOP {
       to[i][0] = from[0];
@@ -741,10 +744,10 @@ TAG(transform_points4_perspective)( GLvector4f *to_vec,
    to_vec->count = from_vec->count;
 }
 
-static transform_func _XFORMAPI TAG(transform_tab_1)[7];
-static transform_func _XFORMAPI TAG(transform_tab_2)[7];
-static transform_func _XFORMAPI TAG(transform_tab_3)[7];
-static transform_func _XFORMAPI TAG(transform_tab_4)[7];
+static transform_func TAG(transform_tab_1)[7];
+static transform_func TAG(transform_tab_2)[7];
+static transform_func TAG(transform_tab_3)[7];
+static transform_func TAG(transform_tab_4)[7];
 
 /* Similar functions could be called several times, with more highly
  * optimized routines overwriting the arrays.  This only occurs during