Module: Mesa Branch: master Commit: 26e161b1e942564b649d355df359fc2e22b46188 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=26e161b1e942564b649d355df359fc2e22b46188
Author: Marek Olšák <[email protected]> Date: Fri Apr 5 11:18:21 2019 -0400 tegra: fix the build after the set_shader_buffers change --- src/gallium/drivers/tegra/tegra_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/tegra/tegra_context.c b/src/gallium/drivers/tegra/tegra_context.c index ddca23a52f1..e9ab1f61da6 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
