summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions.c
Commit message (Expand)AuthorAgeFilesLines
* GL_ATI_texture_mirror_once extension (Ian Romanick)Brian Paul2002-10-211-1/+3
* surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul2002-10-161-1/+3
* new texture compression infrastructureBrian Paul2002-09-271-3/+2
* GL_MESA_pack_invertBrian Paul2002-09-211-1/+3
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-211-2/+6
* GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul2002-09-061-1/+3
* added GL_IBM_texture_mirrored_repeat (Ian Romanick)Brian Paul2002-09-051-1/+3
* prep for OpenGL 1.4 feature setBrian Paul2002-06-291-2/+36
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-1/+3
* replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul2002-05-271-2/+3
* Implemented GL_ARB_texture_env_crossbar.Brian Paul2002-05-021-1/+3
* GL_ARB_point_parameters supportBrian Paul2002-04-021-1/+3
* Test implementation of proposed GL_EXT_shadow_funcs extension. This justBrian Paul2002-03-231-1/+3
* initial work for NV_vertex_program1_1 extensionBrian Paul2002-03-131-1/+3
* Finished up GL_ARB_depth_texture and GL_ARB_shadow.Brian Paul2002-02-151-3/+3
* vertex program check-inBrian Paul2001-12-141-1/+3
* prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado...Brian Paul2001-12-041-1/+7
* added test implementation of GL_ARB_window_posBrian Paul2001-11-191-2/+3
* added GL_ARB_texture_mirrored_repeatBrian Paul2001-10-171-1/+3
* added GL_EXT_texture_edge_clampBrian Paul2001-08-131-2/+4
* added GL_IBM_rasterpos_clip extensionBrian Paul2001-06-261-1/+2
* Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul2001-06-151-1/+29
* infrastructure for GL_ARB_multisampleBrian Paul2001-05-291-1/+2
* Finished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers.Brian Paul2001-05-241-2/+2
* initial support for GL_SGIS_generate_mipmap extensionBrian Paul2001-05-211-1/+3
* fixed typo in GL_ARB_transpose_matrixBrian Paul2001-04-241-2/+2
* Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul2001-04-171-3/+3
* added GL_ARB_texture_border_clampBrian Paul2001-03-261-1/+5
* enable GL_ARB_texture_env_combine and GL_ARB_texture_env_dot3 in _mesa_enable...Brian Paul2001-03-221-1/+3
* added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3Brian Paul2001-03-221-1/+3
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-54/+55
* removed ARB_texture_env_add bool flag, use EXT_texture_env_add flagBrian Paul2001-03-151-2/+2
* more tweaksBrian Paul2001-02-271-3/+1
* minor extension tweaksBrian Paul2001-02-271-5/+6
* Disable most extensions by default. Drivers should enable them as needed.Brian Paul2001-02-261-64/+143
* Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul2001-02-201-2/+4
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-171-1/+3
* Work in glGetTexImage() to return GL_COLOR_INDEX images.Brian Paul2001-02-171-3/+5
* removed the unused/broken GL_PGI_misc_hints extensionBrian Paul2001-01-241-2/+1
* Implementation of GL_EXT_texture_env_dot3.Gareth Hughes2001-01-061-1/+3
* Initial work on GL_MESA_sprite_point extension.Brian Paul2000-12-081-1/+3
* Committing in .Jouk Jansen2000-11-221-31/+31
* Minor header file changes to silence warnings.Brian Paul2000-11-171-1/+16
* set *t->flag = enabled in gl_extensions_add(), otherwise, extension booleans ...Brian Paul2000-10-301-4/+6
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-88/+72
* Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul2000-10-271-7/+6
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-2/+7
* added GL_ARB_texture_env_addBrian Paul2000-09-251-2/+3
* enabled GL_EXT_convolution and GL_ARB_imagingBrian Paul2000-09-021-5/+5
* added more extensions testing codeBrian Paul2000-08-301-7/+10