summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate dri3protoHEADmasterAdam Jackson2018-03-013-47/+4
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
| | | | Signed-off-by: Mihail Konev <k.mvc@ya.ru>
* autogen.sh: use quoted string variablesEmil Velikov2017-01-241-4/+4
| | | | | | | | | Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-241-1/+1
| | | | | | Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2014-06-041-1/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* autogen: use standard autogenDave Airlie2014-05-261-1/+3
| | | | | | so gnome can build this. Signed-off-by: Dave Airlie <airlied@redhat.com>
* config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon2013-11-131-1/+2
| | | | | | | Fix Automake warning: AC_OUTPUT should be used without arguments. www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Add the required README file.Gaetan Nadon2013-11-131-0/+31
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* 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 COPYINGAdam Jackson2013-11-061-0/+19
| | | | | | Text taken from the header file. Signed-off-by: Adam Jackson <ajax@redhat.com>
* Copy the standard .gitignore from other proto packagesAaron Plattner2013-11-011-3/+69
| | | | | Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
* Add FDFromFence requestdri3proto-1.0Keith Packard2013-10-082-1/+61
| | | | | | 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-124-180/+11
| | | | | | 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-203-17/+10
| | | | | | 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-042-45/+119
| | | | | | Pass FD from client to server to avoid a round trip. Signed-off-by: Keith Packard <keithp@keithp.com>
* Return buffer size in BufferFromPixmap replyKeith Packard2013-06-021-1/+1
| | | | | | | The kernel doesn't provide an API to discover the size, so just pass it back in the protocol Signed-off-by: Keith Packard <keithp@keithp.com>
* Add PixmapFromBuffer and BufferFromPixmap encodingsKeith Packard2013-05-312-4/+51
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Rename Connect as Open, make it work. Add SHM SyncFencesKeith Packard2013-05-132-7/+24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add GetSyncShmFD requestKeith Packard2013-05-082-2/+29
| | | | | | | Returns a file descriptor for a shared memory segment containing a sync fence object. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add 'event id' to DRI3 configure notify eventsKeith Packard2013-04-111-1/+3
| | | | | | | | This allows multiple subsystems within the application to all separately control event delivery. Yes, it could be done client-side, but it's way easier in the server. Signed-off-by: Keith Packard <keithp@keithp.com>
* Initial DRI3 protocol headersKeith Packard2013-04-098-4/+223
| | | | | | 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>