Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: Annotate XML with exec="dynamic" for dynamic functions. | Paul Berry | 2012-11-06 | 1 | -2/+2 |
| | | | | | | | | | | Future patches will use this annotation when code generating _mesa_create_exec_table(), to determine which functions should be skipped because Mesa dispatches them differently depending on GL state. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> | ||||
* | mesa: hook up GL 3.x entrypoints | Brian Paul | 2010-11-21 | 1 | -24/+4 |
| | | | | Fix up some details in the xml files and regenerate dispatch files. | ||||
* | glapi: Move to src/mapi/. | Chia-I Wu | 2010-05-07 | 1 | -0/+69 |
Move glapi to src/mapi/{glapi,es1api,es2api}. |