From 8d0d5dca5bd076ef363d3e923e6473916f3a9d35 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 8 Oct 2015 21:03:27 -0600 Subject: svga: pass context to svga_tgsi_vgpu9_translate() Will be used for upcoming change. Reviewed-by: Charmaine Lee --- src/gallium/drivers/svga/svga_tgsi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/drivers/svga/svga_tgsi.h') diff --git a/src/gallium/drivers/svga/svga_tgsi.h b/src/gallium/drivers/svga/svga_tgsi.h index 207a3f0a845..2581135701f 100644 --- a/src/gallium/drivers/svga/svga_tgsi.h +++ b/src/gallium/drivers/svga/svga_tgsi.h @@ -63,7 +63,8 @@ static inline void svga_generate_vdecl_semantics( unsigned idx, struct svga_shader_variant * -svga_tgsi_vgpu9_translate(const struct svga_shader *shader, +svga_tgsi_vgpu9_translate(struct svga_context *svga, + const struct svga_shader *shader, const struct svga_compile_key *key, unsigned unit); struct svga_shader_variant * -- cgit v1.2.3