summaryrefslogtreecommitdiffstats
path: root/src/mesa/vf/vf_generic.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee2010-07-301-0/+1
| | | | Don't rely on inclusion of other files that already include macros.h.
* mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-221-1/+1
| | | | | It does nothing else while being less useful than exit() because it lacks attributes that real exit() has.
* mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-4/+4
| | | | | Some of the headers in src/mesa/main have pretty common names which easily conflict with third-party code, e.g. config.h
* Add the vf module.Keith Whitwell2007-05-241-0/+981
This is a cleaned up version of the code in tnl/t_vertex*.