Module: Mesa Branch: staging/19.3 Commit: 090469173cc0168ec41d58f409f7a5af9540eda7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=090469173cc0168ec41d58f409f7a5af9540eda7
Author: Daniel Schürmann <[email protected]> Date: Thu Oct 31 21:39:33 2019 +0100 docs/relnotes/new_features.txt: Add note about ACO Reviewed-by: Timothy Arceri <[email protected]> --- 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 ccaf4960246..5a7964d96a8 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -16,3 +16,5 @@ VK_INTEL_performance_query on Intel. Meson support for windows using MSVC and MinGW scons has been deprecated for non windows Initial Intel gen12 (Tigerlake) support on anvil and iris +New compiler backend "ACO" for RADV (RADV_PERFTEST=aco) +VK_EXT_shader_demote_to_helper_invocation on RADV/ACO. _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
