summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glx86asm.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-1/+0
|
* more MinGW fixesDaniel Borca2003-10-231-2/+2
|
* More SciTech SNAP updates. Some of these files didn't really change, butKendall Bennett2003-10-221-10/+25
| | | | | | | they show up in the list (GLU stuff) for some reason. The major change here is the addition of code in the glx86asm.py file to generate assembler stub entry points with the correct name decorations for _stdcall calling conventions so this can be used on Windows boxes.
* Updates to x86 assembler support for Open Watcom and SNAPKendall Bennett2003-10-141-1/+2
|
* Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)Brian Paul2002-06-111-2/+4
|
* DJGPP updatesBrian Paul2002-04-021-2/+2
|
* new Python API generator scriptsBrian Paul2001-11-181-71/+42
|
* remove TEST_L and JZ instructions; always jump through the _glapi_Dispatch ↵Brian Paul2001-03-281-3/+1
| | | | pointer
* replaced ## with CONCAT macroBrian Paul2000-09-061-4/+4
|
* generate X86 dispatch codeBrian Paul2000-05-111-0/+150