diff options
author | Ben Skeggs <[email protected]> | 2006-11-12 08:38:44 +0000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2006-11-12 08:38:44 +0000 |
commit | 2af374716f351421b978050b113e93abae0e2dc8 (patch) | |
tree | 080cb508e981ac9db66794132dffb8954124e805 /src/mesa/drivers/dri/nouveau/nouveau_context.h | |
parent | b8e05366e192ab4ebaf69dc8a4a18da4e65cbf80 (diff) |
Some more nouveau_screen.c setup, not sure how correct it is yet though..
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_context.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h index 257d09f8b28..1da5b6d61d6 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_context.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h @@ -182,6 +182,10 @@ extern GLboolean nouveauMakeCurrent( __DRIcontextPrivate *driContextPriv, extern GLboolean nouveauUnbindContext( __DRIcontextPrivate *driContextPriv ); +extern void nouveauSwapBuffers(__DRIdrawablePrivate *dPriv); + +extern void nouveauCopySubBuffer(__DRIdrawablePrivate *dPriv, + int x, int y, int w, int h); #endif /* __NOUVEAU_CONTEXT_H__ */ |