summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vertex_sse.c
AgeCommit message (Expand)Author
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-06-08New arguments for sse_shufps()Keith Whitwell
2005-06-07Split out runtime assembly functions.Keith Whitwell
2005-05-19Invalidate current fastpath on changes to attribute size or offset withinKeith Whitwell
2005-05-19Cope with the common 3ub and 1ub cases.Keith Whitwell
2005-05-19Rename emit functions to reflect instruction set in use (ieKeith Whitwell
2005-05-18Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell
2005-05-18Fix a few typos, initialize p->identity.Keith Whitwell
2005-05-18Generates working SSE code for gears under the swrast driver.Keith Whitwell
2005-05-18Checkpoint commit: Preliminary version of a facility to emit x86/sse codeKeith Whitwell