diff options
author | Brian Paul <[email protected]> | 2001-03-03 21:11:32 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-03-03 21:11:32 +0000 |
commit | 865322f931197c5c73c57b366b64300894565dab (patch) | |
tree | 67cddee5843e070dbb0bdf5024bf15a532e57edc /src/mesa/x86/x86_cliptest.S | |
parent | d62269757b3e40e4ddae54cc8bf0cc0e1d5d1eae (diff) |
more clean-ups
Diffstat (limited to 'src/mesa/x86/x86_cliptest.S')
-rw-r--r-- | src/mesa/x86/x86_cliptest.S | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mesa/x86/x86_cliptest.S b/src/mesa/x86/x86_cliptest.S index 8679bcb11e6..f406f9d3ca1 100644 --- a/src/mesa/x86/x86_cliptest.S +++ b/src/mesa/x86/x86_cliptest.S @@ -1,4 +1,4 @@ -/* $Id: x86_cliptest.S,v 1.4 2001/01/13 05:48:25 keithw Exp $ */ +/* $Id: x86_cliptest.S,v 1.5 2001/03/03 21:11:32 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -71,7 +71,7 @@ clip_table: SEG_TEXT /* - * gl_x86_cliptest_points4 + * _mesa_x86_cliptest_points4 * * AL: ormask * AH: andmask @@ -88,8 +88,8 @@ clip_table: #endif ALIGNTEXT16 -GLOBL GLNAME( gl_x86_cliptest_points4 ) -GLNAME( gl_x86_cliptest_points4 ): +GLOBL GLNAME( _mesa_x86_cliptest_points4 ) +GLNAME( _mesa_x86_cliptest_points4 ): #ifdef ELFPIC #define FRAME_OFFSET 20 @@ -254,8 +254,8 @@ LLBL( ctp4_finish ): ALIGNTEXT16 -GLOBL GLNAME( gl_x86_cliptest_points4_np ) -GLNAME( gl_x86_cliptest_points4_np ): +GLOBL GLNAME( _mesa_x86_cliptest_points4_np ) +GLNAME( _mesa_x86_cliptest_points4_np ): #ifdef ELFPIC #define FRAME_OFFSET 20 |