diff options
author | Brian Paul <[email protected]> | 2001-03-03 20:56:59 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-03-03 20:56:59 +0000 |
commit | 188f2949eaf181f4aab041a6dad26fa76e746eee (patch) | |
tree | 19e97d88e855a8dc7de5f52b310aecf2d17d0ad0 /src/mesa/math/m_xform.h | |
parent | 08836341788a9f9d638d9dc8328510ccd18ddeb5 (diff) |
more namespace clean-ups
Diffstat (limited to 'src/mesa/math/m_xform.h')
-rw-r--r-- | src/mesa/math/m_xform.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/math/m_xform.h b/src/mesa/math/m_xform.h index 27496feb784..d8b019cc548 100644 --- a/src/mesa/math/m_xform.h +++ b/src/mesa/math/m_xform.h @@ -1,4 +1,4 @@ -/* $Id: m_xform.h,v 1.6 2001/03/03 20:33:30 brianp Exp $ */ +/* $Id: m_xform.h,v 1.7 2001/03/03 20:57:00 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -197,12 +197,12 @@ extern void _mesa_transform_bounds2( GLubyte *orMask, GLubyte *andMask, CONST GLfloat src[][3] ); -extern dotprod_func gl_dotprod_tab[2][5]; +extern dotprod_func _mesa_dotprod_tab[2][5]; extern vec_copy_func _mesa_copy_tab[2][0x10]; extern vec_copy_func _mesa_copy_clean_tab[2][5]; -extern clip_func gl_clip_tab[5]; -extern clip_func gl_clip_np_tab[5]; -extern normal_func gl_normal_tab[0xf][0x4]; +extern clip_func _mesa_clip_tab[5]; +extern clip_func _mesa_clip_np_tab[5]; +extern normal_func _mesa_normal_tab[0xf][0x4]; /* Use of 3 layers of linked 1-dimensional arrays to reduce * cost of lookup. |