summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nv30/nv30_context.h
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2014-02-21 01:57:49 -0500
committerIlia Mirkin <imirkin@alum.mit.edu>2014-02-26 23:35:47 -0500
commit41dbc4c44428cc5e36d7ab8b30a2eb5ba89694d0 (patch)
treeed2a575702f17e8c5d547532f94d2280218937c7 /src/gallium/drivers/nouveau/nv30/nv30_context.h
parentfe2738f9984e39a8d3254e7691609218161dd76b (diff)
nv30: remove unused sprite flipping parameter
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv30/nv30_context.h')
-rw-r--r--src/gallium/drivers/nouveau/nv30/nv30_context.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nv30_context.h b/src/gallium/drivers/nouveau/nv30/nv30_context.h
index 864d97a7367..6dfab38c98c 100644
--- a/src/gallium/drivers/nouveau/nv30/nv30_context.h
+++ b/src/gallium/drivers/nouveau/nv30/nv30_context.h
@@ -214,8 +214,7 @@ nv30_state_release(struct nv30_context *nv30);
//XXX: needed to make it build, clean this up!
void
-_nvfx_fragprog_translate(struct nv30_context *nvfx, struct nv30_fragprog *fp,
- boolean emulate_sprite_flipping);
+_nvfx_fragprog_translate(struct nv30_context *nvfx, struct nv30_fragprog *fp);
boolean
_nvfx_vertprog_translate(struct nv30_context *nv30, struct nv30_vertprog *vp);