anv/pipeline: Drop anv_pipeline_add_compiled_stage
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 27 Oct 2017 21:47:38 +0000 (14:47 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 2 Aug 2018 17:29:20 +0000 (10:29 -0700)
commitf76d6d8a63b1d7d598be6496958b51294551babb
treeb7145c7ec5f2e7064d8305f0d48fd79dcf077be9
parent703a24932a4ff7278d8b54c24122d04e42bd1651
anv/pipeline: Drop anv_pipeline_add_compiled_stage

We can set active_stages much more directly and then it's just candy
around setting pipeline->stages[stage].

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/intel/vulkan/anv_pipeline.c
src/intel/vulkan/genX_pipeline.c