Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa into...
[mesa.git] / src / mesa / main / extensions.c
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-13 BrianMove all the code for computing ctx->_TriangleCaps...
2006-11-03 Brian PaulMinor changes to get ready for OpenGL 2.1.
2006-11-02 Brian PaulUndo some of yesterday's ATI_separate_stencil changes...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-02 Brian PaulAdd ATI_separate_stencil and use it in preference to...
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-08-03 Brian PaulInitial work for GL_EXT_texture_sRGB.
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-03-28 Brian Paulenable GL_ARB_half_float_pixel, was GL_MESAX_half_float...
2006-03-21 Brian PaulGL_EXT_packed_depth_stencil should be off by default
2006-03-02 Brian Paulcheck FEATURE_EXT_framebuffer_blit
2006-02-15 Michal KrolEnable GL_ARB_fragment_shader extension.
2006-02-13 Michal KrolEnable GL_ARB_shader_objects, GL_ARB_shading_language_1...
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-11-08 Brian Paulsome initial work on upcoming GL_EXT_framebuffer_blit...
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-13 Brian PaulOpenGL 2.0's two-sided stencil feature wasn't implement...
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-07-21 Brian Paulcheck for FEATURE_EXT_framebuffer_object to enable...
2005-07-21 Brian Paulremove ^M chars, disable shading language extensions
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-14 Michal Kroladd GL_ARB_shading_language_100;
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...
next