summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2012-03-26regen for "glapi: sort ARB extensions by number"Dylan Noblesmith2-50/+50
2012-03-26glapi: sort ARB extensions by numberDylan Noblesmith1-23/+74
2012-03-26glapi: ARB_blend_func_extended support + regen. (v2)Dave Airlie10-4775/+4950
2012-03-21mapi: Use -no-undefined libtool flag in src/mapi/shared-glapi/Makefile.amJon TURNEY1-0/+1
2012-03-20Add Makefile to shared-glapi .gitignoreKenneth Graunke1-1/+1
2012-03-19shared-glapi: Convert to automakeKristian Høgsberg7-96/+56
2012-03-11mapi/glapi: Fix glDebugMessageCallbackARB arg type to GLDEBUGPROCARBJosé Fonseca5-6/+8
2012-03-11glapi/gen: Add support for pointer types.José Fonseca3-3/+5
2012-03-10glapi: regenerate filesMarek Olšák8-4140/+4456
2012-03-10glapi: add ARB_debug_output.xmlnobled3-0/+96
2012-02-25scons: Don't build the assembly sources on Mac OS X.Vinson Lee1-1/+1
2012-02-23glapi: Fix incorrect enum value.Paul Berry1-1/+1
2012-02-15glapi: Include GLES2 headers for ES2 extension functionsIan Romanick1-0/+10
2012-02-02mapi/glapi: Never use a generic no-op entry-point on Windows.José Fonseca1-2/+6
2012-01-26mapi: Make initMagic unsigned.José Fonseca1-5/+5
2012-01-26scons: Remove references to u_thread.cJosé Fonseca3-4/+8
2012-01-26Fix visibility of u_thread functions by inlining themMatt Turner3-223/+138
2012-01-24Revert "Always build shared glapi"Matt Turner2-0/+19
2012-01-20Always build shared glapiMatt Turner2-19/+0
2011-12-13Regenerate files from previous commitsIan Romanick1-4/+32
2011-12-13glapi/glx: For GLX code, use the existing _X_HIDDEN and _X_INTERNAL definesIan Romanick3-25/+25
2011-12-13glapi/glx: Generate glapi_gentable.c so that the xserver can use itIan Romanick1-5/+33
2011-12-13glapi/glx: Generate dispatch.h so that the xserver can use itIan Romanick1-0/+4
2011-12-13glapi/glx: Xserver wants dispatch.h, not glapidispatch.hIan Romanick2-3/+5
2011-12-13glapi/glx: Don't send GL API files to the xserverIan Romanick1-7/+0
2011-12-13glapi: Remove mention of nonexistent enumsIan Romanick1-2/+7
2011-12-13glapi/glx: Remove g_disptab.h from xserver generated filesIan Romanick1-1/+0
2011-12-02glapi: add GL_OES_compressed_ETC1_RGB8_texture for GLESChia-I Wu1-0/+4
2011-11-30glapi: s/INLINE/inline/ for dispatch.h fileBrian Paul1-2/+2
2011-11-29Remove windows kernel support code.José Fonseca3-179/+174
2011-11-27glapi: add ARB_texture_rgb10_a2ui support.Dave Airlie2-0/+14
2011-11-26android: clean up libglapi bulid rules a bitChia-I Wu1-12/+27
2011-11-09mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca3-5/+32
2011-11-03glapi: add entry points for OES_EGL_image_externalChia-I Wu1-0/+8
2011-10-31glapi: regenerated API files for GL_ARB_texture_storageBrian Paul8-3911/+4385
2011-10-31glapi: new API specs for GL_ARB_texture_storageBrian Paul3-0/+70
2011-10-04glapi: Enclose glapi.h in an extern "C" block when included by C++.Kenneth Graunke1-0/+6
2011-10-04glapi: regen API files for new extensionIan Romanick7-161/+191
2011-10-04glapi: Add entry point for NV_draw_buffersIan Romanick2-0/+65
2011-10-04glapi: Move ARB_draw_buffers extension to a separate fileIan Romanick2-118/+125
2011-09-19glapi: Don't emit remap data for individual extensionsIan Romanick1-38/+5
2011-09-08Define INLINE macro in terms of inline.José Fonseca1-11/+14
2011-09-06glapi: regen API files for new extensionDave Airlie8-4253/+6863
2011-09-06glapi: add ARB_vertex_type_2_10_10_10_rev entrypoints. (v2)Dave Airlie3-0/+229
2011-08-26mapi: Commit generated files modified by previous commitIan Romanick7-19/+1309
2011-08-26mapi: Silence many "warning: unused parameter"Ian Romanick2-1/+17
2011-08-26mesa: Remove support for BeOSIan Romanick6-100/+5
2011-08-26scons: don't compile some files with -gstabs if using mingw32Brian Paul1-0/+5
2011-08-21android: build shared glapiChia-I Wu1-0/+60
2011-08-18glapi: update .gitignore for generated ES dispatch headersPaul Berry1-3/+0