Age | Commit message (Collapse) | Author | |
---|---|---|---|
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}. | |||
2010-05-04 | gles: Add -I$(TOP)/include. | Chia-I Wu | |
2010-04-28 | gles: Build libGLESv1_CM.so and libGLESv2.so from glapi files | Kristian Høgsberg | |