summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_cull.c
AgeCommit message (Collapse)Author
2005-04-22Simplify the pipeline_stage structureKeith Whitwell
- remove input/output fields, input tracking removed. - remove state fields, the validate function now called on every statechange. - add an explicit 'create' function. Add in code to build vertex program to implement current t&l state. Still disabled, but turn on with a #define in t_vp_build.h.
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell