summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen
AgeCommit message (Expand)AuthorFilesLines
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-27glapi: add ARB_texture_rgb10_a2ui support.Dave Airlie2-0/+14
2011-11-03glapi: add entry points for OES_EGL_image_externalChia-I Wu1-0/+8
2011-10-31glapi: new API specs for GL_ARB_texture_storageBrian Paul3-0/+70
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-06glapi: add ARB_vertex_type_2_10_10_10_rev entrypoints. (v2)Dave Airlie3-0/+229
2011-08-26mapi: Silence many "warning: unused parameter"Ian Romanick1-0/+7
2011-08-26mesa: Remove support for BeOSIan Romanick2-2/+2
2011-08-13glapi: add glapi_gen.mk to help header generationChia-I Wu1-0/+44
2011-08-13glapi: use gl_and_es_API.xml to generate GLES headersChia-I Wu3-11/+33
2011-08-13glapi: add methods to filter functionsChia-I Wu1-7/+39
2011-08-13glapi: add gles_api.pyChia-I Wu2-0/+457
2011-06-20glapi: Update specs to correctly list FramebufferTextureLayerARB as an alias ...Jeremy Huddleston1-1/+1
2011-06-14glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t...Jeremy Huddleston1-2/+42
2011-06-13glapi: Add check for NULL symbol_prefix in gentable and fix warningsJeremy Huddleston1-4/+7
2011-06-11glapi: Add API that can create a _glapi_table from a dlfcn handleJeremy Huddleston2-2/+138
2011-06-08mesa: merge glapidispatch.h into dispatch.hChia-I Wu2-12/+11
2011-06-08mesa: fix GLES remap table setup againChia-I Wu1-9/+13
2011-06-02glapi: add glDrawElementsInstancedBaseVertex() function to xmlBrian Paul1-0/+9
2011-06-01glapi: Make xserver location error more helpfulNathan Kidd1-1/+4
2011-05-23mesa: Fix remap_table setup.Thierry Reding1-0/+5
2011-05-20glapi: More type-checking in Get_xxx too.José Fonseca1-4/+8
2011-05-19glapi: Implement SET_xxx as inline functions instead of macros.José Fonseca1-1/+4
2011-05-03glapi: add functions for AMD_draw_buffers_blendMarek Olšák3-0/+40
2011-04-26Squashed commit of the following:Brian Paul3-0/+188
2011-04-23mapi/glapi: Avoid warnings about visibility being unsupported on MinGW.José Fonseca1-1/+1
2011-04-10glapi: interface for GL_ARB_sampler_objectsBrian Paul3-0/+99
2011-04-05mesa: API spec for GL_ARB_texture_buffer_objectBrian Paul3-0/+25
2011-03-29mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák3-0/+27
2011-03-25mesa,mapi: Remove spurious const keyword from ClearBufferfi args.José Fonseca1-2/+2
2011-03-21glapi: drop glapi.[ch] and glapitemp.h from being copied to the X server.Dave Airlie1-3/+0
2011-03-15mesa: add NV_texture_barrierMarek Olšák3-0/+16
2011-03-15glx: add ARB_create_context functions/ops to glx xmlDave Airlie1-0/+14
2011-03-14glx: the server still needs __GLXcontext.Dave Airlie1-2/+2
2011-01-27glapi: add @GOTPCREL relocation typeDimitry Andric1-1/+2
2011-01-25Revert "glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S"Brian Paul1-1/+1
2011-01-25glapi: adding @ char before type specifier in glapi_x86.SDimitry Andric1-1/+1
2011-01-25glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.SDimitry Andric1-1/+1
2011-01-20mesa: clean-up _mesa_lookup_prim_by_nr()Brian Paul1-16/+27
2011-01-20glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu2-0/+59
2011-01-20glapi: Add gl_and_es_API.xml.Chia-I Wu6-0/+1255
2011-01-15glapi: new entrypoint specs for GL_ARB_draw_buffers_blendBrian Paul3-0/+41
2011-01-15glapi: regenerated filesBrian Paul2-0/+22
2011-01-15glapi: GL_ARB_instanced_arrays supportBrian Paul1-0/+1
2011-01-14glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility.Eric Anholt3-0/+61
2010-12-02WIN32_THREADS -> WIN32José Fonseca2-2/+2
2010-11-21mesa: hook up GL 3.x entrypointsBrian Paul6-177/+124