summaryrefslogtreecommitdiff
path: root/src/mesa/main/extensions.c
AgeCommit message (Expand)Author
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
2002-05-27replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul
2002-05-02Implemented GL_ARB_texture_env_crossbar.Brian Paul
2002-04-02GL_ARB_point_parameters supportBrian Paul
2002-03-23Test implementation of proposed GL_EXT_shadow_funcs extension. This justBrian Paul
2002-03-13initial work for NV_vertex_program1_1 extensionBrian Paul
2002-02-15Finished up GL_ARB_depth_texture and GL_ARB_shadow.Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-04prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado...Brian Paul
2001-11-19added test implementation of GL_ARB_window_posBrian Paul
2001-10-17added GL_ARB_texture_mirrored_repeatBrian Paul
2001-08-13added GL_EXT_texture_edge_clampBrian Paul
2001-06-26added GL_IBM_rasterpos_clip extensionBrian Paul
2001-06-15Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-05-24Finished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers.Brian Paul
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul
2001-04-24fixed typo in GL_ARB_transpose_matrixBrian Paul
2001-04-17Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul
2001-03-26added GL_ARB_texture_border_clampBrian Paul
2001-03-22enable GL_ARB_texture_env_combine and GL_ARB_texture_env_dot3 in _mesa_enable...Brian Paul
2001-03-22added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3Brian Paul
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes
2001-03-15removed ARB_texture_env_add bool flag, use EXT_texture_env_add flagBrian Paul
2001-02-27more tweaksBrian Paul
2001-02-27minor extension tweaksBrian Paul
2001-02-26Disable most extensions by default. Drivers should enable them as needed.Brian Paul
2001-02-20Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul
2001-02-17Work in glGetTexImage() to return GL_COLOR_INDEX images.Brian Paul
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul