vk/gen8: Don't duplicate generic pipeline setup
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 26 Aug 2015 01:32:56 +0000 (18:32 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 26 Aug 2015 01:41:25 +0000 (18:41 -0700)
commit4bb9915755f6066f24b826cb323739dbebe7dba5
tree4287d04b2cd8e7f48e3295264e62d4c94484671a
parent9b387b5d3f4103c51079ea5298d33086af6da433
vk/gen8: Don't duplicate generic pipeline setup

gen8_graphics_pipeline_create had a bunch of stuff in it that's already set
up by anv_pipeline_init.  The duplication was causing double-initialization
of a state stream and made valgrind very angry.
src/vulkan/anv_pipeline.c
src/vulkan/gen8_pipeline.c