summaryrefslogtreecommitdiff
path: root/src/mesa/main/extensions.c
AgeCommit message (Expand)Author
2004-10-31don't advertise GL_ARB_vertex/fragment_shader until they're doneBrian Paul
2004-10-27add entries for extensions ARB_shader_objects, ARB_fragment_shader andMichal Krol
2004-10-16Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-09-13remove ARB_texture_non_power_of_two from _mesa_enable_1_5_extensions()Brian Paul
2004-08-20enabled GL_ARB_texture_rectangleBrian Paul
2004-08-17don't enable the float texture and GLhalf pixel extensions yetBrian Paul
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell
2004-05-01minor vertex/fragment program tweaksBrian Paul
2004-04-22New glTexImage code.Brian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2004-02-06Added flags for _all_ extensions to the gl_extensions struct so that driversBrian Paul
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul
2003-11-21more texture compressionDaniel Borca
2003-11-19Initial checking of new ARB_frag/vertex program parserKarl Rasche
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-09-17set ARB_vertex_buffer_object in _mesa_enable_sw_extensions()Brian Paul
2003-09-03ARB_point_sprite is not part of OpenGL 1.5Brian Paul
2003-09-02Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick
2003-08-28Added OpenGL 1.4's per-texture LOD bias.Brian Paul
2003-08-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick
2003-08-06prep for OpenGL 1.5Brian Paul
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
2003-07-18Fix up some loose ends from the last big check-in.Brian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-07-03Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul
2003-07-03Simplify extension string handling.Brian Paul
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul
2003-06-04Added GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle)Brian Paul
2003-06-02Removed fields from 'struct gl_extensions' for extensions that don'tIan Romanick
2003-05-30Added support for NV_light_max_exponent.Ian Romanick
2003-04-21Implemented GL_EXT_depth_bounds_test.Brian Paul
2003-04-11Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul
2003-03-29Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul
2003-01-21GL_SGI_texture_color_table extension (Eric Plante)Brian Paul
2003-01-21GL_ATI_texture_env_combine3 extensionBrian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-10-25wrapped a few more C library functionsBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-21GL_ATI_texture_mirror_once extension (Ian Romanick)Brian Paul
2002-10-16surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul
2002-09-27new texture compression infrastructureBrian Paul
2002-09-21GL_MESA_pack_invertBrian Paul
2002-09-21updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul
2002-09-05added GL_IBM_texture_mirrored_repeat (Ian Romanick)Brian Paul
2002-06-29prep for OpenGL 1.4 feature setBrian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul