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:
Jason Ekstrand
2015-11-16 12:29:07 -08:00
parent cb9e2305f8
commit de54b4b18f
12 changed files with 46 additions and 27 deletions

View File

@@ -29,6 +29,8 @@
#include "anv_private.h"
#include "gen8_pack.h"
static void
emit_vertex_input(struct anv_pipeline *pipeline,
const VkPipelineVertexInputStateCreateInfo *info)