summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_genX.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-10-07 15:29:47 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-10-14 15:40:39 -0700
commitac77528f7d383ee103ed702590f7bc9f05907b61 (patch)
treee366ccd42014d7386a5974a9484ba0e9f9887c43 /src/intel/vulkan/anv_genX.h
parentdedc406ec8adc6a36eb2b37e3f565aaa1dce6e3f (diff)
downloadexternal_mesa3d-ac77528f7d383ee103ed702590f7bc9f05907b61.zip
external_mesa3d-ac77528f7d383ee103ed702590f7bc9f05907b61.tar.gz
external_mesa3d-ac77528f7d383ee103ed702590f7bc9f05907b61.tar.bz2
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>
Diffstat (limited to 'src/intel/vulkan/anv_genX.h')
-rw-r--r--src/intel/vulkan/anv_genX.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_genX.h b/src/intel/vulkan/anv_genX.h
index 821356e..1dc4af4 100644
--- a/src/intel/vulkan/anv_genX.h
+++ b/src/intel/vulkan/anv_genX.h
@@ -70,7 +70,6 @@ VkResult
genX(graphics_pipeline_create)(VkDevice _device,
struct anv_pipeline_cache *cache,
const VkGraphicsPipelineCreateInfo *pCreateInfo,
- const struct anv_graphics_pipeline_create_info *extra,
const VkAllocationCallbacks *alloc,
VkPipeline *pPipeline);