summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2012-06-11automake: Globally add stub automake targets to the old Makefiles.Eric Anholt1-1/+1
2012-06-08glapi: .gitignore cleanupAndreas Boll1-11/+0
2012-06-01scons: generate the glapitable.h file tooBrian Paul1-0/+7
2012-05-31scons: add code to generate the various GL API filesBrian Paul2-0/+67
2012-05-29glapi: Enable silent rules for generation when used from automake.Eric Anholt1-3/+3
2012-05-29shared-glapi: Don't forget to clean our built file.Eric Anholt1-0/+1
2012-05-29mesa: Remove the generated glapi from source control, and just build it.Eric Anholt10-78137/+11
2012-04-22glapi: Correct size of allocated _glapi_table structJonas Maebe1-1/+1
2012-04-10mapi: Fix Android buildChad Versace1-4/+7
2012-04-09glapi: regen for TBO change.Eric Anholt8-6681/+6644
2012-04-09glapi: Mark TexBuffer as an alias of TexBufferARB.Eric Anholt1-1/+1
2012-03-29shared-glapi: Include from builddirKristian Høgsberg1-0/+1
2012-03-26glapi: add GL_ARB_texture_floatDylan Noblesmith4-1/+47
2012-03-26glapi: add GL_ARB_depth_buffer_floatDylan Noblesmith3-1/+18
2012-03-26glapi: add GL_ARB_texture_compression_rgtcDylan Noblesmith3-1/+17
2012-03-26glapi: add ARB_texture_rgDylan Noblesmith4-3/+45
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