change gl_buffer_object's Size field to GLsizeiptrARB type
[mesa.git] / src / mesa / main / extensions.c
2005-02-07 Brian Pauladditional work on GL_EXT_framebuffer_object
2005-01-13 Michal Krolenable ARB_fragment/vertex_shader
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-18 Brian Pauladded GL_ARB_pixel_buffer_object extension string
2004-10-31 Brian Pauldon't advertise GL_ARB_vertex/fragment_shader until...
2004-10-27 Michal Kroladd entries for extensions ARB_shader_objects, ARB_frag...
2004-10-16 Ian RomanickAdd support for OES_read_format. As soon as glext...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-13 Brian Paulremove ARB_texture_non_power_of_two from _mesa_enable_1...
2004-08-20 Brian Paulenabled GL_ARB_texture_rectangle
2004-08-17 Brian Pauldon't enable the float texture and GLhalf pixel extensi...
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2004-05-01 Brian Paulminor vertex/fragment program tweaks
2004-04-22 Brian PaulNew glTexImage code.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-02-06 Brian PaulAdded flags for _all_ extensions to the gl_extensions...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-11-21 Daniel Borcamore texture compression
2003-11-19 Karl RascheInitial checking of new ARB_frag/vertex program parser
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-17 Brian Paulset ARB_vertex_buffer_object in _mesa_enable_sw_extensi...
2003-09-03 Brian PaulARB_point_sprite is not part of OpenGL 1.5
2003-09-02 Ian RomanickAdded support for EXT_texture_mirror_clamp and the...
2003-08-28 Brian PaulAdded OpenGL 1.4's per-texture LOD bias.
2003-08-23 Ian RomanickTrivial changes to add support for GL_ARB_point_sprite...
2003-08-22 Ian RomanickAdded support for GL_IBM_multimode_draw_arrays.
2003-08-06 Brian Paulprep for OpenGL 1.5
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
2003-07-18 Brian PaulFix up some loose ends from the last big check-in.
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-07-03 Brian PaulImplemented GL_ARB_texture_non_power_of_two (except...
2003-07-03 Brian PaulSimplify extension string handling.
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-06-04 Brian PaulAdded GL_EXT_texture_rectangle (identical to GL_NV_text...
2003-06-02 Ian RomanickRemoved fields from 'struct gl_extensions' for extensio...
2003-05-30 Ian RomanickAdded support for NV_light_max_exponent.
2003-04-21 Brian PaulImplemented GL_EXT_depth_bounds_test.
2003-04-11 Brian PaulSome groundwork for GL_ARB_vertex/fragment_program.
2003-03-29 Brian PaulBasic infrastructure for GL_ARB_vertex_buffer_object.
2003-01-21 Brian PaulGL_SGI_texture_color_table extension (Eric Plante)
2003-01-21 Brian PaulGL_ATI_texture_env_combine3 extension
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-10-25 Brian Paulwrapped a few more C library functions
2002-10-24 Brian PaulHeader file clean-up:
2002-10-21 Brian PaulGL_ATI_texture_mirror_once extension (Ian Romanick)
2002-10-16 Brian Paulsurround vertex program code with #if FEATURE_NV_vertex...
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
next