mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 03:30:25 +01:00
Update DRI3Open encoding spec to remove driver name
The specification for the encoding of DRI3Open didn't get fixed when the driver name was removed. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
8d2c54d41f
commit
8257a60f28
1 changed files with 2 additions and 6 deletions
|
|
@ -287,17 +287,13 @@ A.2 Protocol Requests
|
|||
1 1 DRI3 opcode
|
||||
2 4 length
|
||||
4 DRAWABLE drawable
|
||||
4 CARD32 driver type
|
||||
4 PROVIDER provider
|
||||
▶
|
||||
1 1 Reply
|
||||
1 1 nfd
|
||||
2 CARD16 sequence number
|
||||
4 (n + p) / 4 reply length
|
||||
4 n driver name length (n)
|
||||
20 unused
|
||||
n CARD8 driver name
|
||||
p unused, p=pad(n)
|
||||
4 0 reply length
|
||||
24 unused
|
||||
|
||||
0 FD device
|
||||
└───
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue