/usr/include/X11/extensions
NameSizeModeActions
ag.h17050644editdlrm
agproto.h51780644editdlrm
bigreqsproto.h19600644editdlrm
bigreqstr.h1870644editdlrm
composite.h31300644editdlrm
compositeproto.h56230644editdlrm
cup.h13530644editdlrm
cupproto.h31930644editdlrm
damageproto.h37320644editdlrm
damagewire.h18930644editdlrm
dbe.h21590644editdlrm
dbeproto.h74950644editdlrm
dmx.h23730644editdlrm
dmxproto.h139470644editdlrm
dpmsconst.h17140644editdlrm
dpmsproto.h48900644editdlrm
dri2proto.h88900644editdlrm
dri2tokens.h24680644editdlrm
dri3proto.h44710644editdlrm
EVI.h15630644editdlrm
evieproto.h42380644editdlrm
EVIproto.h31020644editdlrm
ge.h17820644editdlrm
geproto.h24130644editdlrm
lbx.h22360644editdlrm
lbxproto.h258240644editdlrm
mitmiscconst.h15090644editdlrm
mitmiscproto.h22690644editdlrm
multibufconst.h25750644editdlrm
multibufproto.h89970644editdlrm
panoramiXproto.h57320644editdlrm
presentproto.h57230644editdlrm
presenttokens.h32170644editdlrm
randr.h66350644editdlrm
randrproto.h265190644editdlrm
recordconst.h20710644editdlrm
recordproto.h78930644editdlrm
recordstr.h2580644editdlrm
render.h70200644editdlrm
renderproto.h140810644editdlrm
saver.h19000644editdlrm
saverproto.h52640644editdlrm
secur.h21410644editdlrm
securproto.h33180644editdlrm
shapeconst.h18780644editdlrm
shapeproto.h70340644editdlrm
shapestr.h2520644editdlrm
shm.h16450644editdlrm
shmproto.h63500644editdlrm
shmstr.h21230644editdlrm
syncconst.h67500644editdlrm
syncproto.h115280644editdlrm
syncstr.h56110644editdlrm
vldXvMC.h54220644editdlrm
xcmiscproto.h31790644editdlrm
xcmiscstr.h1850644editdlrm
Xeviestr.h1800644editdlrm
xf86bigfont.h4140644editdlrm
xf86bigfproto.h26500644editdlrm
xf86bigfstr.h1910644editdlrm
xf86dga.h3690644editdlrm
xf86dga1const.h9310644editdlrm
xf86dga1proto.h48560644editdlrm
xf86dga1str.h1910644editdlrm
xf86dgaconst.h25360644editdlrm
xf86dgaproto.h77310644editdlrm
xf86dgastr.h1880644editdlrm
xf86misc.h39020644editdlrm
xf86mscstr.h65090644editdlrm
xf86vm.h21090644editdlrm
xf86vmproto.h169050644editdlrm
xf86vmstr.h1850644editdlrm
xfixesproto.h134300644editdlrm
xfixeswire.h53960644editdlrm
XI.h98230644editdlrm
XI2.h105420644editdlrm
XI2proto.h375180644editdlrm
XIproto.h426220644editdlrm
XKB.h282410644editdlrm
XKBgeom.h156510644editdlrm
XKBproto.h308900644editdlrm
XKBsrv.h280290644editdlrm
XKBstr.h182160644editdlrm
XResproto.h54950644editdlrm
xtestconst.h13920644editdlrm
xtestext1const.h54390644editdlrm
xtestext1proto.h78620644editdlrm
xtestproto.h33860644editdlrm
Xv.h30350644editdlrm
XvMC.h36200644editdlrm
XvMCproto.h48820644editdlrm
Xvproto.h131220644editdlrm
Edit: /usr/include/X11/extensions/dri2tokens.h (2468B)
/* * Copyright © 2008 Red Hat, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Soft- * ware"), to deal in the Software without restriction, including without * limitation the rights to use, copy, modify, merge, publish, distribute, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, provided that the above copyright * notice(s) and this permission notice appear in all copies of the Soft- * ware and that both the above copyright notice(s) and this permission * notice appear in supporting documentation. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- * ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY * RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN * THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE- * QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR- * MANCE OF THIS SOFTWARE. * * Except as contained in this notice, the name of a copyright holder shall * not be used in advertising or otherwise to promote the sale, use or * other dealings in this Software without prior written authorization of * the copyright holder. * * Authors: * Kristian Høgsberg (krh@redhat.com) */ #ifndef _DRI2_TOKENS_H_ #define _DRI2_TOKENS_H_ #define DRI2BufferFrontLeft 0 #define DRI2BufferBackLeft 1 #define DRI2BufferFrontRight 2 #define DRI2BufferBackRight 3 #define DRI2BufferDepth 4 #define DRI2BufferStencil 5 #define DRI2BufferAccum 6 #define DRI2BufferFakeFrontLeft 7 #define DRI2BufferFakeFrontRight 8 #define DRI2BufferDepthStencil 9 #define DRI2BufferHiz 10 /* keep bits 16 and above for prime IDs */ #define DRI2DriverPrimeMask 7 /* 0 - 7 - allows for 6 devices*/ #define DRI2DriverPrimeShift 16 #define DRI2DriverPrimeId(x) (((x) >> DRI2DriverPrimeShift) & (DRI2DriverPrimeMask)) #define DRI2DriverDRI 0 #define DRI2DriverVDPAU 1 /* Event sub-types for the swap complete event */ #define DRI2_EXCHANGE_COMPLETE 0x1 #define DRI2_BLIT_COMPLETE 0x2 #define DRI2_FLIP_COMPLETE 0x3 #endif