summaryrefslogtreecommitdiffstats
path: root/src/mesa/vf
Commit message (Collapse)AuthorAgeFilesLines
* set outputs_safe to 0 as it's possible for the code generationAlan Hourihane2008-03-191-1/+1
| | | | to slip over the allocated memory for the vb.
* remove duplicate init funcAlan Hourihane2007-11-091-2/+0
|
* Remove mesa include directories, be stricter about include paths.Keith Whitwell2007-08-151-1/+1
|
* Build libsoftpipe.aKeith Whitwell2007-08-011-1/+1
| | | | | | | | 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.
* Add VF_ATTRIB_VAR0..7 for varying variables.Brian2007-07-241-6/+14
| | | | The demos/fslight.c demo runs now.
* Add the vf module.Keith Whitwell2007-05-244-0/+2243
This is a cleaned up version of the code in tnl/t_vertex*.