Module: Mesa Branch: master Commit: 041e3147c056ebd9fe2b1cd8e5b1d87db3ea71f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=041e3147c056ebd9fe2b1cd8e5b1d87db3ea71f9
Author: Adam Jackson <[email protected]> Date: Wed Dec 18 13:40:22 2019 -0500 docs: Add MESA_pack_invert and ANGLE_pack_reverse_row_order Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3156> --- docs/relnotes/new_features.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index e442ced99fc..ea68c3390a2 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -14,3 +14,5 @@ VK_KHR_shader_terminate_invocation on ANV driconf: add glx_extension_override driconf: add indirect_gl_extension_override VK_AMD_mixed_attachment_samples on RADV (GFX6-GFX7). +GL_MESA_pack_invert on r100 and vieux +GL_ANGLE_pack_reverse_row_order _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
