
This uses the previously added scripts to convert the documentation to reStructuredText, which is both easier to read offline, and can be used to generate modern HTML for online documentation. No modification to the generated results have been done. Acked-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
56 lines
1.8 KiB
ReStructuredText
56 lines
1.8 KiB
ReStructuredText
Mesa 19.3.1 Release Notes / 2019-12-18
|
|
======================================
|
|
|
|
Mesa 19.3.1 is a bug fix release which fixes bugs found since the 19.3.0
|
|
release.
|
|
|
|
Mesa 19.3.1 implements the OpenGL 4.6 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.6. OpenGL 4.6 is **only** available if requested at context creation.
|
|
Compatibility contexts may report a lower version depending on each
|
|
driver.
|
|
|
|
Mesa 19.3.1 implements the Vulkan 1.1 API, but the version reported by
|
|
the apiVersion property of the VkPhysicalDeviceProperties struct depends
|
|
on the particular driver being used.
|
|
|
|
SHA256 checksum
|
|
---------------
|
|
|
|
::
|
|
|
|
cd951db69c56a97ff0570a7ab2c0e39e6c5323f4cd8f4eb8274723e033beae59 mesa-19.3.1.tar.xz
|
|
|
|
New features
|
|
------------
|
|
|
|
- None
|
|
|
|
Bug fixes
|
|
---------
|
|
|
|
- i965/iris: assert when destroy GL context with active query
|
|
- Visuals without alpha bits are not sRGB-capable
|
|
- radv secure compile feature breaks compilation of RADV on armhf EABI
|
|
(19.3-rc1)
|
|
|
|
Changes
|
|
-------
|
|
|
|
- amd/common: Fix tcCompatible degradation on Stoney.
|
|
- amd/common: Always use addrlib for HTILE tc-compat.
|
|
- docs/19.3.0: Add SHA256 sums
|
|
- cherry-ignore: update for the 19.3.1 cycle
|
|
- docs: remove new_features.txt from stable branch
|
|
- virgl: Increase the shader transfer buffer by doubling the size
|
|
- anv: Export filter_minmax support only when it's really supported
|
|
- iris: Default to X-tiling for scanout buffers without modifiers
|
|
- anv: fix fence underlying primitive checks
|
|
- mesa: avoid triggering assert in implementation
|
|
- radv: fix radv secure compile feature breaks compilation on armhf
|
|
EABI and aarch64
|
|
- dri: add \__DRI_IMAGE_FORMAT_SXRGB8
|
|
- i965: expose MESA_FORMAT_B8G8R8X8_SRGB visual
|