Module: Mesa Branch: main Commit: 2908aba828c39a322dff8fd3044b42955efebfdb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2908aba828c39a322dff8fd3044b42955efebfdb
Author: Ryan Houdek <[email protected]> Date: Thu May 6 12:17:42 2021 -0700 Update release notes with mention that x87 is no longer used on x86 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9868> --- docs/relnotes/new_features.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 860a3f8e1ce..2cf81e1fee8 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -1,3 +1,4 @@ zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock VK_EXT_provoking_vertex on RADV. VK_EXT_extended_dynamic_state2 on RADV. +32-bit x86 builds now default disable x87 math and use sse2. _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
