core | glapi | vbo | math | shader | swrast | swrast_setup | tnl | tnl_dd

m_xform.c File Reference

#include "main/glheader.h"
#include "main/macros.h"
#include "m_eval.h"
#include "m_matrix.h"
#include "m_translate.h"
#include "m_xform.h"
#include "m_xform_tmp.h"
#include "m_clip_tmp.h"
#include "m_norm_tmp.h"
#include "m_dotprod_tmp.h"
#include "m_copy_tmp.h"

Defines

#define TAG(x)   x
#define TAG2(x, y)   x##y
#define STRIDE_LOOP   for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) )
#define LOOP   for ( i = 0 ; i < n ; i++ )
#define ARGS

Functions

void _math_init_transformation (void)

Variables

clip_func _mesa_clip_tab [5]
clip_func _mesa_clip_np_tab [5]
dotprod_func _mesa_dotprod_tab [5]
vec_copy_func _mesa_copy_tab [0x10]
normal_func _mesa_normal_tab [0xf]
transform_func * _mesa_transform_tab [5]


Define Documentation

#define ARGS

#define LOOP   for ( i = 0 ; i < n ; i++ )

#define STRIDE_LOOP   for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) )

#define TAG (  )     x

#define TAG2 ( x,
 )     x##y


Function Documentation

void _math_init_transformation ( void   ) 


Variable Documentation

clip_func _mesa_clip_np_tab[5]

clip_func _mesa_clip_tab[5]

vec_copy_func _mesa_copy_tab[0x10]

dotprod_func _mesa_dotprod_tab[5]

normal_func _mesa_normal_tab[0xf]

transform_func* _mesa_transform_tab[5]


Generated on Sun Sep 27 06:47:50 2009 for Mesa math module by  doxygen 1.5.4