| 76dfa262 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
#if 0 the code that tries to: - call xf86RegisterResources() - use ResUnusedOpr, ResDisableOpr or ResNone - use racMemFlags member of ScrnInfoPtr{} - set/use CreateBuffers/DestroyBuffers members of DRI2InfoRec{} - one of the two calls to i830_fill_colorkey(). for the other call to i830_fill_colorkey(), update it based upon code seen in xf86-video-intel 2.11.0, and use xf86XVFillKeyHelperDrawable(). i can't see how to get a DrawablePtr for the other call, though. XXX: i'm entirely unsure this will work with xorg-server 1.9.2. there's XXX: a decent chance that everything but i830-based will work, and that XXX: even i830 will work ok, but it really needs to be tested. |