diff options
author | Dave Airlie <[email protected]> | 2017-10-17 15:18:36 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-10-17 16:50:32 +1000 |
commit | 17201a2eb0b1b8538713691e6a46fb56d76cafe8 (patch) | |
tree | 17f43b17866e5fd9986760a66bb7a88c9fbc4ebb /src/amd/vulkan/.gitignore | |
parent | c00256a12c5be3d0f1c222176b62c13c4a2e4b50 (diff) |
radv: port to using updated anv entrypoint/extension generator.
This ports radv to using the anv entrypoint/extension generator
code.
No differences on enabled extensions list in vulkaninfo.
Acked-by: Bas Nieuwenhuizen <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/.gitignore')
-rw-r--r-- | src/amd/vulkan/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/.gitignore b/src/amd/vulkan/.gitignore index 2a42d7fda8e..7c02e42bb0b 100644 --- a/src/amd/vulkan/.gitignore +++ b/src/amd/vulkan/.gitignore @@ -1,6 +1,7 @@ # Generated source files /radv_entrypoints.c /radv_entrypoints.h +/radv_extensions.c /radv_timestamp.h /dev_icd.json /vk_format_table.c |