Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-20 | Fix a substitution in glesv1_cm.pc | Eric Anholt | |
2010-05-08 | mapi: Add install rules for OpenGL ES. | Chia-I Wu | |
Move the install rules for OpenGL ES from src/mesa/Makefile to mapi. | |||
2010-05-08 | mapi: Merge src/gles/. | Chia-I Wu | |
Remove src/gles and have mapi/{es1api,es2api} build libGLESv1_CM.so and libGLESv2.so. | |||
2010-05-07 | mapi: Add mapi and share the code with glapi. | Chia-I Wu | |
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. | |||
2010-05-07 | glapi: Move to src/mapi/. | Chia-I Wu | |
Move glapi to src/mapi/{glapi,es1api,es2api}. |