diff options
author | Patrice Mandin <[email protected]> | 2007-02-03 23:46:58 +0100 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2007-02-03 23:46:58 +0100 |
commit | f8ec7f1398e600f4ed2ff3d0fb8d77d706f0fc18 (patch) | |
tree | 322abeb0c856393112f97f50b0cb1e835047fca2 | |
parent | be85770f148a0b3cac1720f843b2fa34dd74295f (diff) |
nouveau: forgot function declaration
-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 5b852874457..dbac71760b6 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); |