anv: Only include the pack headers where needed
Previously, we were including gen7_pack.h, gen75_pack.h, and gen8_pack.h in anv_private.h. As we add more gens, this is going to become untenable. This commit moves things around so that we only use the pack headers when and if we need them.
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
|
||||
#include "anv_private.h"
|
||||
|
||||
#include "gen8_pack.h"
|
||||
|
||||
static void
|
||||
emit_vertex_input(struct anv_pipeline *pipeline,
|
||||
const VkPipelineVertexInputStateCreateInfo *info)
|
||||
|
Reference in New Issue
Block a user