aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vtx_x86.c
Commit message (Expand)AuthorAgeFilesLines
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-5/+5
* doc update; minor changesDaniel Borca2004-05-201-9/+13
* updated Glide driver documentationDaniel Borca2004-04-131-95/+61
* got rid of the notify routine as intermediate stepDaniel Borca2004-04-021-4/+8
* added codegen'ed choosersDaniel Borca2004-04-021-12/+78
* Rename _x86_ symbols to avoid conflict with r200 driverKeith Whitwell2004-04-011-29/+29
* Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. ThisFelix Kuehling2004-04-011-0/+5
* codegen'ed versions of the 2nd level dispatchDaniel Borca2004-04-011-2/+71
* fine-tuning x86 gcc codegenDaniel Borca2004-03-311-4/+23
* dynfn --> _tnl_dynfnKeith Whitwell2004-03-311-11/+11
* new filesKeith Whitwell2004-03-291-0/+251
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-704/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-1/+0
* Header file clean-up:Brian Paul2002-10-241-3/+1
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-13/+13
* another checkpoint of struct immediate replacement codeKeith Whitwell2002-05-111-166/+146
* Core of the future vertex engine. Isn't built yet, nor will be for a while...Keith Whitwell2002-04-181-0/+727