Age | Commit message (Expand) | Author |
2002-09-27 | new texture compression infrastructure | Brian Paul |
2002-09-21 | GL_MESA_pack_invert | Brian Paul |
2002-09-21 | updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) | Brian Paul |
2002-09-06 | GL_EXT_stencil_two_side extension, not 100% complete yet. | Brian Paul |
2002-09-05 | added GL_IBM_texture_mirrored_repeat (Ian Romanick) | Brian Paul |
2002-06-29 | prep for OpenGL 1.4 feature set | Brian Paul |
2002-06-15 | Implemented GL_NV_texture_rectangle extension. | Brian Paul |
2002-05-27 | replaced experimental MESA_sprite_point with NV_point_sprite | Brian Paul |
2002-05-02 | Implemented GL_ARB_texture_env_crossbar. | Brian Paul |
2002-04-02 | GL_ARB_point_parameters support | Brian Paul |
2002-03-23 | Test implementation of proposed GL_EXT_shadow_funcs extension. This just | Brian Paul |
2002-03-13 | initial work for NV_vertex_program1_1 extension | Brian Paul |
2002-02-15 | Finished up GL_ARB_depth_texture and GL_ARB_shadow. | Brian Paul |
2001-12-14 | vertex program check-in | Brian Paul |
2001-12-04 | prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado... | Brian Paul |
2001-11-19 | added test implementation of GL_ARB_window_pos | Brian Paul |
2001-10-17 | added GL_ARB_texture_mirrored_repeat | Brian Paul |
2001-08-13 | added GL_EXT_texture_edge_clamp | Brian Paul |
2001-06-26 | added GL_IBM_rasterpos_clip extension | Brian Paul |
2001-06-15 | Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture | Brian Paul |
2001-05-29 | infrastructure for GL_ARB_multisample | Brian Paul |
2001-05-24 | Finished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers. | Brian Paul |
2001-05-21 | initial support for GL_SGIS_generate_mipmap extension | Brian Paul |
2001-04-24 | fixed typo in GL_ARB_transpose_matrix | Brian Paul |
2001-04-17 | Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues. | Brian Paul |
2001-03-26 | added GL_ARB_texture_border_clamp | Brian Paul |
2001-03-22 | enable GL_ARB_texture_env_combine and GL_ARB_texture_env_dot3 in _mesa_enable... | Brian Paul |
2001-03-22 | added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3 | Brian Paul |
2001-03-18 | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes |
2001-03-15 | removed ARB_texture_env_add bool flag, use EXT_texture_env_add flag | Brian Paul |
2001-02-27 | more tweaks | Brian Paul |
2001-02-27 | minor extension tweaks | Brian Paul |
2001-02-26 | Disable most extensions by default. Drivers should enable them as needed. | Brian Paul |
2001-02-20 | Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture. | Brian Paul |
2001-02-17 | Changed FetchTexel() function pointer arguments. | Brian Paul |
2001-02-17 | Work in glGetTexImage() to return GL_COLOR_INDEX images. | Brian Paul |
2001-01-24 | removed the unused/broken GL_PGI_misc_hints extension | Brian Paul |
2001-01-06 | Implementation of GL_EXT_texture_env_dot3. | Gareth Hughes |
2000-12-08 | Initial work on GL_MESA_sprite_point extension. | Brian Paul |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-17 | Minor header file changes to silence warnings. | Brian Paul |
2000-10-30 | set *t->flag = enabled in gl_extensions_add(), otherwise, extension booleans ... | Brian Paul |
2000-10-30 | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell |
2000-10-27 | Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c | Brian Paul |
2000-10-27 | Implement EXT_fog_coord and EXT_secondary_color. | Keith Whitwell |
2000-09-25 | added GL_ARB_texture_env_add | Brian Paul |
2000-09-02 | enabled GL_EXT_convolution and GL_ARB_imaging | Brian Paul |
2000-08-30 | added more extensions testing code | Brian Paul |
2000-08-29 | finished compressed texture support (Bill White) | Brian Paul |
2000-06-27 | added GL_EXT_texture_env_combine (Holger Waechtler) | Brian Paul |