Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-23 | glapi: Clean up header inclusions. | Chia-I Wu | |
Do not rely on PUBLIC being defined in glapi.h. Do not include core mesa headers. | |||
2010-08-21 | glapi: Move public function/variable declarations to glapi.h. | Chia-I Wu | |
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. | |||
2010-07-28 | glapi: Fix VMware spelling. | Vinson Lee | |
2010-05-07 | glapi: Move to src/mapi/. | Chia-I Wu | |
Move glapi to src/mapi/{glapi,es1api,es2api}. |