Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't use macros, just expand them in-line | Brian Paul | 2002-01-03 | 1 | -7/+4 |
| | |||||
* | fixed a glitch | Brian Paul | 2001-11-19 | 1 | -2/+2 |
| | |||||
* | new Python API generator scripts | Brian Paul | 2001-11-18 | 1 | -80/+50 |
| | |||||
* | Use #function instead of @function | davem69 | 2001-08-03 | 1 | -4/+4 |
| | | | | | in .type directive so it works with Solaris assembler as well as GNU assembler. | ||||
* | Remove dependency on MESA sources from gl* files | davem69 | 2001-06-06 | 1 | -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. | davem69 | 2001-06-05 | 1 | -4/+10 |
| | |||||
* | Python script for making glapi_sparc.S | davem69 | 2001-06-05 | 1 | -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. |