summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glsparcasm.py
AgeCommit message (Collapse)Author
2003-12-01fix __sparc_v9__ test to exclude linux (bug 852204)Brian Paul
2002-01-03don't use macros, just expand them in-lineBrian Paul
2001-11-19fixed a glitchBrian Paul
2001-11-18new Python API generator scriptsBrian Paul
2001-08-03Use #function instead of @functiondavem69
in .type directive so it works with Solaris assembler as well as GNU assembler.
2001-06-06Remove dependency on MESA sources from gl* filesdavem69
in SPARC glapi optimizations by moving the icache flush into the glapi_sparc.S file. Brian, how is this?
2001-06-05Sparc optimized GLAPI dispatch table.davem69
2001-06-05Python script for making glapi_sparc.Sdavem69
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.