Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: Clean up header inclusions. | Chia-I Wu | 2010-08-23 | 1 | -9/+1 |
| | | | | | Do not rely on PUBLIC being defined in glapi.h. Do not include core mesa headers. | ||||
* | glapi: Move public function/variable declarations to glapi.h. | Chia-I Wu | 2010-08-21 | 1 | -10/+1 |
| | | | | | | | glapi defines an interface that is used by DRI drivers. It must not be changed in an ABI incompatible way. This commit moves all functions/variables belong to the interface to glapi.h. Instead of including u_current.h from glapi.h, u_current.h now includes glapi.h. | ||||
* | glapi: Fix VMware spelling. | Vinson Lee | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | glapi: Move to src/mapi/. | Chia-I Wu | 2010-05-07 | 1 | -0/+134 |
Move glapi to src/mapi/{glapi,es1api,es2api}. |