summaryrefslogtreecommitdiff
path: root/src/mesa/main/extensions.c
AgeCommit message (Expand)Author
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
2001-01-06Implementation of GL_EXT_texture_env_dot3.Gareth Hughes
2000-12-08Initial work on GL_MESA_sprite_point extension.Brian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-17Minor header file changes to silence warnings.Brian Paul
2000-10-30set *t->flag = enabled in gl_extensions_add(), otherwise, extension booleans ...Brian Paul
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-09-25added GL_ARB_texture_env_addBrian Paul
2000-09-02enabled GL_EXT_convolution and GL_ARB_imagingBrian Paul
2000-08-30added more extensions testing codeBrian Paul
2000-08-29finished compressed texture support (Bill White)Brian Paul
2000-06-27added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul
2000-06-08added GL_EXT_packed_pixels extension, subset of GL 1.2Brian Paul
2000-05-30initial work for GL_NV_blend_square extensionBrian Paul
2000-05-24more work on GL_ARB_texture_compressionBrian Paul
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul
2000-05-22added GL_EXT_blend_func_separateBrian Paul
2000-05-22initial code for GL_ARB_texture_cube_mapBrian Paul
2000-05-04implemented GL_EXT_histogram extensionBrian Paul
2000-04-17work on GL_SGI_color_tableBrian Paul
2000-04-08added GL_SGI_color_matrix extensionBrian Paul
2000-04-07added GL_SGIX/SGIS_pixel_texture extensionBrian Paul
2000-03-28Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank
2000-03-11initial implementation of GL_HP_occlusion_test extensionBrian Paul
2000-03-07added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul