summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vtx_x86.c
AgeCommit message (Expand)Author
2005-01-06solved classic "char*" vs "char[]" conflict. we were mimicking a pointer var...Daniel Borca
2004-11-01small aesthetic correctionDaniel Borca
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-05-20doc update; minor changesDaniel Borca
2004-04-13updated Glide driver documentationDaniel Borca
2004-04-02got rid of the notify routine as intermediate stepDaniel Borca
2004-04-02added codegen'ed choosersDaniel Borca
2004-04-01Rename _x86_ symbols to avoid conflict with r200 driverKeith Whitwell
2004-04-01Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. ThisFelix Kuehling
2004-04-01codegen'ed versions of the 2nd level dispatchDaniel Borca
2004-03-31fine-tuning x86 gcc codegenDaniel Borca
2004-03-31dynfn --> _tnl_dynfnKeith Whitwell
2004-03-29new filesKeith Whitwell
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-05-11another checkpoint of struct immediate replacement codeKeith Whitwell
2002-04-18Core of the future vertex engine. Isn't built yet, nor will be for a while...Keith Whitwell