summaryrefslogtreecommitdiff
path: root/src/mesa/main/extensions.c
AgeCommit message (Expand)Author
2014-01-06mesa: enable AMD_shader_trinary_minmaxMaxence Le Doré
2013-12-20mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick
2013-12-18mesa: 78-column wrapping in extensions.cBrian Paul
2013-12-18Add ARB_clear_buffer_object to list of supported extensionsPi Tabred
2013-12-13mesa: Tracking for ARB_texture_view extensionCourtney Goeltzenleuchter
2013-12-04mesa: Remove support for GL_MESA_texture_arrayIan Romanick
2013-12-04mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick
2013-12-03mesa: expose AMD_vertex_shader_layer in the core profile onlyMarek Olšák
2013-11-25mesa: Add extension scaffolding for ARB_draw_indirectChris Forbes
2013-11-08mesa: Add extension scaffolding for ARB_vertex_type_10f_11f_11f_revChris Forbes
2013-11-07mesa: Enable ARB_vertex_attrib_bindingFredrik Höglund
2013-11-01mesa: Add infrastructure for GL_ARB_sample_shadingAnuj Phogat
2013-10-29mesa: Add support for ARB_shader_atomic_counters.Francisco Jerez
2013-10-26implement NV_vdpau_interop v7Christian König
2013-10-20swrast: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller
2013-10-20mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge.Rico Schüller
2013-10-05mesa: add plumbing for GL_ARB_texture_query_levelsChris Forbes
2013-10-03mesa: add texture gather changesMaxence Le Dore
2013-09-30mesa: Remove all traces of GL_OES_matrix_getIan Romanick
2013-09-26mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke
2013-09-13mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mixIan Romanick
2013-09-09glsl: Implement MESA_shader_integer_mix extension.Matt Turner
2013-09-04mesa: Setup remaining infrastucture and enable KHR_debugTimothy Arceri
2013-07-29mesa: Expose OES_surfaceless_context.Matt Turner
2013-07-26mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1Ian Romanick
2013-06-28mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick
2013-06-28mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...Ian Romanick
2013-06-28mesa: GL_ARB_texture_storage is not optionalIan Romanick
2013-06-28mesa: GL_ARB_shading_language_100 is not optionalIan Romanick
2013-06-28mesa: GL_ARB_shader_objects is not optionalIan Romanick
2013-06-28mesa: GL_NV_blend_square is not optionalIan Romanick
2013-06-28mesa: GL_EXT_fog_coord is not optionalIan Romanick
2013-06-28mesa: GL_EXT_secondary_color is not optionalIan Romanick
2013-06-28mesa: GL_EXT_framebuffer_object is not optionalIan Romanick
2013-06-28mesa: Remove GL_MESA_resize_buffersIan Romanick
2013-06-28mesa: Remove _mesa_{enable, disable}_extension and _mesa_extension_is_enabledIan Romanick
2013-06-28mesa: Just set extension flags instead of calling _mesa_enable_extensionIan Romanick
2013-06-28mesa: Remove _mesa_enable_._._extensions functionsIan Romanick
2013-06-27mesa: Remove GL_EXT_clip_volume_hintIan Romanick
2013-06-14mesa: Add infrastructure for ARB_shading_language_420pack.Todd Previte
2013-06-05mesa: remove outdated version lines in commentsRico Schüller
2013-05-30mesa: Implement ext_framebuffer_multisample_blit_scaled extensionAnuj Phogat
2013-05-13extensions: add AMD_vertex_shader_layerJordan Justen
2013-05-13mesa: Expose GL_OES_texture_npot on GLES1Chad Versace
2013-05-06mesa: Add infrastructure for ARB_gpu_shader5.Matt Turner
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke
2013-04-18mesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENABLED is definedBrian Paul
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul