summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Expose OES_surfaceless_context.Matt Turner2013-07-291-0/+1
* mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1Ian Romanick2013-07-261-1/+1
* mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick2013-06-281-2/+1
* mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...Ian Romanick2013-06-281-1/+1
* mesa: GL_ARB_texture_storage is not optionalIan Romanick2013-06-281-2/+1
* mesa: GL_ARB_shading_language_100 is not optionalIan Romanick2013-06-281-2/+1
* mesa: GL_ARB_shader_objects is not optionalIan Romanick2013-06-281-4/+3
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-281-2/+1
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-281-2/+1
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-281-2/+1
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-281-9/+8
* mesa: Remove GL_MESA_resize_buffersIan Romanick2013-06-281-2/+0
* mesa: Remove _mesa_{enable, disable}_extension and _mesa_extension_is_enabledIan Romanick2013-06-281-45/+0
* mesa: Just set extension flags instead of calling _mesa_enable_extensionIan Romanick2013-06-281-3/+2
* mesa: Remove _mesa_enable_._._extensions functionsIan Romanick2013-06-281-77/+0
* mesa: Remove GL_EXT_clip_volume_hintIan Romanick2013-06-271-1/+0
* mesa: Add infrastructure for ARB_shading_language_420pack.Todd Previte2013-06-141-0/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Implement ext_framebuffer_multisample_blit_scaled extensionAnuj Phogat2013-05-301-0/+1
* extensions: add AMD_vertex_shader_layerJordan Justen2013-05-131-0/+1
* mesa: Expose GL_OES_texture_npot on GLES1Chad Versace2013-05-131-1/+1
* mesa: Add infrastructure for ARB_gpu_shader5.Matt Turner2013-05-061-0/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENABLED is definedBrian Paul2013-04-181-1/+3
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: add enable bit for ARB_texture_storage_multisampleChris Forbes2013-03-311-0/+1
* glsl: Implement ARB_texture_query_lodDave Airlie2013-03-291-0/+1
* gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli2013-02-201-0/+1
* mesa: don't expose IBM_rasterpos_clip in a core contextMarek Olšák2013-02-011-1/+1
* mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller2013-01-301-0/+1
* mesa: don't enable GL_EXT_framebuffer_multisample for software driversBrian Paul2013-01-291-1/+0
* glsl: Add infrastructure for ARB_shading_language_packingMatt Turner2013-01-251-0/+1
* mesa: Like EXT_texture_compression_dxt1, advertise ANGLE_texture_compression_...Ian Romanick2013-01-231-2/+2
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-231-2/+2
* extensions: enable EXT_color_buffer_float for ES3Jordan Justen2013-01-201-0/+1
* extensions: Add ES3-only extension supportMatt Turner2013-01-201-5/+15
* mesa: Add extension bit tracking for GL_OES_depth_texture_cube_mapIan Romanick2013-01-201-0/+1
* mesa: Add extension tracking bit for GL_ARB_internalformat_queryIan Romanick2013-01-151-0/+1
* mesa: Add extension tracking for {ARB,OES}_get_program_binaryIan Romanick2013-01-111-0/+2
* mesa: Add ALIGN() macro to main/macros.h.Paul Berry2013-01-081-2/+1
* mesa: add support for ARB_texture_buffer_object_rgb32Dave Airlie2012-12-161-0/+1
* mesa: don't advertise ARB_texture_buffer_object in legacy contextsMarek Olšák2012-12-121-1/+1
* mesa: Add ARB_ES3_compatibility flag.Paul Berry2012-12-061-0/+1
* mesa: expose ARB_texture_cube_map_array in core contexts as wellChris Forbes2012-12-051-1/+1
* mesa: Disable GL_NV_primitive_restart extension in core contexts.Kenneth Graunke2012-12-031-1/+1
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-2/+2
* mesa: add ARB_texture_cube_map_array extension bitsDave Airlie2012-11-091-0/+1
* mesa: remove SGIS_texture_lod extension enable flagMarek Olšák2012-10-311-19/+1