10.9
12
12
Mesa 9.0
by admin ·
Released the next version of the free OpenGL implementation of freedesktop.org. Originally it was to have the number 8.1, but since the implementation for Intel now matches the OpenGL 3.1, it was decided to release a number 9.0.
Among other things:
- New drivers – NV30 (replaced nvfx) and Radeon SI;
- code Clover (OpenCL implementation for Gallium3D) now in the mainline;
- implementation of VDPAU Gallium3D marked as completed (acceleration implemented in shaders and limited MPEG-1 and MPEG-2);
- r600g now supports corresponds OpenGL 3.0 ;
- implemented the following extensions OpenGL3-4:
- GL_ARB_base_instance
- GL_ARB_blend_func_extended
- GL_ARB_debug_outpu
- GL_ARB_invalidate_subdata
- GL_ARB_shader_bit_encoding
- GL_ARB_texture_buffer_object
- GL_ARB_timer_query
- GL_ARB_transform_feedback3
- GL_ARB_transform_feedback_instanced
- GL_ARB_uniform_buffer_object
- GL_EXT_unpack_subimage for ES 2.0
- GL_EXT_read_format_bgra for ES 1.1 and 2.0
- GL_EXT_texture_rg for ES 2.x
- GL_NV_read_buffer for ES 2.0
- GLX_ARB_create_context_robustness
- EGL_KHR_create_context
- EGL_KHR_surfaceless_context
- EGL_EXT_create_context_robustness
- libGLU moved to a separate repository .
