diff options
author | Francisco Jerez <[email protected]> | 2010-02-17 18:56:42 +0100 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2010-02-17 23:36:29 +0100 |
commit | 56dcd011b5ec33190f268cf546a4c68f81f5ebd0 (patch) | |
tree | 9d617916a5a9442435a935ea55ed2b9c9130609b /src/mesa/drivers/dri/nouveau/nv04_context.h | |
parent | 52e3f0949d47c846e3508a135afd75c439f2c49d (diff) |
dri/nouveau: Some multithreaded rendering fixes.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nv04_context.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nv04_context.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv04_context.h b/src/mesa/drivers/dri/nouveau/nv04_context.h index ed4eec9865f..ccd3b61e267 100644 --- a/src/mesa/drivers/dri/nouveau/nv04_context.h +++ b/src/mesa/drivers/dri/nouveau/nv04_context.h @@ -42,11 +42,6 @@ struct nv04_context { struct nouveau_grobj * nv04_context_engine(GLcontext *ctx); -GLcontext * -nv04_context_create(struct nouveau_screen *screen, const GLvisual *visual, - GLcontext *share_ctx); - -void -nv04_context_destroy(GLcontext *ctx); +extern const struct nouveau_driver nv04_driver; #endif |