aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vtx_x86_gcc.S
Commit message (Collapse)AuthorAgeFilesLines
* Symbol names are prepended with an underscore on CYGWIN as well.Eric Anholt2004-09-171-3/+3
| | | | | X.Org Bugzilla: 1079 Submitted by: Alexander Gottwald <[email protected]>
* updated Glide driver documentationDaniel Borca2004-04-131-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 Paul2004-04-071-100/+100
|
* revived linux-glide build processDaniel Borca2004-04-071-2/+2
| | | | some small Makefile changes for MinGW & DJGPP
* protected all codegen behind AllowCodegenDaniel Borca2004-04-051-5/+3
|
* got rid of the notify routine as intermediate stepDaniel Borca2004-04-021-13/+29
|
* added codegen'ed choosersDaniel Borca2004-04-021-60/+64
|
* Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRYKeith Whitwell2004-04-011-33/+30
|
* codegen'ed versions of the 2nd level dispatchDaniel Borca2004-04-011-8/+26
|
* fine-tuning x86 gcc codegenDaniel Borca2004-03-311-16/+12
|
* Add #ifdef protection around the file to prevent DRI build breakage.Ian Romanick2004-03-301-0/+2
|
* First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.Keith Whitwell2004-03-291-126/+201
| | | | Enable with env var: MESA_CODEGEN=t.
* Sketch of codegen templates for t_vtx_api.c, not completeKeith Whitwell2004-03-151-0/+242