Age | Commit message (Collapse) | Author |
|
This lets DRI clients convert a fence back into a local object.
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
This renumbers the FenceFromFD request from 5 to 4 as well
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
Make application figure out the right driver on its own.
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
Pass FD from client to server to avoid a round trip.
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
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>
|
|
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
Returns a file descriptor for a shared memory segment containing a
sync fence object.
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
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>
|
|
Just getting started
Signed-off-by: Keith Packard <keithp@keithp.com>
|