summaryrefslogtreecommitdiff
path: root/dri3proto.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update DRI3Open encoding spec to remove driver nameKeith Packard2013-11-061-6/+2
| | | | | | | 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>
* Add FDFromFence requestdri3proto-1.0Keith Packard2013-10-081-0/+34
| | | | | | This lets DRI clients convert a fence back into a local object. Signed-off-by: Keith Packard <keithp@keithp.com>
* Remove events and other unused elementsKeith Packard2013-07-121-104/+8
| | | | | | This renumbers the FenceFromFD request from 5 to 4 as well Signed-off-by: Keith Packard <keithp@keithp.com>
* Eliminate driverType and driverName from Open requestKeith Packard2013-06-201-11/+8
| | | | | | Make application figure out the right driver on its own. Signed-off-by: Keith Packard <keithp@keithp.com>
* Re-word the caution about pixmap image formats non linearityKeith Packard2013-06-071-7/+8
| | | | | | Suggested by Arthur Huillet <arthur.huillet@free.fr> Signed-off-by: Keith Packard <keithp@keithp.com>
* Clarify relationship with GLXKeith Packard2013-06-041-2/+3
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Re-center the version and date linesKeith Packard2013-06-041-2/+2
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Rename Swap to PresentKeith Packard2013-06-041-5/+5
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Pass Fence FDS from client. Clean up encoding.Keith Packard2013-06-041-16/+62
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Switch direction of FD passing for Sync FencesKeith Packard2013-06-041-21/+105
| | | | | | Pass FD from client to server to avoid a round trip. Signed-off-by: Keith Packard <keithp@keithp.com>
* Rename Connect as Open, make it work. Add SHM SyncFencesKeith Packard2013-05-131-0/+16
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Initial DRI3 protocol headersKeith Packard2013-04-091-4/+7
| | | | | | Just getting started Signed-off-by: Keith Packard <keithp@keithp.com>
* Initial DRI3 protocol specificationKeith Packard2013-02-191-0/+296
Signed-off-by: Keith Packard <keithp@keithp.com>