Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a substitution in glesv1_cm.pc | Eric Anholt | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | mapi: Add install rules for OpenGL ES. | Chia-I Wu | 2010-05-08 | 2 | -2/+55 |
| | | | | Move the install rules for OpenGL ES from src/mesa/Makefile to mapi. | ||||
* | mapi: Merge src/gles/. | Chia-I Wu | 2010-05-08 | 1 | -11/+38 |
| | | | | | Remove src/gles and have mapi/{es1api,es2api} build libGLESv1_CM.so and libGLESv2.so. | ||||
* | mapi: Add mapi and share the code with glapi. | Chia-I Wu | 2010-05-07 | 1 | -19/+35 |
| | | | | | | | | | | Specifically, move all or most of glapi/glapi.c to mapi/u_current.c, glapi/glapi_execmem.c to mapi/u_execmem.c, glapi/glthread.[ch] to mapi/u_thread.[ch] and remove their dependencies on core Mesa headers. | ||||
* | glapi: Move to src/mapi/. | Chia-I Wu | 2010-05-07 | 1 | -0/+60 |
Move glapi to src/mapi/{glapi,es1api,es2api}. |