Add a DRI_ReadDrawable marker extension to signal read drawable capability.

This commit is contained in:
Kristian Høgsberg
2007-05-17 14:39:06 -04:00
committed by Kristian Høgsberg
parent 106a6f29bb
commit f968f67e62
13 changed files with 39 additions and 40 deletions

View File

@@ -76,6 +76,7 @@ extern __GLcontextModes *__driDriverInitScreen(__DRIscreenPrivate *psp);
/**
* Extensions.
*/
extern const __DRIextension driReadDrawableExtension;
extern const __DRIcopySubBufferExtension driCopySubBufferExtension;
extern const __DRIswapControlExtension driSwapControlExtension;
extern const __DRIframeTrackingExtension driFrameTrackingExtension;