Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-11 | glapi: fix generator scripts w.r.t. GLX_USE_APPLEGL | Brian Paul | |
Commit 80b280db883edc9550484dba03bd5c124b6a9bf9 changed the .c files instead of the .py generator scripts. | |||
2010-05-11 | glapi: added GL_ARB_transform_feedback2 entrypoints | Brian Paul | |
2010-05-07 | mapi: Avoid Data Execution Prevention on windows. | José Fonseca | |
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}. |