summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/gen/remap_helper.py
Commit message (Collapse)AuthorAgeFilesLines
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-218/+0
| | | | Move glapi to src/mapi/{glapi,es1api,es2api}.
* mesa: Move references to main/remap_helper.h to api_exec.cKristian Høgsberg2010-04-271-10/+2
|
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
| | | | | | glapi/dispatch.h is a core Mesa header file. Move the header file to main/ to make this clear. It also becomes clear after this change that IN_DRI_DRIVER is only used in core Mesa to enable the remap table.
* glapi: mv code generation to subdirGeorge Sapountzis2010-02-241-0/+226
This just moves files, code generation Makefile will be fixed in next commit for easier review.