Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dispatch: stop generating separate GLES1 API code. | Paul Berry | 2012-11-01 | 1 | -617/+0 |
| | | | | | | | | | | This patch removes the generated files api_exec_es1.c, api_exec_es1_dispatch.h, and api_exec_es1_remap_helper.h (and the source files and build rules used to generate them), since they are no longer used. GLES1 now uses the same dispatch table layout as all the other APIs. Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | mesa: Move api_exec_es*.c into mesa/main | Kristian Høgsberg | 2010-04-27 | 1 | -0/+617 |
This requires renaming a few functions to have unique names so that they can all live within the same driver. |