diff options
author | Gareth Hughes <[email protected]> | 2000-10-23 00:16:28 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2000-10-23 00:16:28 +0000 |
commit | fc2427e81b1c648550d0368652d6a475df785027 (patch) | |
tree | 92da699f07610ef4dc07ae4e0add4693c192040d /src/mesa/x86/assyntax.h | |
parent | e188b6e1f1d1e5e72985fdc3d69d26eeab26e987 (diff) |
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.
Diffstat (limited to 'src/mesa/x86/assyntax.h')
-rw-r--r-- | src/mesa/x86/assyntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86/assyntax.h b/src/mesa/x86/assyntax.h index 34bd11f0052..b9bb1f7ea08 100644 --- a/src/mesa/x86/assyntax.h +++ b/src/mesa/x86/assyntax.h @@ -1,4 +1,4 @@ -/* $Id: assyntax.h,v 1.15 2000/09/18 22:49:04 gareth Exp $ */ +/* $Id: assyntax.h,v 1.16 2000/10/23 00:16:28 gareth Exp $ */ #ifndef __ASSYNTAX_H__ #define __ASSYNTAX_H__ |