diff options
author | Andres Gomez <[email protected]> | 2019-09-18 15:25:16 +0300 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2019-09-19 23:39:26 +0300 |
commit | 53c24cfd8abeb84c735d0faa9a6f826a87441d98 (patch) | |
tree | b51b9478b93426c061260a91b1e2d3ddc8169418 /docs/relnotes/17.3.4.html | |
parent | 0c4e89ad5b9cc9a3e2afdab86602f643e69e9412 (diff) |
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 <[email protected]>
Acked-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'docs/relnotes/17.3.4.html')
0 files changed, 0 insertions, 0 deletions