anv: Get rid of graphics_pipeline_create_info_extra
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 7 Oct 2016 22:29:47 +0000 (15:29 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 14 Oct 2016 22:40:39 +0000 (15:40 -0700)
commitac77528f7d383ee103ed702590f7bc9f05907b61
treee366ccd42014d7386a5974a9484ba0e9f9887c43
parentdedc406ec8adc6a36eb2b37e3f565aaa1dce6e3f
anv: Get rid of graphics_pipeline_create_info_extra

Now that we no longer have meta, all pipelines get created via the normal
Vulkan pipeline creation mechanics.  There is no more need for this bit of
extra magic data that we've been passing around.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/intel/vulkan/anv_genX.h
src/intel/vulkan/anv_pipeline.c
src/intel/vulkan/anv_private.h
src/intel/vulkan/gen7_pipeline.c
src/intel/vulkan/gen8_pipeline.c
src/intel/vulkan/genX_pipeline.c
src/intel/vulkan/genX_pipeline_util.h