diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2004-11-13 11:09:23 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2004-11-13 11:09:23 +0000 |
commit | 3b0dce3620e4cce74c3a2c7f9077cc28be11740d (patch) | |
tree | 6f855232c653371de4138c769d798e5fa2a7d783 /Xext/xvmcext.h | |
parent | a97548b1c9bb69b5824609c1da1ad66c3a9c5065 (diff) |
lib/XvMC/Imake
Added support for automatic loading of the correct hardware XvMC driver.
This involves a protocol extension of the XvMC protocol. The XvMC
revision number was bumped.
Diffstat (limited to 'Xext/xvmcext.h')
-rw-r--r-- | Xext/xvmcext.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Xext/xvmcext.h b/Xext/xvmcext.h index 6b39d1356..ffa85e112 100644 --- a/Xext/xvmcext.h +++ b/Xext/xvmcext.h @@ -108,4 +108,9 @@ int XvMCScreenInit(ScreenPtr pScreen, int num, XvMCAdaptorPtr adapt); XvImagePtr XvMCFindXvImage(XvPortPtr pPort, CARD32 id); +int xf86XvMCRegisterDRInfo(ScreenPtr pScreen, char *name, + char *busID, int major, int minor, + int patchLevel); + + #endif /* _XVMC_H */ |