Age | Commit message (Expand) | Author |
2008-10-01 | Unify ARB_depth_texture and SGIX_depth_texture | Ian Romanick |
2008-08-26 | mesa: don't check for GLSL 1.2 to advertise GL 2.1 | Brian Paul |
2008-07-29 | disable GL_ARB_shading_language_120 until 1.20 features are complete | Brian Paul |
2007-09-28 | Remove test for EXT_blend_logic_op in glGetString when determining GL version. | Brian |
2007-06-07 | Add support for GL_ARB_fragment_program_shadow. | Ian Romanick |
2007-05-16 | Initial implementation of MESA_texture_array | Ian Romanick |
2007-04-08 | enable GLSL 1.20 | Brian |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2006-12-13 | Move all the code for computing ctx->_TriangleCaps into state.c. | Brian |
2006-11-03 | Minor changes to get ready for OpenGL 2.1. | Brian Paul |
2006-11-02 | Undo some of yesterday's ATI_separate_stencil changes. The ATI extension | Brian Paul |
2006-11-02 | merge current trunk into vbo branch | Alan Hourihane |
2006-11-02 | Add ATI_separate_stencil and use it in preference to EXT_stencil_two_side | Brian Paul |
2006-08-15 | Add support for GL_EXT_gpu_program_parameters. Any driver that enables | Ian Romanick |
2006-08-03 | Initial work for GL_EXT_texture_sRGB. | Brian Paul |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
2006-03-28 | enable GL_ARB_half_float_pixel, was GL_MESAX_half_float_pixel | Brian Paul |
2006-03-21 | GL_EXT_packed_depth_stencil should be off by default | Brian Paul |
2006-03-02 | check FEATURE_EXT_framebuffer_blit | Brian Paul |
2006-02-15 | Enable GL_ARB_fragment_shader extension. | Michal Krol |
2006-02-13 | Enable GL_ARB_shader_objects, GL_ARB_shading_language_100 and | Michal Krol |
2005-12-14 | Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be | Brian Paul |
2005-11-08 | some initial work on upcoming GL_EXT_framebuffer_blit extension | Brian Paul |
2005-09-28 | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul |
2005-09-13 | OpenGL 2.0's two-sided stencil feature wasn't implemented correctly. | Brian Paul |
2005-09-02 | Prototype implementation of new GL_EXT_timer_query extension (not finalized y... | Brian Paul |
2005-08-25 | removed GL_HP_occlusion_test extension | Brian Paul |
2005-07-21 | check for FEATURE_EXT_framebuffer_object to enable EXT_framebuffer_object | Brian Paul |
2005-07-21 | remove ^M chars, disable shading language extensions | Brian Paul |
2005-05-05 | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-04-14 | add GL_ARB_shading_language_100; | Michal Krol |
2005-02-07 | additional work on GL_EXT_framebuffer_object | Brian Paul |
2005-01-13 | enable ARB_fragment/vertex_shader | Michal Krol |
2004-12-19 | Implement software ATI_fragment_shader | Dave Airlie |
2004-12-18 | added GL_ARB_pixel_buffer_object extension string | Brian Paul |
2004-10-31 | don't advertise GL_ARB_vertex/fragment_shader until they're done | Brian Paul |
2004-10-27 | add entries for extensions ARB_shader_objects, ARB_fragment_shader and | Michal Krol |
2004-10-16 | Add support for OES_read_format. As soon as glext.h is updated with the | Ian Romanick |
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul |
2004-09-13 | remove ARB_texture_non_power_of_two from _mesa_enable_1_5_extensions() | Brian Paul |
2004-08-20 | enabled GL_ARB_texture_rectangle | Brian Paul |
2004-08-17 | don't enable the float texture and GLhalf pixel extensions yet | Brian Paul |
2004-05-10 | Add EXT_vertex_cull support to mesa | Keith Whitwell |
2004-05-01 | minor vertex/fragment program tweaks | Brian Paul |
2004-04-22 | New glTexImage code. | Brian Paul |
2004-03-13 | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul |
2004-02-06 | Added flags for _all_ extensions to the gl_extensions struct so that drivers | Brian Paul |
2004-01-27 | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick |
2003-12-04 | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul |