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

@@ -46,6 +46,14 @@ const __DRIinterfaceMethods * dri_interface = NULL;
static const int empty_attribute_list[1] = { None };
/**
* This is just a token extension used to signal that the driver
* supports setting a read drawable.
*/
const __DRIextension driReadDrawableExtension = {
__DRI_READ_DRAWABLE
};
/**
* Cached copy of the internal API version used by libGL and the client-side
* DRI driver.