aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv30/nv40_verttex.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-09-12 18:09:33 -0600
committerBrian Paul <[email protected]>2013-10-03 14:05:27 -0600
commit3f0627c2ad605b006737312c478907859411ffa8 (patch)
tree83c4a04fadb97ab0f47188592a6bd01771c027b9 /src/gallium/drivers/nouveau/nv30/nv40_verttex.c
parent550f9ee64ce2eea7b76a8e4551e398aa8c780c4e (diff)
nouveau: implement pipe_context::bind_sampler_states()
Diffstat (limited to 'src/gallium/drivers/nouveau/nv30/nv40_verttex.c')
-rw-r--r--src/gallium/drivers/nouveau/nv30/nv40_verttex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nv40_verttex.c b/src/gallium/drivers/nouveau/nv30/nv40_verttex.c
index 9a7163c448f..c099208fb60 100644
--- a/src/gallium/drivers/nouveau/nv30/nv40_verttex.c
+++ b/src/gallium/drivers/nouveau/nv30/nv40_verttex.c
@@ -47,7 +47,7 @@ nv40_verttex_validate(struct nv30_context *nv30)
nv30->vertprog.dirty_samplers = 0;
}
-static void
+void
nv40_verttex_sampler_states_bind(struct pipe_context *pipe,
unsigned nr, void **hwcso)
{