summaryrefslogtreecommitdiff
path: root/src/mesa/vf/vf_generic.c
AgeCommit message (Collapse)Author
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee
Don't rely on inclusion of other files that already include macros.h.
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt
It does nothing else while being less useful than exit() because it lacks attributes that real exit() has.
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
Some of the headers in src/mesa/main have pretty common names which easily conflict with third-party code, e.g. config.h
2007-05-24Add the vf module.Keith Whitwell
This is a cleaned up version of the code in tnl/t_vertex*.