summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_API.xml
Commit message (Expand)AuthorAgeFilesLines
* glapi: Add counter information for glBufferData(), like glBufferSubData().Eric Anholt2013-04-191-2/+2
* glapi: Add parameter count information for uniforms.Eric Anholt2013-04-191-34/+34
* glapi: add definition of ARB_texture_storage_multisampleChris Forbes2013-03-311-0/+4
* glapi: add ARB_texture_multisampleChris Forbes2013-03-021-1/+2
* mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller2013-01-301-0/+4
* glapi: Remove duplicate ARB_base_instance from gl_API.xmlIan Romanick2013-01-151-2/+0
* mesa: Add dispatch and extension XML for GL_ARB_internalformat_queryIan Romanick2013-01-151-2/+4
* glapi: Reorder and clean up some of the includes and commentsIan Romanick2013-01-111-7/+3
* glapi: Move ARB_base_instance to the correct locationMatt Turner2013-01-101-3/+5
* glapi: Add enums for ARB_ES3_compatibilityMatt Turner2013-01-101-0/+6
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-1005/+937
* glapi: add ARB_texture_cube_map_array.Dave Airlie2012-11-091-1/+1
* glapi: Annotate XML with function name suffix anomalies.Paul Berry2012-11-061-51/+84
* glapi: Annotate XML with exec="loopback" for loopback functions.Paul Berry2012-11-061-202/+265
* glapi: Annotate XML with exec="dynamic" for dynamic functions.Paul Berry2012-11-061-69/+108
* glapi: Annotate XML with exec="skip" for unimplemented functions.Paul Berry2012-11-061-261/+289
* glapi: Annotate XML with deprecated="3.1" for deprecated functions.Paul Berry2012-11-061-500/+659
* glapi: move include for ARB_get_program_binary.xml to gl_API.xmlJordan Justen2012-11-031-0/+3
* mesa: implement ARB_map_buffer_alignmentMarek Olšák2012-10-311-1/+7
* glapi: Add es2="3.0" attributes to XML.Matt Turner2012-10-161-23/+23
* glapi: Add es1 and es2 attributes to XML.Paul Berry2012-10-161-167/+182
* glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension sectionImre Deak2012-10-101-1/+2
* glapi: Add GL_ARB_invalidate_subdataIan Romanick2012-08-141-0/+2
* glapi: add ARB_transform_feedback_instancedMarek Olšák2012-07-121-1/+18
* glapi: add ARB_transform_feedback3Marek Olšák2012-07-121-1/+30
* glapi: add ARB_timer_queryMarek Olšák2012-07-101-1/+21
* mesa: more const qualifiers to match the latest glext.hBrian Paul2012-06-271-1/+1
* glapi: add const qualifier to glShaderSourceARB() parameterBrian Paul2012-06-271-1/+1
* glapi: Add uniform buffer object APIVincent Lejeune2012-06-211-1/+3
* mesa: Add support for GL_ARB_base_instanceFredrik Höglund2012-06-191-1/+2
* glapi: Remove GL_NV_vertex_array_range from the dispatch tableIan Romanick2012-06-131-2/+2
* glapi: Remove GL_NV_fence from the dispatch tableIan Romanick2012-06-131-7/+7
* glapi: Remove GL_NV_register_combiners from the dispatch tableIan Romanick2012-06-131-13/+13
* glapi: Remove GL_APPLE_texture_range from the dispatch tableIan Romanick2012-06-131-2/+2
* glapi: Remove GL_SGIX_pixel_texture from the dispatch tableIan Romanick2012-06-131-1/+1
* glapi: Remove GL_SGIS_pixel_texture from the dispatch tableIan Romanick2012-06-131-6/+6
* 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 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: Add missing enums for GL_ATI_fragment_shaderIan Romanick2012-06-131-0/+111
* 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
* glapi: add GL_ARB_texture_floatDylan Noblesmith2012-03-261-1/+3
* glapi: add GL_ARB_depth_buffer_floatDylan Noblesmith2012-03-261-1/+2
* glapi: add GL_ARB_texture_compression_rgtcDylan Noblesmith2012-03-261-1/+1
* glapi: add ARB_texture_rgDylan Noblesmith2012-03-261-1/+2
* glapi: sort ARB extensions by numberDylan Noblesmith2012-03-261-23/+74