summaryrefslogtreecommitdiffstats
path: root/src/amd
diff options
context:
space:
mode:
authorJordan Justen <[email protected]>2017-07-31 14:32:04 -0700
committerJordan Justen <[email protected]>2017-08-02 14:49:47 -0700
commitfe3d2559d941f8f69dbdb369221af69a9974d017 (patch)
tree14a2e419f1181f6a89ac9bc397f38ebcbcbfc392 /src/amd
parentebd2fd6ef3b50dc85190b407d0921c91b6c4f1ca (diff)
docs: Add Vulkan to features.txt
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]" src/intel/ $ git grep -hE "'VK_([A-Z]+)_[a-z]" src/amd/ v2: * Add radv to Vulkan 1.0 list (Bas) * 'started' => 'in progress' * Drop KHX and EXT extensions (Jason) Signed-off-by: Jordan Justen <[email protected]> Acked-by: Jason Ekstrand <[email protected]> Acked-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd')
0 files changed, 0 insertions, 0 deletions