summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions.c
Commit message (Expand)AuthorAgeFilesLines
* more texture compressionDaniel Borca2003-11-211-0/+1
* Initial checking of new ARB_frag/vertex program parserKarl Rasche2003-11-191-0/+2
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-1/+1
* set ARB_vertex_buffer_object in _mesa_enable_sw_extensions()Brian Paul2003-09-171-1/+4
* ARB_point_sprite is not part of OpenGL 1.5Brian Paul2003-09-031-2/+0
* Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick2003-09-021-1/+3
* Added OpenGL 1.4's per-texture LOD bias.Brian Paul2003-08-281-0/+1
* Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick2003-08-231-0/+3
* Added support for GL_IBM_multimode_draw_arrays.Ian Romanick2003-08-221-0/+4
* prep for OpenGL 1.5Brian Paul2003-08-061-0/+1
* Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul2003-07-211-1/+5
* Fix up some loose ends from the last big check-in.Brian Paul2003-07-181-7/+0
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+8
* Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul2003-07-031-0/+3
* Simplify extension string handling.Brian Paul2003-07-031-260/+185
* Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul2003-06-131-0/+4
* Added GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle)Brian Paul2003-06-041-0/+2
* Removed fields from 'struct gl_extensions' for extensions that don'tIan Romanick2003-06-021-19/+26
* Added support for NV_light_max_exponent.Ian Romanick2003-05-301-0/+2
* Implemented GL_EXT_depth_bounds_test.Brian Paul2003-04-211-0/+8
* Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul2003-04-111-4/+4
* Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul2003-03-291-1/+2
* GL_SGI_texture_color_table extension (Eric Plante)Brian Paul2003-01-211-1/+3
* GL_ATI_texture_env_combine3 extensionBrian Paul2003-01-211-1/+3
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-1/+5
* wrapped a few more C library functionsBrian Paul2002-10-251-8/+8
* Header file clean-up:Brian Paul2002-10-241-7/+2
* 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