Mesa 11.3.0 Release Notes / TBD
Mesa 11.3.0 is a new development release. People who are concerned with stability and reliability should stick with a previous release or wait for Mesa 11.3.1.
Mesa 11.3.0 implements the OpenGL 4.1 API, but the version reported by glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. Some drivers don't support all the features required in OpenGL 4.1. OpenGL 4.1 is only available if requested at context creation because compatibility contexts are not supported.
SHA256 checksums
TBD.
New features
Note: some of the new features are only available with certain drivers.
- GL_ARB_framebuffer_no_attachments on r600, radeonsi
- GL_ARB_internalformat_query2 on all drivers
- GL_ARB_shader_atomic_counter_ops on nvc0
- GL_ARB_shader_image_load_store on radeonsi, softpipe
- GL_ARB_shader_image_size on radeonsi
- GL_ATI_fragment_shader on all Gallium drivers
- GL_EXT_base_instance on all drivers that support GL_ARB_base_instance
- GL_OES_draw_buffers_indexed and GL_EXT_draw_buffers_indexed on all drivers that support GL_ARB_draw_buffers_blend
- GL_OES_shader_image_atomic on all drivers that support GL_ARB_shader_image_load_store
- GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers that support GL_ARB_texture_border_clamp
- EGL_KHR_reusable_sync on all drivers