summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vtx_x86_gcc.S
AgeCommit message (Collapse)Author
2006-10-29Changes for new vbo-building module.Keith Whitwell
- Removed all the old immediate, array and display list code. - Remove references to the old array_cache module. - Added a _tnl_draw_prims() entrypoint. - Added a simplified data import facility for converting non-floating point data as required. Checkpoint commit - trivial/tri works.
2006-04-17Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg
of requesting executable stacks.
2004-09-17Symbol 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-13updated Glide driver documentationDaniel 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-07use # comments instead of //, etc (ajax@nwnk.net)Brian Paul
2004-04-07revived linux-glide build processDaniel Borca
some small Makefile changes for MinGW & DJGPP
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
Enable with env var: MESA_CODEGEN=t.
2004-03-15Sketch of codegen templates for t_vtx_api.c, not completeKeith Whitwell