From: Kristian Høgsberg Kristensen Date: Fri, 4 Mar 2016 00:10:29 +0000 (-0800) Subject: anv: Remove left-over bits of sparse-descriptor code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab36eae5e78a2edf4f699fc43fc9c89e90aabd07;p=mesa.git anv: Remove left-over bits of sparse-descriptor code --- diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_pipeline.c index fd6f8c92cfa..c93b1a07246 100644 --- a/src/intel/vulkan/anv_pipeline.c +++ b/src/intel/vulkan/anv_pipeline.c @@ -366,10 +366,6 @@ anv_pipeline_compile(struct anv_pipeline *pipeline, /* Set up dynamic offsets */ anv_nir_apply_dynamic_offsets(pipeline, nir, prog_data); - char surface_usage_mask[256], sampler_usage_mask[256]; - zero(surface_usage_mask); - zero(sampler_usage_mask); - /* Apply the actual pipeline layout to UBOs, SSBOs, and textures */ if (pipeline->layout) anv_nir_apply_pipeline_layout(pipeline, nir, prog_data);