summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_pipeline_cache.c
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-09-01 11:41:18 +0200
committerSamuel Pitoiset <[email protected]>2017-09-08 17:17:40 +0200
commitd4d777317b90637cbf3a1c1bba4aa9c9e82ca47b (patch)
tree67c17187ab79fb38e28cc0c71a1f21028e2b9cf2 /src/amd/vulkan/radv_pipeline_cache.c
parent988d792375051d3745471746028eb05364a41009 (diff)
radv: move shaders related code to radv_shader.c
Reduce size of radv_pipeline.c and improve code isolation. More code can probably moved but it's a start. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_pipeline_cache.c')
-rw-r--r--src/amd/vulkan/radv_pipeline_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_pipeline_cache.c b/src/amd/vulkan/radv_pipeline_cache.c
index ef1f513f369..ba5104339ac 100644
--- a/src/amd/vulkan/radv_pipeline_cache.c
+++ b/src/amd/vulkan/radv_pipeline_cache.c
@@ -26,6 +26,7 @@
#include "util/u_atomic.h"
#include "radv_debug.h"
#include "radv_private.h"
+#include "radv_shader.h"
#include "ac_nir_to_llvm.h"