Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: Move to src/mapi/. | Chia-I Wu | 2010-05-07 | 1 | -218/+0 |
| | | | | Move glapi to src/mapi/{glapi,es1api,es2api}. | ||||
* | mesa: Move references to main/remap_helper.h to api_exec.c | Kristian Høgsberg | 2010-04-27 | 1 | -10/+2 |
| | |||||
* | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | 2010-02-25 | 1 | -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 subdir | George Sapountzis | 2010-02-24 | 1 | -0/+226 |
This just moves files, code generation Makefile will be fixed in next commit for easier review. |