summaryrefslogtreecommitdiff
path: root/dri3proto.txt
AgeCommit message (Collapse)Author
2013-11-06Update DRI3Open encoding spec to remove driver nameKeith Packard
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>
2013-10-08Add FDFromFence requestKeith Packard
This lets DRI clients convert a fence back into a local object. Signed-off-by: Keith Packard <keithp@keithp.com>
2013-07-12Remove events and other unused elementsKeith Packard
This renumbers the FenceFromFD request from 5 to 4 as well Signed-off-by: Keith Packard <keithp@keithp.com>
2013-06-20Eliminate driverType and driverName from Open requestKeith Packard
Make application figure out the right driver on its own. Signed-off-by: Keith Packard <keithp@keithp.com>
2013-06-07Re-word the caution about pixmap image formats non linearityKeith Packard
Suggested by Arthur Huillet <arthur.huillet@free.fr> Signed-off-by: Keith Packard <keithp@keithp.com>
2013-06-04Clarify relationship with GLXKeith Packard
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-06-04Re-center the version and date linesKeith Packard
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-06-04Rename Swap to PresentKeith Packard
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-06-04Pass Fence FDS from client. Clean up encoding.Keith Packard
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-06-04Switch direction of FD passing for Sync FencesKeith Packard
Pass FD from client to server to avoid a round trip. Signed-off-by: Keith Packard <keithp@keithp.com>
2013-05-13Rename Connect as Open, make it work. Add SHM SyncFencesKeith Packard
Signed-off-by: Keith Packard <keithp@keithp.com>
2013-04-09Initial DRI3 protocol headersKeith Packard
Just getting started Signed-off-by: Keith Packard <keithp@keithp.com>
2013-02-19Initial DRI3 protocol specificationKeith Packard
Signed-off-by: Keith Packard <keithp@keithp.com>