Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Symbol names are prepended with an underscore on CYGWIN as well. | Eric Anholt | 2004-09-17 | 1 | -3/+3 |
| | | | | | X.Org Bugzilla: 1079 Submitted by: Alexander Gottwald <[email protected]> | ||||
* | updated Glide driver documentation | Daniel Borca | 2004-04-13 | 1 | -182/+391 |
| | | | | | | | fixed SAL/SAR in assyntax.h (NASM) fixed a bug wrt NULL pointer assignment in t_vtx_api.c cosmetics to t_vtx_x86.c & t_vtx_x86_gcc.S enabled STDCALL with codegen (MinGW) | ||||
* | use # comments instead of //, etc ([email protected]) | Brian Paul | 2004-04-07 | 1 | -100/+100 |
| | |||||
* | revived linux-glide build process | Daniel Borca | 2004-04-07 | 1 | -2/+2 |
| | | | | some small Makefile changes for MinGW & DJGPP | ||||
* | protected all codegen behind AllowCodegen | Daniel Borca | 2004-04-05 | 1 | -5/+3 |
| | |||||
* | got rid of the notify routine as intermediate step | Daniel Borca | 2004-04-02 | 1 | -13/+29 |
| | |||||
* | added codegen'ed choosers | Daniel Borca | 2004-04-02 | 1 | -60/+64 |
| | |||||
* | Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRY | Keith Whitwell | 2004-04-01 | 1 | -33/+30 |
| | |||||
* | codegen'ed versions of the 2nd level dispatch | Daniel Borca | 2004-04-01 | 1 | -8/+26 |
| | |||||
* | fine-tuning x86 gcc codegen | Daniel Borca | 2004-03-31 | 1 | -16/+12 |
| | |||||
* | Add #ifdef protection around the file to prevent DRI build breakage. | Ian Romanick | 2004-03-30 | 1 | -0/+2 |
| | |||||
* | First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code. | Keith Whitwell | 2004-03-29 | 1 | -126/+201 |
| | | | | Enable with env var: MESA_CODEGEN=t. | ||||
* | Sketch of codegen templates for t_vtx_api.c, not complete | Keith Whitwell | 2004-03-15 | 1 | -0/+242 |