From 3f0627c2ad605b006737312c478907859411ffa8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 12 Sep 2013 18:09:33 -0600 Subject: nouveau: implement pipe_context::bind_sampler_states() --- src/gallium/drivers/nouveau/nv30/nv40_verttex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/nouveau/nv30/nv40_verttex.c') 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) { -- cgit v1.2.1