Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-02 | xvmc: setup driver info for XvMCGetDRInfo request | Zhenyu Wang | |
User don't need to have XvMCConfig file then, if ld.so can find libIntelXvMC.so in ld path. | |||
2007-12-25 | xvmc: consolidate put surface interfaces | Zhenyu Wang | |
Make surface list track like context list, and move generic PutSurface code out of i915. So MC driver just needs to fill specific the command params, and we can get one single type of intel xvmc command to issue, ddx driver's put_image_size got removed. Fix last commit with missing XvMCContext assignment. Fix priv_data free with apropriate X11 XFree. | |||
2007-11-29 | xvmc: move batch buffer init/fini code into generic | Zhenyu Wang | |
2007-11-15 | xvmc: some code clean up | Zhenyu Wang | |
2007-11-14 | xvmc: attempt to move batch buffer code out of i915 private | Zhenyu Wang | |
2007-10-26 | try to move some fields to xvmc driver structure | Zhenyu Wang | |
Still a lot of things to move include batch buffer, lock, context, surface resource handling, etc. | |||
2007-10-23 | split xvmc user lib chipset drivers | Zhenyu Wang | |
2007-10-08 | move some definition out of i915 specific header | Zhenyu Wang | |
2007-09-29 | rename xvmc init function names | Zhenyu Wang | |
2007-09-26 | Revert to origin xvmc setup steps | Zhenyu Wang | |
We have to grab xvadaptor's PutImage earlier than xv init, otherwise no chance to do that.. | |||
2007-09-26 | comment out i965_xvmc_driver for now | Zhenyu Wang | |
2007-09-26 | Create xvmc driver interface | Zhenyu Wang | |
convert i915 to new xvmc driver interface |