diff options
author | Brian Paul <brianp@vmware.com> | 2013-09-12 18:09:33 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2013-10-03 14:05:27 -0600 |
commit | 3f0627c2ad605b006737312c478907859411ffa8 (patch) | |
tree | 83c4a04fadb97ab0f47188592a6bd01771c027b9 /src/gallium/drivers/nouveau/nv30/nv30_fragtex.c | |
parent | 550f9ee64ce2eea7b76a8e4551e398aa8c780c4e (diff) |
nouveau: implement pipe_context::bind_sampler_states()
Diffstat (limited to 'src/gallium/drivers/nouveau/nv30/nv30_fragtex.c')
-rw-r--r-- | src/gallium/drivers/nouveau/nv30/nv30_fragtex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c b/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c index 60ffb03c89f..ac819786a6c 100644 --- a/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c +++ b/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c @@ -149,7 +149,7 @@ nv30_fragtex_validate(struct nv30_context *nv30) nv30->fragprog.dirty_samplers = 0; } -static void +void nv30_fragtex_sampler_states_bind(struct pipe_context *pipe, unsigned nr, void **hwcso) { |