Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-22 | mesa: 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-24 | mesa: 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-24 | Add the vf module. | Keith Whitwell | |
This is a cleaned up version of the code in tnl/t_vertex*. |