aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
Commit message (Expand)AuthorAgeFilesLines
* glapi: add ARB_debug_output.xmlnobled2012-03-103-0/+96
* scons: Don't build the assembly sources on Mac OS X.Vinson Lee2012-02-251-1/+1
* glapi: Fix incorrect enum value.Paul Berry2012-02-231-1/+1
* glapi: Include GLES2 headers for ES2 extension functionsIan Romanick2012-02-151-0/+10
* mapi/glapi: Never use a generic no-op entry-point on Windows.José Fonseca2012-02-021-2/+6
* scons: Remove references to u_thread.cJosé Fonseca2012-01-261-1/+0
* Revert "Always build shared glapi"Matt Turner2012-01-242-0/+19
* Always build shared glapiMatt Turner2012-01-202-19/+0
* Regenerate files from previous commitsIan Romanick2011-12-131-4/+32
* glapi/glx: For GLX code, use the existing _X_HIDDEN and _X_INTERNAL definesIan Romanick2011-12-133-25/+25
* glapi/glx: Generate glapi_gentable.c so that the xserver can use itIan Romanick2011-12-131-5/+33
* glapi/glx: Generate dispatch.h so that the xserver can use itIan Romanick2011-12-131-0/+4
* glapi/glx: Xserver wants dispatch.h, not glapidispatch.hIan Romanick2011-12-132-3/+5
* glapi/glx: Don't send GL API files to the xserverIan Romanick2011-12-131-7/+0
* glapi: Remove mention of nonexistent enumsIan Romanick2011-12-131-2/+7
* glapi/glx: Remove g_disptab.h from xserver generated filesIan Romanick2011-12-131-1/+0
* glapi: add GL_OES_compressed_ETC1_RGB8_texture for GLESChia-I Wu2011-12-021-0/+4
* glapi: s/INLINE/inline/ for dispatch.h fileBrian Paul2011-11-301-2/+2
* Remove windows kernel support code.José Fonseca2011-11-291-72/+70
* glapi: add ARB_texture_rgb10_a2ui support.Dave Airlie2011-11-272-0/+14
* mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca2011-11-092-2/+13
* glapi: add entry points for OES_EGL_image_externalChia-I Wu2011-11-031-0/+8
* glapi: regenerated API files for GL_ARB_texture_storageBrian Paul2011-10-318-3911/+4385
* glapi: new API specs for GL_ARB_texture_storageBrian Paul2011-10-313-0/+70
* glapi: Enclose glapi.h in an extern "C" block when included by C++.Kenneth Graunke2011-10-041-0/+6
* glapi: regen API files for new extensionIan Romanick2011-10-047-161/+191
* glapi: Add entry point for NV_draw_buffersIan Romanick2011-10-042-0/+65
* glapi: Move ARB_draw_buffers extension to a separate fileIan Romanick2011-10-042-118/+125
* glapi: Don't emit remap data for individual extensionsIan Romanick2011-09-191-38/+5
* glapi: regen API files for new extensionDave Airlie2011-09-068-4253/+6863
* glapi: add ARB_vertex_type_2_10_10_10_rev entrypoints. (v2)Dave Airlie2011-09-063-0/+229
* mapi: Commit generated files modified by previous commitIan Romanick2011-08-267-19/+1309
* mapi: Silence many "warning: unused parameter"Ian Romanick2011-08-261-0/+7
* mesa: Remove support for BeOSIan Romanick2011-08-264-4/+4
* scons: don't compile some files with -gstabs if using mingw32Brian Paul2011-08-261-0/+5
* glapi: remove gen-esChia-I Wu2011-08-1313-7703/+0
* glapi: add glapi_gen.mk to help header generationChia-I Wu2011-08-131-0/+44
* glapi: use gl_and_es_API.xml to generate GLES headersChia-I Wu2011-08-134-15/+39
* glapi: add methods to filter functionsChia-I Wu2011-08-131-7/+39
* glapi: add gles_api.pyChia-I Wu2011-08-132-0/+457
* glapi: Update specs to correctly list FramebufferTextureLayerARB as an alias ...Jeremy Huddleston2011-06-201-1/+1
* scons: Correct glapi USE_xxx_ASM flags.José Fonseca2011-06-171-11/+4
* glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t...Jeremy Huddleston2011-06-142-2586/+2666
* glapi: Add check for NULL symbol_prefix in gentable and fix warningsJeremy Huddleston2011-06-132-2594/+3891
* glapi: Add API that can create a _glapi_table from a dlfcn handleJeremy Huddleston2011-06-115-2/+7947
* mesa: merge glapidispatch.h into dispatch.hChia-I Wu2011-06-083-14/+13
* mesa: fix GLES remap table setup againChia-I Wu2011-06-081-9/+13
* glapi: regenerated filesPierre-Eric Pelloux-Prayer2011-06-027-4296/+4371
* glapi: add glDrawElementsInstancedBaseVertex() function to xmlBrian Paul2011-06-021-0/+9
* glapi: Make xserver location error more helpfulNathan Kidd2011-06-011-1/+4