Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-17 | Add .note.GNU-stack section to assembler files to avoid the default behavior | Kristian Høgsberg | |
of requesting executable stacks. | |||
2004-09-17 | Symbol names are prepended with an underscore on CYGWIN as well. | Eric Anholt | |
X.Org Bugzilla: 1079 Submitted by: Alexander Gottwald <ago@freedesktop.org> | |||
2004-04-13 | updated Glide driver documentation | Daniel Borca | |
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) | |||
2004-04-07 | use # comments instead of //, etc (ajax@nwnk.net) | Brian Paul | |
2004-04-07 | revived linux-glide build process | Daniel Borca | |
some small Makefile changes for MinGW & DJGPP | |||
2004-04-05 | protected all codegen behind AllowCodegen | Daniel Borca | |
2004-04-02 | got rid of the notify routine as intermediate step | Daniel Borca | |
2004-04-02 | added codegen'ed choosers | Daniel Borca | |
2004-04-01 | Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRY | Keith Whitwell | |
2004-04-01 | codegen'ed versions of the 2nd level dispatch | Daniel Borca | |
2004-03-31 | fine-tuning x86 gcc codegen | Daniel Borca | |
2004-03-30 | Add #ifdef protection around the file to prevent DRI build breakage. | Ian Romanick | |
2004-03-29 | First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code. | Keith Whitwell | |
Enable with env var: MESA_CODEGEN=t. | |||
2004-03-15 | Sketch of codegen templates for t_vtx_api.c, not complete | Keith Whitwell | |