Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Include macros.h in files that use symbols from macros.h. | Vinson Lee | 2010-07-30 | 1 | -0/+1 |
| | | | | Don't rely on inclusion of other files that already include macros.h. | ||||
* | mesa: Remove _mesa_exit wrapper for exit(). | Eric Anholt | 2009-12-22 | 1 | -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é Fonseca | 2008-07-24 | 1 | -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 Whitwell | 2007-05-24 | 1 | -0/+981 |
This is a cleaned up version of the code in tnl/t_vertex*. |