diff options
author | Mike Lothian <[email protected]> | 2017-04-19 03:09:05 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-04-19 12:25:18 +1000 |
commit | 2284d6bf7a4644c4711638b4d8baa08aa13f296e (patch) | |
tree | 43bd597bbf6b2ca5cd51f5393f51eaeeea911085 /src/amd/vulkan | |
parent | 709ed1fa9f9ddc656d8c60ea3098bfea0e6b8dcb (diff) |
radv/meta: Fix nir_builder.h include
This fixes the build after:
commit 399ebd2a84a133bd2ca3da388a059fd3bafe33f5
Author: Dave Airlie <[email protected]>
Date: Wed Apr 19 06:18:23 2017 +1000
radv/meta: add common shader vertex generation function
Signed-off-by: Mike Lothian <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan')
-rw-r--r-- | src/amd/vulkan/radv_meta.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_meta.h b/src/amd/vulkan/radv_meta.h index 2a6b0243e8c..76d2da05dc5 100644 --- a/src/amd/vulkan/radv_meta.h +++ b/src/amd/vulkan/radv_meta.h @@ -223,7 +223,7 @@ void radv_blit_to_prime_linear(struct radv_cmd_buffer *cmd_buffer, struct radv_image *linear_image); /* common nir builder helpers */ -#include "nir_builder.h" +#include "nir/nir_builder.h" nir_ssa_def *radv_meta_gen_rect_vertices(nir_builder *vs_b); nir_ssa_def *radv_meta_gen_rect_vertices_comp2(nir_builder *vs_b, nir_ssa_def *comp2); |