summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vtx_x86_gcc.S
AgeCommit message (Expand)Author
2006-04-17Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg
2004-09-17Symbol names are prepended with an underscore on CYGWIN as well.Eric Anholt
2004-04-13updated Glide driver documentationDaniel Borca
2004-04-07use # comments instead of //, etc (ajax@nwnk.net)Brian Paul
2004-04-07revived linux-glide build processDaniel Borca
2004-04-05protected all codegen behind AllowCodegenDaniel Borca
2004-04-02got rid of the notify routine as intermediate stepDaniel Borca
2004-04-02added codegen'ed choosersDaniel Borca
2004-04-01Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRYKeith Whitwell
2004-04-01codegen'ed versions of the 2nd level dispatchDaniel Borca
2004-03-31fine-tuning x86 gcc codegenDaniel Borca
2004-03-30Add #ifdef protection around the file to prevent DRI build breakage.Ian Romanick
2004-03-29First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.Keith Whitwell
2004-03-15Sketch of codegen templates for t_vtx_api.c, not completeKeith Whitwell