Major audit of all Mesa's x86 assembly code. This round is basically
authorGareth Hughes <gareth@valinux.com>
Mon, 23 Oct 2000 00:20:50 +0000 (00:20 +0000)
committerGareth Hughes <gareth@valinux.com>
Mon, 23 Oct 2000 00:20:50 +0000 (00:20 +0000)
commitac018f5494dad2af008a4a64e9c5648b3ec2fcaa
treec1262da3e106defebcafe4cc8a032b6bf78035fb
parentfc2427e81b1c648550d0368652d6a475df785027
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.

Removed redundant x86 assembly build options, replace with linux-x86 and
so on.  This will build all x86, MMX, 3DNow!, SSE etc assembly into
libGL - preferred over many different options to include some but not
all assembly code.  Note that linux-3dnow and linux-katmai options have
thus been removed.
Make-config
Makefile.X11