mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
Adds an augmented version of PresentPixmap supporting explicit synchronization with a direct rendering device. This takes the form of timeline DRM synchronization objects, along with acquire and release points on those timelines. Implementations advertising PresentCapabilitySyncobj will wait for the acquire point to be signaled before executing the PresentPixmap request, and signal the release point after any GPU operations on the pixmap have completed. Signed-off-by: Erik Kurzinger <ekurzinger@nvidia.com>
7 lines
137 B
PkgConfig
7 lines
137 B
PkgConfig
prefix=@prefix@
|
|
includedir=@includedir@
|
|
|
|
Name: PresentProto
|
|
Description: Present extension headers
|
|
Version: 1.4
|
|
Cflags: -I${includedir}
|