summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vertex_sse.c
Commit message (Expand)AuthorAgeFilesLines
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-1/+1
* New arguments for sse_shufps()Keith Whitwell2005-06-081-14/+14
* Split out runtime assembly functions.Keith Whitwell2005-06-071-723/+126
* Invalidate current fastpath on changes to attribute size or offset withinKeith Whitwell2005-05-191-4/+23
* Cope with the common 3ub and 1ub cases.Keith Whitwell2005-05-191-66/+202
* Rename emit functions to reflect instruction set in use (ieKeith Whitwell2005-05-191-175/+274
* Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell2005-05-181-4/+5
* Fix a few typos, initialize p->identity.Keith Whitwell2005-05-181-3/+9
* Generates working SSE code for gears under the swrast driver.Keith Whitwell2005-05-181-58/+127
* Checkpoint commit: Preliminary version of a facility to emit x86/sse codeKeith Whitwell2005-05-181-0/+937