From: Marek Olšák Date: Fri, 5 Apr 2019 15:18:21 +0000 (-0400) Subject: tegra: fix the build after the set_shader_buffers change X-Git-Tag: upstream/19.3.0~7558 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26e161b1e942564b649d355df359fc2e22b46188;p=platform%2Fupstream%2Fmesa.git tegra: fix the build after the set_shader_buffers change --- diff --git a/src/gallium/drivers/tegra/tegra_context.c b/src/gallium/drivers/tegra/tegra_context.c index ddca23a..e9ab1f6 100644 --- a/src/gallium/drivers/tegra/tegra_context.c +++ b/src/gallium/drivers/tegra/tegra_context.c @@ -589,7 +589,7 @@ tegra_set_shader_buffers(struct pipe_context *pcontext, unsigned int shader, struct tegra_context *context = to_tegra_context(pcontext); context->gpu->set_shader_buffers(context->gpu, shader, start, count, - buffers); + buffers, writable_bitmask); } static void