aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/common_x86_features.h
Commit message (Collapse)AuthorAgeFilesLines
* new X86 CPU detection code (Petr Sebor)Brian Paul2003-01-211-36/+24
|
* updated email addressesBrian Paul2002-10-291-2/+2
|
* New type system for assembly code. Asm files should now includeGareth Hughes2001-03-281-3/+6
| | | | | matypes.h, which includes assyntax.h and is generated from the core Mesa header files.
* more clean-upsBrian Paul2001-03-031-5/+5
|
* Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes2000-10-231-0/+77
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.