Expand description
The XFree86-DRI X extension.
Accessible with the xf86dri cargo feature.
Structs§
- Auth
Connection - The
AuthConnectionrequest. - Auth
Connection Cookie - Cookie type for AuthConnection.
- Auth
Connection Cookie Unchecked - Unchecked cookie type for AuthConnection.
- Auth
Connection Reply - Reply type for AuthConnection.
- Close
Connection - The
CloseConnectionrequest. - Create
Context - The
CreateContextrequest. - Create
Context Cookie - Cookie type for CreateContext.
- Create
Context Cookie Unchecked - Unchecked cookie type for CreateContext.
- Create
Context Reply - Reply type for CreateContext.
- Create
Drawable - The
CreateDrawablerequest. - Create
Drawable Cookie - Cookie type for CreateDrawable.
- Create
Drawable Cookie Unchecked - Unchecked cookie type for CreateDrawable.
- Create
Drawable Reply - Reply type for CreateDrawable.
- Destroy
Context - The
DestroyContextrequest. - Destroy
Drawable - The
DestroyDrawablerequest. - DrmClip
Rect - GetClient
Driver Name - The
GetClientDriverNamerequest. - GetClient
Driver Name Cookie - Cookie type for GetClientDriverName.
- GetClient
Driver Name Cookie Unchecked - Unchecked cookie type for GetClientDriverName.
- GetClient
Driver Name Reply - Reply type for GetClientDriverName.
- GetDevice
Info - The
GetDeviceInforequest. - GetDevice
Info Cookie - Cookie type for GetDeviceInfo.
- GetDevice
Info Cookie Unchecked - Unchecked cookie type for GetDeviceInfo.
- GetDevice
Info Reply - Reply type for GetDeviceInfo.
- GetDrawable
Info - The
GetDrawableInforequest. - GetDrawable
Info Cookie - Cookie type for GetDrawableInfo.
- GetDrawable
Info Cookie Unchecked - Unchecked cookie type for GetDrawableInfo.
- GetDrawable
Info Reply - Reply type for GetDrawableInfo.
- Open
Connection - The
OpenConnectionrequest. - Open
Connection Cookie - Cookie type for OpenConnection.
- Open
Connection Cookie Unchecked - Unchecked cookie type for OpenConnection.
- Open
Connection Reply - Reply type for OpenConnection.
- Query
Direct Rendering Capable - The
QueryDirectRenderingCapablerequest. - Query
Direct Rendering Capable Cookie - Cookie type for QueryDirectRenderingCapable.
- Query
Direct Rendering Capable Cookie Unchecked - Unchecked cookie type for QueryDirectRenderingCapable.
- Query
Direct Rendering Capable Reply - Reply type for QueryDirectRenderingCapable.
- Query
Version - The
QueryVersionrequest. - Query
Version Cookie - Cookie type for QueryVersion.
- Query
Version Cookie Unchecked - Unchecked cookie type for QueryVersion.
- Query
Version Reply - Reply type for QueryVersion.
Constants§
- MAJOR_
VERSION - The major version of the
XF86Driextension. - MINOR_
VERSION - The minor version of the
XF86Driextension. - VERSION_
STRING - The version string of the
XF86Driextension. - XNAME
- The official identifier for the
XF86Driextension.
Functions§
- get_
extension_ data - Fetch server runtime info data of the
XF86Driextension. - prefetch_
extension_ data - Prefetch server runtime info data of the
XF86Driextension.