new texture compression infrastructure
[mesa.git] / src / mesa / main / extensions.c
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-21 Brian PaulGL_MESA_pack_invert
2002-09-21 Brian Paulupdates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st...
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-09-05 Brian Pauladded GL_IBM_texture_mirrored_repeat (Ian Romanick)
2002-06-29 Brian Paulprep for OpenGL 1.4 feature set
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-05-02 Brian PaulImplemented GL_ARB_texture_env_crossbar.
2002-04-02 Brian PaulGL_ARB_point_parameters support
2002-03-23 Brian PaulTest implementation of proposed GL_EXT_shadow_funcs...
2002-03-13 Brian Paulinitial work for NV_vertex_program1_1 extension
2002-02-15 Brian PaulFinished up GL_ARB_depth_texture and GL_ARB_shadow.
2001-12-14 Brian Paulvertex program check-in
2001-12-04 Brian Paulprototype implementation of GL_ARB_depth_texture, GL_AR...
2001-11-19 Brian Pauladded test implementation of GL_ARB_window_pos
2001-10-17 Brian Pauladded GL_ARB_texture_mirrored_repeat
2001-08-13 Brian Pauladded GL_EXT_texture_edge_clamp
2001-06-26 Brian Pauladded GL_IBM_rasterpos_clip extension
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-05-29 Brian Paulinfrastructure for GL_ARB_multisample
2001-05-24 Brian PaulFinished GL_SGIS_generate_mipmap. Should be trivial...
2001-05-21 Brian Paulinitial support for GL_SGIS_generate_mipmap extension
2001-04-24 Brian Paulfixed typo in GL_ARB_transpose_matrix
2001-04-17 Brian PaulFixed a number of minor GL_ARB_texture_env_combine...
2001-03-26 Brian Pauladded GL_ARB_texture_border_clamp
2001-03-22 Brian Paulenable GL_ARB_texture_env_combine and GL_ARB_texture_en...
2001-03-22 Brian Pauladded GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-03-15 Brian Paulremoved ARB_texture_env_add bool flag, use EXT_texture_...
2001-02-27 Brian Paulmore tweaks
2001-02-27 Brian Paulminor extension tweaks
2001-02-26 Brian PaulDisable most extensions by default. Drivers should...
2001-02-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-17 Brian PaulWork in glGetTexImage() to return GL_COLOR_INDEX images.
2001-01-24 Brian Paulremoved the unused/broken GL_PGI_misc_hints extension
2001-01-06 Gareth HughesImplementation of GL_EXT_texture_env_dot3.
2000-12-08 Brian PaulInitial work on GL_MESA_sprite_point extension.
2000-11-22 Jouk Jansen Committing in .
2000-11-17 Brian PaulMinor header file changes to silence warnings.
2000-10-30 Brian Paulset *t->flag = enabled in gl_extensions_add(), otherwis...
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-27 Brian PaulEnabled GL_EXT_secondary_color. Fixed a bunch of typos...
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-09-25 Brian Pauladded GL_ARB_texture_env_add
2000-09-02 Brian Paulenabled GL_EXT_convolution and GL_ARB_imaging
2000-08-30 Brian Pauladded more extensions testing code
2000-08-29 Brian Paulfinished compressed texture support (Bill White)
2000-06-27 Brian Pauladded GL_EXT_texture_env_combine (Holger Waechtler)
2000-06-08 Brian Pauladded GL_EXT_packed_pixels extension, subset of GL 1.2
2000-05-30 Brian Paulinitial work for GL_NV_blend_square extension
2000-05-24 Brian Paulmore work on GL_ARB_texture_compression
2000-05-23 Brian Paulinitial work for GL_ARB_texture_compression
2000-05-22 Brian Pauladded GL_EXT_blend_func_separate
2000-05-22 Brian Paulinitial code for GL_ARB_texture_cube_map
2000-05-04 Brian Paulimplemented GL_EXT_histogram extension
2000-04-17 Brian Paulwork on GL_SGI_color_table
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-03-28 Randy FrankImplemented support for the HP occlusion test extension...
2000-03-11 Brian Paulinitial implementation of GL_HP_occlusion_test extension
2000-03-07 Brian Pauladded GL_EXT_texture_lod_bias extension (Michael Vance)
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
2000-02-23 Brian PaulGL_EXT_blend_color is now DEFAULT_ON
1999-12-10 Brian Paulimplemented GL_ARB_tranpose_matrix
1999-12-10 Brian Paulremoved gl_get_proc_address()
1999-11-12 Brian Paulreplaced EXT_color_table with EXT_paletted_texture
1999-11-12 Brian Pauladded GL_EXT_texture_env_add extension
1999-11-12 Brian Pauladded gl_extension_is_enabled()
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-16 Brian Paulremoved GL_EXT_get_proc_address
1999-10-13 Ted JumpFixed parameter type for notify function pointer parame...
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-16 Brian PaulGL_EXT_get_proc_address clean-up
1999-09-11 Brian PaulGL_EXT_get_proc_address clean-up
1999-09-11 Brian Pauladded GL_EXT_get_proc_address
1999-08-19 jtgInitial revision