summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2012-07-13automake: convert libglapiJon TURNEY4-78/+70
2012-07-13Rename X86-64_API -> X86_64_APIJon TURNEY1-1/+1
2012-07-12glapi: add ARB_transform_feedback_instancedMarek Olšák1-1/+18
2012-07-12glapi: add ARB_transform_feedback3Marek Olšák1-1/+30
2012-07-11mapi: Move GL_NV_draw_buffers extension to es_EXT.xmlKristian Høgsberg2-63/+63
2012-07-11glapi: Apply Xorg indent rules to all files generated for the xserverIan Romanick1-15/+39
2012-07-10glapi: add ARB_timer_queryMarek Olšák1-1/+21
2012-07-04mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.Gwenole Beauchesne1-0/+8
2012-07-04GLES2: upgrade gl2ext.h to version 18099Kristian Høgsberg1-10/+0
2012-07-04Revert "mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x."Marek Olšák1-8/+0
2012-07-03mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.Gwenole Beauchesne1-0/+8
2012-07-02glapi/gen: fix out of tree buildDylan Noblesmith1-23/+29
2012-06-27mesa: more const qualifiers to match the latest glext.hBrian Paul5-5/+5
2012-06-27glapi: add const qualifier to glShaderSourceARB() parameterBrian Paul1-1/+1
2012-06-21glapi: Add uniform buffer object APIVincent Lejeune3-1/+101
2012-06-21automake: Convert src/mapi/glapi/gen to silent build.Eric Anholt1-24/+26
2012-06-21automake: Convert src/mapi/glapi/gen/Makefile to automake.Eric Anholt2-6/+3
2012-06-19mesa: Add support for GL_ARB_base_instanceFredrik Höglund3-1/+43
2012-06-18gles2: Add GL_NV_read_buffer extensionKristian Høgsberg2-0/+9
2012-06-14glx/tests and mesa/tests: Update .gitignore files.Paul Berry1-0/+2
2012-06-13glapi: Remove GL_NV_vertex_array_range from the dispatch tableIan Romanick2-5/+6
2012-06-13glapi: Remove GL_NV_fence from the dispatch tableIan Romanick2-15/+11
2012-06-13glapi: Remove GL_NV_register_combiners from the dispatch tableIan Romanick2-27/+17
2012-06-13glapi: Remove GL_APPLE_texture_range from the dispatch tableIan Romanick2-5/+6
2012-06-13glapi: Remove GL_SGIX_pixel_texture from the dispatch tableIan Romanick2-3/+5
2012-06-13glapi: Remove GL_SGIS_pixel_texture from the dispatch tableIan Romanick2-13/+10
2012-06-13mesa/tests: Add tests for the generated dispatch tableIan Romanick2-0/+1691
2012-06-13glapi: Add missing GL_EXT_texture_sRGB_decode enumsIan Romanick1-0/+6
2012-06-13glapi: Add missing GL_EXT_framebuffer_sRGB enumsIan Romanick1-0/+5
2012-06-13glapi: Add missing GL_EXT_packed_float enumsIan Romanick1-0/+6
2012-06-13glapi: Add missing framebuffer sRGB enumIan Romanick1-0/+1
2012-06-13glapi: Add uniform buffer object enumsIan Romanick1-0/+32
2012-06-13glapi: Add missing enums for GL_NV_fragment_programIan Romanick1-0/+7
2012-06-13glapi: Add missing enums for GL_ARB_occlusion_query2Ian Romanick1-1/+6
2012-06-13glapi: Remove extraneous GL_ from TEXTURE_IMMUTABLE_FORMATIan Romanick1-1/+1
2012-06-13glapi: Add missing enums for GL_ATI_fragment_shaderIan Romanick1-0/+111
2012-06-13glapi: Add texture swizzle enumsIan Romanick1-0/+5
2012-06-13glapi: Add a couple missing 3.0 enumsIan Romanick1-0/+2
2012-06-13glapi: Add missing _NV extension on COMBINE4Ian Romanick1-1/+1
2012-06-13glapi: Add missing enums for GL_EXT_vertex_arrayIan Romanick1-0/+9
2012-06-13glapi: Add missing enums for GL_EXT_compiled_vertex_arrayIan Romanick1-0/+3
2012-06-11automake: Globally add stub automake targets to the old Makefiles.Eric Anholt1-1/+1
2012-06-08glapi: .gitignore cleanupAndreas Boll1-11/+0
2012-06-01scons: generate the glapitable.h file tooBrian Paul1-0/+7
2012-05-31scons: add code to generate the various GL API filesBrian Paul2-0/+67
2012-05-29glapi: Enable silent rules for generation when used from automake.Eric Anholt1-3/+3
2012-05-29shared-glapi: Don't forget to clean our built file.Eric Anholt1-0/+1
2012-05-29mesa: Remove the generated glapi from source control, and just build it.Eric Anholt10-78137/+11
2012-04-22glapi: Correct size of allocated _glapi_table structJonas Maebe1-1/+1
2012-04-10mapi: Fix Android buildChad Versace1-4/+7