Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mapi: Merge src/gles/. | Chia-I Wu | 2010-05-08 | 1 | -78/+0 |
| | | | | | 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 | -3/+11 |
| | | | | | | | | | | 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 | -8/+8 |
| | | | | Move glapi to src/mapi/{glapi,es1api,es2api}. | ||||
* | gles: Add -I$(TOP)/include. | Chia-I Wu | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | gles: Build libGLESv1_CM.so and libGLESv2.so from glapi files | Kristian Høgsberg | 2010-04-28 | 1 | -0/+70 |