Module: Mesa Branch: vulkan Commit: ab36eae5e78a2edf4f699fc43fc9c89e90aabd07 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab36eae5e78a2edf4f699fc43fc9c89e90aabd07
Author: Kristian Høgsberg Kristensen <[email protected]> Date: Thu Mar 3 16:10:29 2016 -0800 anv: Remove left-over bits of sparse-descriptor code --- src/intel/vulkan/anv_pipeline.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_pipeline.c index fd6f8c9..c93b1a0 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); _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
