mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
gallium: Fix compilation of trivial quad-tex
This commit is contained in:
parent
1f0bcce6be
commit
abbb96b2fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue