summaryrefslogtreecommitdiff
path: root/src/mesa/vf/vf.h
AgeCommit message (Collapse)Author
2010-08-13mesa: Clean up header file inclusion in vf.h.Vinson Lee
Remove mtypes.h. Include glheader.h for GL symbols.
2007-08-15Remove mesa include directories, be stricter about include paths.Keith Whitwell
2007-08-01Build libsoftpipe.aKeith Whitwell
Each pipe driver will build to a .a library, as these will optionally be included in the various DRI drivers (this will make more sense once there is at least one hardware driver...). Not strictly necessary for softpipe, but want to minimize the differences between it and actual hw implementations.
2007-07-24Add VF_ATTRIB_VAR0..7 for varying variables.Brian
The demos/fslight.c demo runs now.
2007-05-24Add the vf module.Keith Whitwell
This is a cleaned up version of the code in tnl/t_vertex*.