Mesa 19.0.0 Release Notes / TBD
Mesa 19.0.0 is a new development release. People who are concerned with stability and reliability should stick with a previous release or wait for Mesa 19.0.1.
Mesa 19.0.0 implements the OpenGL 4.5 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.5. OpenGL 4.5 is only available if requested at context creation. Compatibility contexts may report a lower version depending on each driver.
SHA256 checksums
TBD.
New features
- GL_AMD_texture_texture4 on all GL 4.0 drivers.
- GL_EXT_shader_implicit_conversions on all drivers (ES extension).
- GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension).
- GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension).
- GL_EXT_render_snorm on gallium drivers (ES extension).
- GL_EXT_texture_view on drivers supporting texture views (ES extension).
- GL_OES_texture_view on drivers supporting texture views (ES extension).
- GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only).
- Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965.
- VK_ANDROID_external_memory_android_hardware_buffer on Intel
- Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV
- VK_EXT_scalar_block_layout on Intel and RADV
- VK_KHR_depth_stencil_resolve on Intel
- VK_KHR_draw_indirect_count on Intel
- VK_EXT_conditional_rendering on Intel
- VK_EXT_memory_budget on RADV
Bug fixes
- TBD
Changes
- TBD