summaryrefslogtreecommitdiff
path: root/src/mesa/x86/x86.c
AgeCommit message (Collapse)Author
2000-10-23Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes
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.
2000-06-27added aligned memory allocations (Gareth Hughes)Brian Paul
2000-05-26include glheader.h instead of system headersBrian Paul
2000-05-05fixed the nested extern warningBrian Paul
2000-04-15added a comment about FP overflowsBrian Paul
2000-03-27Updated to compile under Irix 6.5Randy Frank
1999-11-12 . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett
C++ and NASM. This includes lots of _ASMAPI macros to ensure that assembler functions are prototyped as __cdecl, as Watcom C++ uses register calling conventions by default. . Misc fixes to files to remove warnings generated by Watcom C++.
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell
1999-08-19Initial revisionjtg