summaryrefslogtreecommitdiffstats
path: root/src/gles/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* mapi: Merge src/gles/.Chia-I Wu2010-05-081-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 Wu2010-05-071-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 Wu2010-05-071-8/+8
| | | | Move glapi to src/mapi/{glapi,es1api,es2api}.
* gles: Add -I$(TOP)/include.Chia-I Wu2010-05-041-1/+1
|
* gles: Build libGLESv1_CM.so and libGLESv2.so from glapi filesKristian Høgsberg2010-04-281-0/+70