summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2011-02-28glapi: Regenerate for GL_ARB_ES2_compatibility.Ian Romanick8-2723/+3008
2011-02-28glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility.Eric Anholt3-0/+61
2011-02-21glapi: add @GOTPCREL relocation typeDimitry Andric2-2/+4
2011-02-21glapi: adding @ char before type specifier in glapi_x86.SDimitry Andric2-2/+2
2010-09-30mapi: Fix compiler warnings.Chia-I Wu3-3/+3
2010-09-16glapi: Fix ES build errors again.Chia-I Wu1-2/+2
2010-09-16glapi: Fix build errors for ES.Chia-I Wu1-1/+1
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul5-9/+9
2010-09-09Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg2-71/+17
2010-09-09glapi: Fix non-debug buildsJakob Bornecrantz1-1/+1
2010-09-09glapi: Implement optional dispatch loggingKristian Høgsberg2-17/+71
2010-08-30glapi: fix generator which got out of sync with the codebaseLuca Barbieri1-3/+3
2010-08-23glapi: Clean up header inclusions.Chia-I Wu6-40/+45
2010-08-21mapi: Use MAPI_EXPORT to export public functions.Chia-I Wu2-6/+17
2010-08-21mapi: Prefix functions in u_current.h by u_current.Chia-I Wu5-79/+94
2010-08-21glapi: Move public function/variable declarations to glapi.h.Chia-I Wu5-47/+107
2010-07-28glx: Move bind and unbind to context vtableKristian Høgsberg1-1/+1
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2-11/+11
2010-07-28glapi: Fix VMware spelling.Vinson Lee1-1/+1
2010-07-13glapi: use _mesa_snprintf()Brian Paul1-1/+2
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin11-2872/+3494
2010-06-20mapi: Add missing stdlib.h header for malloc declaration.Vinson Lee1-0/+2
2010-06-01vgapi: Generate PIC objects.Chia-I Wu1-1/+1
2010-05-31glapi: Generate PIC objects.José Fonseca1-1/+1
2010-05-31mapi/vgapi: Add SConscript for Windows build.Chia-I Wu1-0/+55
2010-05-31Define PUBLIC to dllexport on MSVC.Chia-I Wu1-2/+2
2010-05-31glapi: Update SConscript for Windows.Chia-I Wu1-5/+15
2010-05-20Fix a substitution in glesv1_cm.pcEric Anholt1-1/+1
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