summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_arbprogram_sse.c
AgeCommit message (Expand)Author
2007-04-16removed unused t_vb_arbprogram stageBrian
2006-12-15updated includesBrian
2006-06-01Fix extended swizzling in vertex programs by introducing special swizzle inst...Roland Scheidegger
2006-03-03fix up the emit_func list in the experimental arbprogram sse code.Roland Scheidegger
2006-02-02add some assertions to check emit_func[] table validityBrian Paul
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-07-10Add runtime compiled x87 implementations for most of the remainingKeith Whitwell
2005-07-01replace some free() calls with _mesa_free()Brian Paul
2005-06-09Store compiled vertex program representations in a pointer in theKeith Whitwell
2005-06-08Turn off debugKeith Whitwell
2005-06-08Runtime generate sse/sse2 code for some vertex programs. ExperimentalKeith Whitwell