Initial commit of cliptest work. More to come shortly.
authorGareth Hughes <gareth@valinux.com>
Mon, 21 May 2001 16:33:41 +0000 (16:33 +0000)
committerGareth Hughes <gareth@valinux.com>
Mon, 21 May 2001 16:33:41 +0000 (16:33 +0000)
commite7e38a47a8dd567fd5a848cbef09b14018fb2fe0
treed10dc2886dbca967d560a4972f40a719489f29c5
parente9482d004f7b4bdc99312a89c33c061f31552bda
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.
src/mesa/Makefile.X11
src/mesa/main/Makefile.X11
src/mesa/math/m_clip_tmp.h
src/mesa/math/m_debug.h
src/mesa/math/m_debug_clip.c [new file with mode: 0644]
src/mesa/math/m_xform.c
src/mesa/tnl/t_pipeline.c
src/mesa/x86/clip_args.h
src/mesa/x86/x86.c
src/mesa/x86/x86_cliptest.S