summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_context.h
diff options
context:
space:
mode:
authorJerome Glisse <glisse@freedesktop.org>2006-11-15 17:45:05 +0000
committerJerome Glisse <glisse@freedesktop.org>2006-11-15 17:45:05 +0000
commit8f6a50a49cd3b7479d1cfcf195b53e6d9b0800dd (patch)
tree7190690c3fe9e2cfa37e3a5baa8dac9716060e0c /src/mesa/drivers/dri/r200/r200_context.h
parent222930461f8afef0e130b435a91264a0d4473251 (diff)
downloadexternal_mesa3d-8f6a50a49cd3b7479d1cfcf195b53e6d9b0800dd.zip
external_mesa3d-8f6a50a49cd3b7479d1cfcf195b53e6d9b0800dd.tar.gz
external_mesa3d-8f6a50a49cd3b7479d1cfcf195b53e6d9b0800dd.tar.bz2
Remove use of GetBufferSize (depreciated).
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_context.h')
-rw-r--r--src/mesa/drivers/dri/r200/r200_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.h b/src/mesa/drivers/dri/r200/r200_context.h
index c6910f5..9f109e0 100644
--- a/src/mesa/drivers/dri/r200/r200_context.h
+++ b/src/mesa/drivers/dri/r200/r200_context.h
@@ -699,6 +699,7 @@ struct r200_dri_mirror {
__DRIcontextPrivate *context; /* DRI context */
__DRIscreenPrivate *screen; /* DRI screen */
__DRIdrawablePrivate *drawable; /* DRI drawable bound to this ctx */
+ __DRIdrawablePrivate *readable; /* DRI readable bound to this ctx */
drm_context_t hwContext;
drm_hw_lock_t *hwLock;