gallium: Fix compilation of trivial quad-tex
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user