summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/glapi_nop.c
Commit message (Collapse)AuthorAgeFilesLines
* glapi: Clean up header inclusions.Chia-I Wu2010-08-231-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 Wu2010-08-211-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 Lee2010-07-281-1/+1
|
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+134
Move glapi to src/mapi/{glapi,es1api,es2api}.