GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XPresentQueryCapabilities(3) FreeBSD Library Functions Manual XPresentQueryCapabilities(3)

XPresentQueryCapabilities - query capabilities of a CRTC

#include <X11/extensions/Xpresent.h>

uint32_t XPresentQueryCapabilities (Display *display,	XID target);

XPresentQueryCapabilities returns a bitmask of the supported capabilities for the target CRTC. If target is a CRTC, then it is used as the target CRTC. If target is a WINDOW, then the target CRTC is selected by the X server from among the CRTCs on the screen specified by the window.

PresentCapabilityAsync means that the target device can flip the scanout buffer mid-frame instead of waiting for a vertical blank interval. The precise latency between the flip request and the actual scanout transition is not defined by this specification, but is intended to be no more than a few scanlines.

PresentCapabilityFence means that the target device can take advantage of SyncFences in the Present operations to improve GPU throughput. The driver must operate correctly in the absence of fences, but may have reduced performance. Using fences for drivers not advertising this capability should have no performance impact.

PresentCapabilityUST means that the target device can scanout the image at an arbitrary UST time value, and is not driven by a periodic scanout timer. Applications specifying UST times for XPresentPixmap(3) can expect that their image will appear to the user within a short amount of time from that specified in the request. The precise accuracy of the scanout time is not defined by the extension, but is expected to be on the order of milliseconds or less.

Xpresent(3), XPresentNotifyMSC(3), XPresentPixmap(3), XPresentSelectInput(3)

Keith Packard, Intel

libXpresent 1.0.1 X Version 11

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.