gallium: Fix compilation of trivial quad-tex

This commit is contained in:
Jakob Bornecrantz 2010-07-04 01:34:39 +01:00
parent 1f0bcce6be
commit abbb96b2fe

View file

@ -271,7 +271,7 @@ static void init_prog(struct program *p)
}
/* fragment shader */
p->fs = util_make_fragment_tex_shader(p->pipe, TGSI_TEXTURE_2D);
p->fs = util_make_fragment_tex_shader(p->pipe, TGSI_TEXTURE_2D, TGSI_INTERPOLATE_LINEAR);
}
static void close_prog(struct program *p)