gallium: add writable_bitmask parameter into set_shader_buffers
[mesa.git] / src / gallium / drivers / tegra / tegra_context.c
index e9e51656921d19d7baa5ec429cf244c11a37aaac..ddca23a52f10932c302361014d3b28bb6c69c0a4 100644 (file)
@@ -583,7 +583,8 @@ tegra_set_debug_callback(struct pipe_context *pcontext,
 static void
 tegra_set_shader_buffers(struct pipe_context *pcontext, unsigned int shader,
                          unsigned start, unsigned count,
-                         const struct pipe_shader_buffer *buffers)
+                         const struct pipe_shader_buffer *buffers,
+                         unsigned writable_bitmask)
 {
    struct tegra_context *context = to_tegra_context(pcontext);