diff options
author | Marek Olšák <marek.olsak@amd.com> | 2019-10-25 16:59:07 -0400 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2019-10-25 19:59:04 -0400 |
commit | 83a346cd58e13eae3ea86542b6a28c3468497910 (patch) | |
tree | fd88d4e14f86c45a6f9646d4c8d431d3bb81c055 /docs | |
parent | c1c574fdf18f2aeb1c03f9670bf00e1dcd22d99d (diff) | |
download | mesa-83a346cd58e13eae3ea86542b6a28c3468497910.tar.gz mesa-83a346cd58e13eae3ea86542b6a28c3468497910.tar.bz2 mesa-83a346cd58e13eae3ea86542b6a28c3468497910.zip |
docs: document new feature EGL_EXT_image_flush_external
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/new_features.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 8f51a317d43..9b1dfda0ea0 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -2,6 +2,7 @@ GL_ARB_gl_spirv on i965, iris. GL_ARB_spirv_extensions on i965, iris. GL_EXT_demote_to_helper_invocation on iris, i965. OpenGL 4.6 on i965, iris. +EGL_EXT_image_flush_external VK_ANDROID_external_memory_android_hardware_buffer on RADV. VK_KHR_shader_clock on Intel, RADV. VK_KHR_shader_float_controls on Intel, RADV. |