summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2010-05-11glapi: fix generator scripts w.r.t. GLX_USE_APPLEGLBrian Paul2-2/+2
2010-05-11glapi: added GL_ARB_transform_feedback2 entrypointsBrian Paul1-0/+40
2010-05-08mapi: Add install rules for OpenGL ES.Chia-I Wu3-2/+67
2010-05-08mapi: Install .pc file for OpenVG.Chia-I Wu2-1/+31
2010-05-08mapi: Update vgapi to build libOpenVG.so.Chia-I Wu1-3/+24
2010-05-08mapi: Merge src/gles/.Chia-I Wu1-11/+38
2010-05-07mapi/glapi: Don't allocate a page for every function on windows.José Fonseca2-36/+42
2010-05-07mapi: Avoid Data Execution Prevention on windows.José Fonseca2-1/+17
2010-05-07mapi: Add x86-64 dispatcher.Chia-I Wu2-0/+99
2010-05-07mapi: Add x86 dispatcher.Chia-I Wu4-1/+246
2010-05-07mapi: Add vgapi.Chia-I Wu3-0/+154
2010-05-07mapi: Add a generic C dispatcher.Chia-I Wu12-0/+1325
2010-05-07mapi: Add mapi and share the code with glapi.Chia-I Wu18-740/+783
2010-05-07glapi: Move to src/mapi/.Chia-I Wu84-0/+82894