summaryrefslogtreecommitdiff
path: root/dri3proto.txt
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-09 21:38:37 -0700
committerKeith Packard <keithp@keithp.com>2013-04-09 21:39:54 -0700
commit92135eefc5d452f8d4f1921a778af238e6b5d1a5 (patch)
treeb2fd7e89ddd9a46952c9a9c3bf4cf4f8259ea995 /dri3proto.txt
parent9ab4a811fe9174cad10854da626102a64a0d5ece (diff)
downloadxorg-proto-dri3proto-92135eefc5d452f8d4f1921a778af238e6b5d1a5.tar.gz
Initial DRI3 protocol headers
Just getting started Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'dri3proto.txt')
-rw-r--r--dri3proto.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/dri3proto.txt b/dri3proto.txt
index 085f5fb..b633d3c 100644
--- a/dri3proto.txt
+++ b/dri3proto.txt
@@ -26,8 +26,8 @@ Kristian Høgsberg <krh@bitplanet.net>
2. Data Types
-The DRI3 extension doesn't use or define any datatypes beyond the
-core X protocol.
+The DRI3 extension uses the RandR extension Provider to select among
+multiple GPUs on a single screen.
❄ ❄ ❄ ❄ ❄ ❄ ❄
@@ -87,6 +87,7 @@ The name of this extension is "DRI3" (third time is the charm?).
DRI3Open
drawable: DRAWABLE
driverType: DRI3DRIVER
+ provider: PROVIDER
driver: STRING
device: FD
@@ -94,7 +95,8 @@ The name of this extension is "DRI3" (third time is the charm?).
Errors: Drawable, Value, Match
This requests that the X server open the direct rendering
- device associated with drawable and driverType.
+ 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 the driver value. The file
@@ -233,8 +235,9 @@ A.2 Protocol Requests
DRI3Open
1 CARD8 major opcode
1 1 DRI3 opcode
- 2 3 length
+ 2 4 length
4 DRAWABLE drawable
+ 4 PROVIDER provider
4 CARD32 driver type
1 1 Reply