diff options
author | Gareth Hughes <[email protected]> | 2001-05-21 16:33:41 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2001-05-21 16:33:41 +0000 |
commit | e7e38a47a8dd567fd5a848cbef09b14018fb2fe0 (patch) | |
tree | d10dc2886dbca967d560a4972f40a719489f29c5 /src/mesa/main/Makefile.X11 | |
parent | e9482d004f7b4bdc99312a89c33c061f31552bda (diff) |
Initial commit of cliptest work. More to come shortly.
- Add debug, benchmark code.
- Change linux/x86 FAST_MATH code to GCC/x86, and clear FP exceptions
before exiting the fast math block.
- Remove divide-by-zero test in x86 cliptest, and set clipped vertices
to [0,0,0,1] instead of leaving them uninitialized.
Diffstat (limited to 'src/mesa/main/Makefile.X11')
-rw-r--r-- | src/mesa/main/Makefile.X11 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index 7a7d18a2366..0950925a17c 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.51 2001/03/29 06:46:15 gareth Exp $ +# $Id: Makefile.X11,v 1.52 2001/05/21 16:33:41 gareth Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -109,6 +109,7 @@ CORE_SOURCES = \ X86/common_x86.c \ X86/3dnow.c \ X86/sse.c \ + math/m_debug_clip.c \ math/m_debug_norm.c \ math/m_debug_vertex.c \ math/m_debug_xform.c \ |