diff options
author | Patrice Mandin <pmandin@caramail.com> | 2007-02-03 23:46:58 +0100 |
---|---|---|
committer | Patrice Mandin <pmandin@caramail.com> | 2007-02-03 23:46:58 +0100 |
commit | f8ec7f1398e600f4ed2ff3d0fb8d77d706f0fc18 (patch) | |
tree | 322abeb0c856393112f97f50b0cb1e835047fca2 /src/mesa/drivers/dri/nouveau | |
parent | be85770f148a0b3cac1720f843b2fa34dd74295f (diff) |
nouveau: forgot function declaration
Diffstat (limited to 'src/mesa/drivers/dri/nouveau')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_state.h | 1 |
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); |