Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
| | |||||
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
| | | | | | | Directly include mtypes.h if a file uses a gl_context struct. This allows future removal of headers that are not strictly necessary but indirectly include mtypes.h for a file. | ||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | mesa: Remove unnecessary header. | Vinson Lee | 2010-05-15 | 1 | -2/+0 |
| | |||||
* | mesa: Drop unused _mesa_init_drawtex_dispatch() | Kristian Høgsberg | 2010-04-28 | 1 | -15/+0 |
| | |||||
* | mesa: Move drawtex functionality to main/ | Kristian Høgsberg | 2010-04-28 | 1 | -0/+148 |