summaryrefslogtreecommitdiff
path: root/dri3proto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dri3proto.txt')
-rw-r--r--dri3proto.txt19
1 files changed, 8 insertions, 11 deletions
diff --git a/dri3proto.txt b/dri3proto.txt
index 3489a5c..b73e9bb 100644
--- a/dri3proto.txt
+++ b/dri3proto.txt
@@ -103,25 +103,22 @@ The name of this extension is "DRI3"
┌───
DRI3Open
drawable: DRAWABLE
- driverType: DRI3DRIVER
provider: PROVIDER
nfd: CARD8
- driver: STRING
device: FD
└───
Errors: Drawable, Value, Match
This requests that the X server open the direct rendering
- device associated with drawable, driverType and RandR
- provider. The provider must support SourceOutput or SourceOffload.
-
- The direct rendering library used to implement the specified
- 'driverType' is returned in 'driver'. The file
- descriptor for the device is returned in 'device'. 'nfd' will
- be set to one (this is strictly a convenience for XCB which
- otherwise would need request-specific information about how
- many file descriptors were associated with this reply).
+ device associated with drawable and RandR provider. The
+ provider must support SourceOutput or SourceOffload.
+
+ The file descriptor for the device is returned in
+ 'device'. 'nfd' will be set to one (this is strictly a
+ convenience for XCB which otherwise would need
+ request-specific information about how many file descriptors
+ were associated with this reply).
┌───
DRI3PixmapFromBuffer