summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_copy_tmp.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-03-03 20:33:27 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-03-03 20:33:27 +0000
commit08836341788a9f9d638d9dc8328510ccd18ddeb5 (patch)
tree6bd480b7f5f595c63914b1d39727d70a0f954723 /src/mesa/math/m_copy_tmp.h
parent19bbfc62638b60dd1a41e84686f24483adea5b03 (diff)
lots of gl_*() to _mesa_*() namespace clean-up
Diffstat (limited to 'src/mesa/math/m_copy_tmp.h')
-rw-r--r--src/mesa/math/m_copy_tmp.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/mesa/math/m_copy_tmp.h b/src/mesa/math/m_copy_tmp.h
index 3119b95589..755536f3e2 100644
--- a/src/mesa/math/m_copy_tmp.h
+++ b/src/mesa/math/m_copy_tmp.h
@@ -1,4 +1,4 @@
-/* $Id: m_copy_tmp.h,v 1.2 2000/12/26 05:09:31 keithw Exp $ */
+/* $Id: m_copy_tmp.h,v 1.3 2001/03/03 20:33:30 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -72,20 +72,20 @@ COPY_FUNC( 0xf )
static void TAG2(init_copy, 0 ) ( void )
{
- gl_copy_tab[IDX][0x0] = TAG2(copy, 0x0);
- gl_copy_tab[IDX][0x1] = TAG2(copy, 0x1);
- gl_copy_tab[IDX][0x2] = TAG2(copy, 0x2);
- gl_copy_tab[IDX][0x3] = TAG2(copy, 0x3);
- gl_copy_tab[IDX][0x4] = TAG2(copy, 0x4);
- gl_copy_tab[IDX][0x5] = TAG2(copy, 0x5);
- gl_copy_tab[IDX][0x6] = TAG2(copy, 0x6);
- gl_copy_tab[IDX][0x7] = TAG2(copy, 0x7);
- gl_copy_tab[IDX][0x8] = TAG2(copy, 0x8);
- gl_copy_tab[IDX][0x9] = TAG2(copy, 0x9);
- gl_copy_tab[IDX][0xa] = TAG2(copy, 0xa);
- gl_copy_tab[IDX][0xb] = TAG2(copy, 0xb);
- gl_copy_tab[IDX][0xc] = TAG2(copy, 0xc);
- gl_copy_tab[IDX][0xd] = TAG2(copy, 0xd);
- gl_copy_tab[IDX][0xe] = TAG2(copy, 0xe);
- gl_copy_tab[IDX][0xf] = TAG2(copy, 0xf);
+ _mesa_copy_tab[IDX][0x0] = TAG2(copy, 0x0);
+ _mesa_copy_tab[IDX][0x1] = TAG2(copy, 0x1);
+ _mesa_copy_tab[IDX][0x2] = TAG2(copy, 0x2);
+ _mesa_copy_tab[IDX][0x3] = TAG2(copy, 0x3);
+ _mesa_copy_tab[IDX][0x4] = TAG2(copy, 0x4);
+ _mesa_copy_tab[IDX][0x5] = TAG2(copy, 0x5);
+ _mesa_copy_tab[IDX][0x6] = TAG2(copy, 0x6);
+ _mesa_copy_tab[IDX][0x7] = TAG2(copy, 0x7);
+ _mesa_copy_tab[IDX][0x8] = TAG2(copy, 0x8);
+ _mesa_copy_tab[IDX][0x9] = TAG2(copy, 0x9);
+ _mesa_copy_tab[IDX][0xa] = TAG2(copy, 0xa);
+ _mesa_copy_tab[IDX][0xb] = TAG2(copy, 0xb);
+ _mesa_copy_tab[IDX][0xc] = TAG2(copy, 0xc);
+ _mesa_copy_tab[IDX][0xd] = TAG2(copy, 0xd);
+ _mesa_copy_tab[IDX][0xe] = TAG2(copy, 0xe);
+ _mesa_copy_tab[IDX][0xf] = TAG2(copy, 0xf);
}