radv: rename global extension properties structs
authorAndres Rodriguez <andresx7@gmail.com>
Fri, 13 Jan 2017 23:44:16 +0000 (18:44 -0500)
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Sat, 14 Jan 2017 13:20:12 +0000 (14:20 +0100)
commit5323efb685634341df10f7f5b2fe37a0a2ca5e52
treecc210416aabcc9ff9c53a5d6460d679242a1d2aa
parent0eb8b6a3e1e36d0961387e26c8ce03f7e296d81e
radv: rename global extension properties structs

All extension arrays are global, but only one of them refers to instance
extensions.

The device extension array refers to extensions that are common across
all physical devices. This disctinction will be more imporant once we
have dynamic extension support for devices.

Signed-off-by: Andres Rodriguez <andresx7@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_device.c