summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86
Commit message (Collapse)AuthorAgeFilesLines
* simplification of GLNAME macro setup (David Dawes)Brian Paul2000-03-011-4/+1
|
* patched for NetBSD support (Allen Briggs)Brian Paul2000-02-271-2/+3
|
* added more entrypointsBrian Paul2000-02-241-82/+433
|
* added more extension entrypointsBrian Paul2000-02-241-1/+300
|
* include glapioffset.h instead of ../glapioffsets.hBrian Paul2000-01-281-2/+2
|
* added prefetchwHolger Waechtler2000-01-271-0/+1
|
* only print info if MESA_DEBUG is setBrian Paul2000-01-251-8/+15
|
* prevent spaces in fp register namesJosh Vanderhoof2000-01-231-1/+9
|
* no brackets for nasm indirect jumpsJosh Vanderhoof2000-01-231-2/+2
|
* renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-upBrian Paul2000-01-171-988/+992
|
* added copyright infoBrian Paul2000-01-171-0/+32
|
* x86 assembly dispatchJosh Vanderhoof2000-01-161-0/+3985
|
* checked in the first new PIII vertex-transformation codeAndre Werthmann1999-11-181-2/+17
|
* fixed SSE bugsJosh Vanderhoof1999-11-131-17/+17
|
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-124-71/+78
| | | | | | | 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++.
* swap operand order for Intel style REGOFFJosh Vanderhoof1999-11-031-6/+6
|
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-192-2/+41
|
* no underscore prefix for freebsd >= 3 (Simon Walton)Josh Vanderhoof1999-10-091-2/+4
|
* more bugfixesKeith Whitwell1999-09-031-1/+7
|
* features werenJosh Vanderhoof1999-08-281-2/+2
|
* various pipeline bugsKeith Whitwell1999-08-261-3/+4
|
* Initial revisionjtg1999-08-198-0/+2553