aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_arbprogram_sse.c
Commit message (Expand)AuthorAgeFilesLines
* removed unused t_vb_arbprogram stageBrian2007-04-161-1330/+0
* updated includesBrian2006-12-151-1/+1
* Fix extended swizzling in vertex programs by introducing special swizzle inst...Roland Scheidegger2006-06-011-15/+77
* fix up the emit_func list in the experimental arbprogram sse code.Roland Scheidegger2006-03-031-5/+45
* add some assertions to check emit_func[] table validityBrian Paul2006-02-021-0/+6
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-1/+1
* Add runtime compiled x87 implementations for most of the remainingKeith Whitwell2005-07-101-189/+528
* replace some free() calls with _mesa_free()Brian Paul2005-07-011-1/+1
* Store compiled vertex program representations in a pointer in theKeith Whitwell2005-06-091-13/+16
* Turn off debugKeith Whitwell2005-06-081-3/+5
* Runtime generate sse/sse2 code for some vertex programs. ExperimentalKeith Whitwell2005-06-081-0/+878