Mesa 10.5.0 Release Notes / TBD
Mesa 10.5.0 is a new development release. People who are concerned with stability and reliability should stick with a previous release or wait for Mesa 10.5.1.
Mesa 10.5.0 implements the OpenGL 3.3 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 3.3. OpenGL 3.3 is only available if requested at context creation because compatibility contexts are not supported.
MD5 checksums
TBD.
New features
Note: some of the new features are only available with certain drivers.
- GL_ARB_framebuffer_sRGB on freedreno
- GL_ARB_texture_rg on freedreno
- GL_EXT_packed_float on freedreno
- GL_EXT_polygon_offset_clamp on i965, nv50, nvc0, r600, radeonsi, llvmpipe
- GL_EXT_texture_shared_exponent on freedreno
- GL_EXT_texture_snorm on freedreno
Bug fixes
TBD.Changes
- Removed support for GCC versions earlier than 4.2.0.