aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/clip_args.h
Commit message (Collapse)AuthorAgeFilesLines
* updated email addressesBrian Paul2002-10-291-2/+2
|
* Initial commit of cliptest work. More to come shortly.Gareth Hughes2001-05-211-3/+3
| | | | | | | | - 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.
* New type system for assembly code. Asm files should now includeGareth Hughes2001-03-281-18/+2
| | | | | matypes.h, which includes assyntax.h and is generated from the core Mesa header files.
* Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes2000-10-231-0/+76
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.