summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glsparcasm.py
Commit message (Collapse)AuthorAgeFilesLines
* don't use macros, just expand them in-lineBrian Paul2002-01-031-7/+4
|
* fixed a glitchBrian Paul2001-11-191-2/+2
|
* new Python API generator scriptsBrian Paul2001-11-181-80/+50
|
* Use #function instead of @functiondavem692001-08-031-4/+4
| | | | | in .type directive so it works with Solaris assembler as well as GNU assembler.
* Remove dependency on MESA sources from gl* filesdavem692001-06-061-1/+12
| | | | | | | in SPARC glapi optimizations by moving the icache flush into the glapi_sparc.S file. Brian, how is this?
* Sparc optimized GLAPI dispatch table.davem692001-06-051-4/+10
|
* Python script for making glapi_sparc.Sdavem692001-06-051-0/+152
Unused until Brian shows me what gl.spec file he is actually using for glapi_x86.S as all the ones I can find seem out of sync.