docs/features: Update status list of Vulkan extensions
authorAndres Gomez <agomez@igalia.com>
Wed, 18 Sep 2019 12:25:16 +0000 (15:25 +0300)
committerAndres Gomez <agomez@igalia.com>
Thu, 19 Sep 2019 20:39:26 +0000 (23:39 +0300)
commit53c24cfd8abeb84c735d0faa9a6f826a87441d98
treeb51b9478b93426c061260a91b1e2d3ddc8169418
parent0c4e89ad5b9cc9a3e2afdab86602f643e69e9412
docs/features: Update status list of Vulkan extensions

To get the extension list:

$ git grep -hE "extension name=\"VK_KHR" src/vulkan/registry/vk.xml | \
grep -v disabled | awk '{print $2}' | sed -E 's/(name=)?"//g' | sort

To find anv(il) and radv supported extensions:

$ git grep -hE "'VK_([A-Z]+)_[a-z,0-9]" src/intel/

$ git grep -hE "'VK_([A-Z]+)_[a-z,0-9]" src/amd/

v2:
  - Keep VK_KHR_device_group and VK_KHR_device_group_creation as not
    started (Jason).

Signed-off-by: Andres Gomez <agomez@igalia.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
docs/features.txt