summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glx86asm.py
AgeCommit message (Collapse)Author
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-10-23more MinGW fixesDaniel Borca
2003-10-22More SciTech SNAP updates. Some of these files didn't really change, butKendall Bennett
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.
2003-10-14Updates to x86 assembler support for Open Watcom and SNAPKendall Bennett
2002-06-11Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)Brian Paul
2002-04-02DJGPP updatesBrian Paul
2001-11-18new Python API generator scriptsBrian Paul
2001-03-28remove TEST_L and JZ instructions; always jump through the _glapi_Dispatch ↵Brian Paul
pointer
2000-09-06replaced ## with CONCAT macroBrian Paul
2000-05-11generate X86 dispatch codeBrian Paul