summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* glapi: add ARB_texture_rgb10_a2ui support.Dave Airlie2011-11-272-0/+14
* glapi: add entry points for OES_EGL_image_externalChia-I Wu2011-11-031-0/+8
* glapi: new API specs for GL_ARB_texture_storageBrian Paul2011-10-313-0/+70
* 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: add ARB_vertex_type_2_10_10_10_rev entrypoints. (v2)Dave Airlie2011-09-063-0/+229
* mapi: Silence many "warning: unused parameter"Ian Romanick2011-08-261-0/+7
* mesa: Remove support for BeOSIan Romanick2011-08-262-2/+2
* 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-133-11/+33
* 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
* glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t...Jeremy Huddleston2011-06-141-2/+42
* glapi: Add check for NULL symbol_prefix in gentable and fix warningsJeremy Huddleston2011-06-131-4/+7
* glapi: Add API that can create a _glapi_table from a dlfcn handleJeremy Huddleston2011-06-112-2/+138
* mesa: merge glapidispatch.h into dispatch.hChia-I Wu2011-06-082-12/+11
* mesa: fix GLES remap table setup againChia-I Wu2011-06-081-9/+13
* glapi: add glDrawElementsInstancedBaseVertex() function to xmlBrian Paul2011-06-021-0/+9
* glapi: Make xserver location error more helpfulNathan Kidd2011-06-011-1/+4
* mesa: Fix remap_table setup.Thierry Reding2011-05-231-0/+5
* glapi: More type-checking in Get_xxx too.José Fonseca2011-05-201-4/+8
* glapi: Implement SET_xxx as inline functions instead of macros.José Fonseca2011-05-191-1/+4
* glapi: add functions for AMD_draw_buffers_blendMarek Olšák2011-05-033-0/+40
* Squashed commit of the following:Brian Paul2011-04-263-0/+188
* mapi/glapi: Avoid warnings about visibility being unsupported on MinGW.José Fonseca2011-04-231-1/+1
* glapi: interface for GL_ARB_sampler_objectsBrian Paul2011-04-103-0/+99
* mesa: API spec for GL_ARB_texture_buffer_objectBrian Paul2011-04-053-0/+25
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-293-0/+27
* mesa,mapi: Remove spurious const keyword from ClearBufferfi args.José Fonseca2011-03-251-2/+2
* glapi: drop glapi.[ch] and glapitemp.h from being copied to the X server.Dave Airlie2011-03-211-3/+0
* mesa: add NV_texture_barrierMarek Olšák2011-03-153-0/+16
* glx: add ARB_create_context functions/ops to glx xmlDave Airlie2011-03-151-0/+14
* glx: the server still needs __GLXcontext.Dave Airlie2011-03-141-2/+2
* glapi: add @GOTPCREL relocation typeDimitry Andric2011-01-271-1/+2
* Revert "glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S"Brian Paul2011-01-251-1/+1
* glapi: adding @ char before type specifier in glapi_x86.SDimitry Andric2011-01-251-1/+1
* glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.SDimitry Andric2011-01-251-1/+1
* mesa: clean-up _mesa_lookup_prim_by_nr()Brian Paul2011-01-201-16/+27
* glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu2011-01-202-0/+59
* glapi: Add gl_and_es_API.xml.Chia-I Wu2011-01-206-0/+1255