summaryrefslogtreecommitdiff
path: root/src/mapi
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-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
2011-08-13glapi: remove gen-esChia-I Wu13-7703/+0
2011-08-13glapi: generate ES dispatch headers from core mesaChia-I Wu1-8/+1
2011-08-13glapi: add glapi_gen.mk to help header generationChia-I Wu3-17/+61
2011-08-13glapi: use gl_and_es_API.xml to generate GLES headersChia-I Wu4-15/+39
2011-08-13glapi: add methods to filter functionsChia-I Wu1-7/+39
2011-08-13glapi: add gles_api.pyChia-I Wu3-417/+464
2011-06-20glapi: Update specs to correctly list FramebufferTextureLayerARB as an alias ...Jeremy Huddleston1-1/+1
2011-06-17scons: Correct glapi USE_xxx_ASM flags.José Fonseca1-11/+4
2011-06-14glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t...Jeremy Huddleston2-2586/+2666
2011-06-13glapi: Add check for NULL symbol_prefix in gentable and fix warningsJeremy Huddleston2-2594/+3891
2011-06-13mapi: declare x86_entry_start/end staticChia-I Wu2-5/+6
2011-06-13mapi: Fix tls with shared/es-glapi on x86-64Benjamin Franzke1-1/+3
2011-06-11glapi: Add API that can create a _glapi_table from a dlfcn handleJeremy Huddleston5-2/+7947
2011-06-08mesa: merge glapidispatch.h into dispatch.hChia-I Wu3-14/+13
2011-06-08mesa: fix GLES remap table setup againChia-I Wu1-9/+13
2011-06-02glapi: regenerated filesPierre-Eric Pelloux-Prayer7-4296/+4371
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: regenerate files for AMD_draw_buffers_blendMarek Olšák6-151/+239
2011-05-03glapi: add functions for AMD_draw_buffers_blendMarek Olšák3-0/+40
2011-04-26Squashed commit of the following:Brian Paul10-3917/+5437
2011-04-23mapi/glapi: Avoid warnings about visibility being unsupported on MinGW.José Fonseca2-2/+2
2011-04-10glapi: regenerated files for GL_ARB_sampler_objectsBrian Paul7-4046/+4868
2011-04-10glapi: interface for GL_ARB_sampler_objectsBrian Paul3-0/+99