diff options
author | Ben Skeggs <[email protected]> | 2006-11-25 09:58:35 +0000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2006-11-25 09:58:35 +0000 |
commit | 9c9e6abbf82fbf591575a9c352f86721bc72aa90 (patch) | |
tree | 4b0f41371fbe0d5d10ae869bec13f953b9a2b82e /src/mesa/drivers/dri/nouveau/nouveau_state.h | |
parent | 902b26a0d670ca7d2f37103d1c4de242694ff337 (diff) |
Incomplete shader stuff, should mostly work for NV40. Other cards, not so
much..
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_state.h')
-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 f8fd0cea504..37f04f41bd4 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_state.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_state.h @@ -37,6 +37,7 @@ extern void nv20InitStateFuncs(struct dd_function_table *func); extern void nv30InitStateFuncs(struct dd_function_table *func); extern void nouveauInitState(GLcontext *ctx); + /* extern void nouveauDDUpdateState(GLcontext *ctx); extern void nouveauDDUpdateHWState(GLcontext *ctx); |