Add the vf module.
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 24 May 2007 10:37:08 +0000 (11:37 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 24 May 2007 10:37:08 +0000 (11:37 +0100)
commitb1dc66b7bd9b13498204c32182d0935d3a7d3eec
treef2ca79880665d0b8bb19a831e7c2b6206e520a9d
parentb939adfa155f2b3ca5c5226e86da85629654d79b
Add the vf module.

This is a cleaned up version of the code in tnl/t_vertex*.
src/mesa/vf/vf.c [new file with mode: 0644]
src/mesa/vf/vf.h [new file with mode: 0644]
src/mesa/vf/vf_generic.c [new file with mode: 0644]
src/mesa/vf/vf_sse.c [new file with mode: 0644]