vega: Add missing actual argument.

This commit is contained in:
Michal Krol
2009-12-21 11:58:17 +01:00
parent ad7f9d71e2
commit 3d3480abbc

View File

@@ -57,7 +57,7 @@ static void setup_shaders(struct renderer *ctx)
{ {
struct pipe_context *pipe = ctx->pipe; struct pipe_context *pipe = ctx->pipe;
/* fragment shader */ /* fragment shader */
ctx->fs = util_make_fragment_tex_shader(pipe); ctx->fs = util_make_fragment_tex_shader(pipe, TGSI_TEXTURE_2D);
} }
static struct pipe_buffer * static struct pipe_buffer *