Module Name: xsrc Committed By: mrg Date: Tue Nov 23 09:01:19 UTC 2010
Modified Files: xsrc/external/mit/xf86-video-intel/dist/src: i810_driver.c i830_dri.c i830_driver.c i830_video.c Log Message: #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. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/mit/xf86-video-intel/dist/src/i810_driver.c \ xsrc/external/mit/xf86-video-intel/dist/src/i830_driver.c \ xsrc/external/mit/xf86-video-intel/dist/src/i830_video.c cvs rdiff -u -r1.1.1.2 -r1.2 \ xsrc/external/mit/xf86-video-intel/dist/src/i830_dri.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.