Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 133 → Rev 134

/shark/trunk/ports/mesa/src/math/m_xform.c
1,4 → 1,4
/* $Id: m_xform.c,v 1.2 2003-03-13 12:20:29 giacomo Exp $ */
/* $Id: m_xform.c,v 1.3 2003-04-24 13:37:47 giacomo Exp $ */
 
/*
* Mesa 3-D graphics library
81,7 → 81,7
#define STRIDE_LOOP for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) )
#define LOOP for ( i = 0 ; i < n ; i++ )
#define ARGS
#include "m_xform_tmp.h"
#include "m_tmp_xform.h"
#include "m_clip_tmp.h"
#include "m_norm_tmp.h"
#include "m_dotprod_tmp.h"