summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
Commit message (Expand)AuthorAgeFilesLines
...
* automake: Convert src/mapi/glapi/gen to silent build.Eric Anholt2012-06-211-24/+26
* automake: Convert src/mapi/glapi/gen/Makefile to automake.Eric Anholt2012-06-212-6/+3
* mesa: Add support for GL_ARB_base_instanceFredrik Höglund2012-06-193-1/+43
* gles2: Add GL_NV_read_buffer extensionKristian Høgsberg2012-06-182-0/+9
* glx/tests and mesa/tests: Update .gitignore files.Paul Berry2012-06-141-0/+2
* glapi: Remove GL_NV_vertex_array_range from the dispatch tableIan Romanick2012-06-132-5/+6
* glapi: Remove GL_NV_fence from the dispatch tableIan Romanick2012-06-132-15/+11
* glapi: Remove GL_NV_register_combiners from the dispatch tableIan Romanick2012-06-132-27/+17
* glapi: Remove GL_APPLE_texture_range from the dispatch tableIan Romanick2012-06-132-5/+6
* glapi: Remove GL_SGIX_pixel_texture from the dispatch tableIan Romanick2012-06-132-3/+5
* glapi: Remove GL_SGIS_pixel_texture from the dispatch tableIan Romanick2012-06-132-13/+10
* mesa/tests: Add tests for the generated dispatch tableIan Romanick2012-06-132-0/+1691
* glapi: Add missing GL_EXT_texture_sRGB_decode enumsIan Romanick2012-06-131-0/+6
* glapi: Add missing GL_EXT_framebuffer_sRGB enumsIan Romanick2012-06-131-0/+5
* glapi: Add missing GL_EXT_packed_float enumsIan Romanick2012-06-131-0/+6
* glapi: Add missing framebuffer sRGB enumIan Romanick2012-06-131-0/+1
* glapi: Add uniform buffer object enumsIan Romanick2012-06-131-0/+32
* glapi: Add missing enums for GL_NV_fragment_programIan Romanick2012-06-131-0/+7
* glapi: Add missing enums for GL_ARB_occlusion_query2Ian Romanick2012-06-131-1/+6
* glapi: Remove extraneous GL_ from TEXTURE_IMMUTABLE_FORMATIan Romanick2012-06-131-1/+1
* glapi: Add missing enums for GL_ATI_fragment_shaderIan Romanick2012-06-131-0/+111
* glapi: Add texture swizzle enumsIan Romanick2012-06-131-0/+5
* glapi: Add a couple missing 3.0 enumsIan Romanick2012-06-131-0/+2
* glapi: Add missing _NV extension on COMBINE4Ian Romanick2012-06-131-1/+1
* glapi: Add missing enums for GL_EXT_vertex_arrayIan Romanick2012-06-131-0/+9
* glapi: Add missing enums for GL_EXT_compiled_vertex_arrayIan Romanick2012-06-131-0/+3
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-1/+1
* glapi: .gitignore cleanupAndreas Boll2012-06-081-11/+0
* scons: generate the glapitable.h file tooBrian Paul2012-06-011-0/+7
* scons: add code to generate the various GL API filesBrian Paul2012-05-312-0/+67
* glapi: Enable silent rules for generation when used from automake.Eric Anholt2012-05-291-3/+3
* mesa: Remove the generated glapi from source control, and just build it.Eric Anholt2012-05-2910-78137/+11
* glapi: Correct size of allocated _glapi_table structJonas Maebe2012-04-221-1/+1
* glapi: regen for TBO change.Eric Anholt2012-04-098-6681/+6644
* glapi: Mark TexBuffer as an alias of TexBufferARB.Eric Anholt2012-04-091-1/+1
* glapi: add GL_ARB_texture_floatDylan Noblesmith2012-03-264-1/+47
* glapi: add GL_ARB_depth_buffer_floatDylan Noblesmith2012-03-263-1/+18
* glapi: add GL_ARB_texture_compression_rgtcDylan Noblesmith2012-03-263-1/+17
* glapi: add ARB_texture_rgDylan Noblesmith2012-03-264-3/+45
* regen for "glapi: sort ARB extensions by number"Dylan Noblesmith2012-03-262-50/+50
* glapi: sort ARB extensions by numberDylan Noblesmith2012-03-261-23/+74
* glapi: ARB_blend_func_extended support + regen. (v2)Dave Airlie2012-03-2610-4775/+4950
* shared-glapi: Convert to automakeKristian Høgsberg2012-03-191-4/+4
* mapi/glapi: Fix glDebugMessageCallbackARB arg type to GLDEBUGPROCARBJosé Fonseca2012-03-115-6/+8
* glapi/gen: Add support for pointer types.José Fonseca2012-03-113-3/+5
* glapi: regenerate filesMarek Olšák2012-03-108-4140/+4456
* 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