Major audit of all Mesa's x86 assembly code. This round is basically
authorGareth Hughes <gareth@valinux.com>
Mon, 23 Oct 2000 00:16:28 +0000 (00:16 +0000)
committerGareth Hughes <gareth@valinux.com>
Mon, 23 Oct 2000 00:16:28 +0000 (00:16 +0000)
commitfc2427e81b1c648550d0368652d6a475df785027
tree92da699f07610ef4dc07ae4e0add4693c192040d
parente188b6e1f1d1e5e72985fdc3d69d26eeab26e987
Major audit of all Mesa's x86 assembly code.  This round is basically
general cleanups - more to come.

Added P6 architecture timing to debug_xform routines.  Still need to add
test_all_vertex_functions test for the v16 asm.  Dynamic reconfiguration
of counter overhead for more accurate benchmarking.
16 files changed:
src/mesa/main/blend.c
src/mesa/main/context.c
src/mesa/x86/3dnow.c
src/mesa/x86/3dnow.h
src/mesa/x86/assyntax.h
src/mesa/x86/clip_args.h [new file with mode: 0644]
src/mesa/x86/common_x86.c
src/mesa/x86/common_x86_asm.S [new file with mode: 0644]
src/mesa/x86/common_x86_asm.h [new file with mode: 0644]
src/mesa/x86/common_x86_features.h [new file with mode: 0644]
src/mesa/x86/mmx.h
src/mesa/x86/mmx_blend.S
src/mesa/x86/x86.c
src/mesa/x86/x86.h
src/mesa/x86/x86_cliptest.S [new file with mode: 0644]
src/mesa/x86/xform_args.h [new file with mode: 0644]