summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_state.h
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2007-02-03 23:46:58 +0100
committerPatrice Mandin <pmandin@caramail.com>2007-02-03 23:46:58 +0100
commitf8ec7f1398e600f4ed2ff3d0fb8d77d706f0fc18 (patch)
tree322abeb0c856393112f97f50b0cb1e835047fca2 /src/mesa/drivers/dri/nouveau/nouveau_state.h
parentbe85770f148a0b3cac1720f843b2fa34dd74295f (diff)
nouveau: forgot function declaration
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_state.h')
-rw-r--r--src/mesa/drivers/dri/nouveau/nouveau_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_state.h b/src/mesa/drivers/dri/nouveau/nouveau_state.h
index 5b85287445..dbac71760b 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_state.h
+++ b/src/mesa/drivers/dri/nouveau/nouveau_state.h
@@ -36,6 +36,7 @@ extern void nv04InitStateFuncs(GLcontext *ctx, struct dd_function_table *func);
extern void nv10InitStateFuncs(GLcontext *ctx, struct dd_function_table *func);
extern void nv20InitStateFuncs(GLcontext *ctx, struct dd_function_table *func);
extern void nv30InitStateFuncs(GLcontext *ctx, struct dd_function_table *func);
+extern void nv50InitStateFuncs(GLcontext *ctx, struct dd_function_table *func);
extern void nouveauInitState(GLcontext *ctx);