From de7dd4d621ca2654a1091457c514b50c50ba92dd Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 27 Dec 2016 23:27:14 +0000 Subject: spirv: add interface for drivers to define support extensions. I expect over time the struct contents will change as all drivers support stuff etc, but for now this should be a good starting point. Reviewed-by: Edward O'Callaghan Reviewed-by: Bas Nieuwenhuizen Acked-by: Jason Ekstrand Signed-off-by: Dave Airlie --- src/intel/vulkan/anv_pipeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/intel/vulkan/anv_pipeline.c') diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_pipeline.c index e2fbcaba3d3..db35d7004f8 100644 --- a/src/intel/vulkan/anv_pipeline.c +++ b/src/intel/vulkan/anv_pipeline.c @@ -124,7 +124,7 @@ anv_shader_compile_to_nir(struct anv_device *device, nir_function *entry_point = spirv_to_nir(spirv, module->size / 4, spec_entries, num_spec_entries, - stage, entrypoint_name, nir_options); + stage, entrypoint_name, NULL, nir_options); nir_shader *nir = entry_point->shader; assert(nir->stage == stage); nir_validate_shader(nir); -- cgit v1.2.3