Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12-24 | xvmc: store XvMCContext pointer instead of context_id in internal ctx list | Zhenyu Wang | |
2007-12-20 | xvmc: add disable xvmc build support | Zhenyu Wang | |
Move xvmc source files under XVMC config | |||
2007-12-20 | xvmc: handle surface create/destory in generic code | Zhenyu Wang | |
2007-12-20 | xvmc: move dri context handling to generic code | Zhenyu Wang | |
Use XvMCContext's context_id for dri context handling instead of driver private id. Remove unnecessary field for i915 private structs. | |||
2007-11-16 | xvmc: add xvmc decoder type string | Zhenyu Wang | |
2007-11-16 | xvmc: move some i915 context destroy code to generic function | Zhenyu Wang | |
2007-11-16 | xvmc: clean batch buffer finish | Zhenyu Wang | |
2007-11-16 | xvmc: remove i915 drm map type | Zhenyu Wang | |
2007-11-16 | xvmc: more i915 xvmc cleanups | Zhenyu Wang | |
2007-11-15 | xvmc: intel_xvmc.c cleanups | Zhenyu Wang | |
2007-11-15 | xvmc: remove unused SAREAPTR macro | Zhenyu Wang | |
2007-11-15 | xvmc: i915 rename files | Zhenyu Wang | |
2007-11-15 | xvmc: move locking code into generic place | Zhenyu Wang | |
2007-11-15 | xvmc: oops, should first map batch buffer before init | Zhenyu Wang | |
2007-11-15 | xvmc: move batch buffer init/fini to intel_batchbuffer.c | Zhenyu Wang | |
2007-11-14 | xvmc: attempt to move batch buffer code out of i915 private | Zhenyu Wang | |
2007-10-26 | Fix DRI context creation for XvMC | 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-24 | fix xvmc return values | Zhenyu Wang | |
Use values defined by xvmc lib spec | |||
2007-10-23 | add missing license header for new files | Zhenyu Wang | |
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-26 | clean up err report | Zhenyu Wang | |
Still need to clean up return value for XvMC API | |||
2007-09-19 | Merge branch 'master' into xvmc-i915 | Zhenyu Wang | |
Conflicts: src/i830.h src/i830_memory.c | |||
2007-08-28 | Limit TV formats to those supported by current connection | Keith Packard | |
2007-08-08 | explicit say "unsigned int" | Zhenyu Wang | |
2007-08-08 | remove xvmc attributes | Zhenyu Wang | |
We don't have extra attributes than Xv port. | |||
2007-07-20 | lock display when creating context | Xiang, Haihao | |
2007-07-19 | add copyright | Xiang, Haihao | |
2007-07-19 | block some signals within critical section to avoid | Xiang, Haihao | |
dead lock. | |||
2007-07-19 | 1. The pitches for y/u/v surfaces are 1024bytes aligned. | Xiang, Haihao | |
2. clean code | |||
2007-07-19 | 1. clean code | root | |
2. fix an error in map_state | |||
2007-07-19 | a fix for 945G/945GM | root | |
2007-07-19 | 1. using batch buffer | root | |
2. implement macroblock_ipicture instruction 3. 16bit INTRA block | |||
2007-07-19 | fix a bug related to display surface | Xiang, Haihao | |
2007-07-19 | fix some bugs | Xiang, Haihao | |
2007-07-19 | Release resource allocated for surface/subpicture | Xiang, Haihao | |
2007-07-19 | fix some bugs | Xiang, Haihao | |
2007-07-19 | fix some bugs | Xiang, Haihao | |
2007-07-19 | enable XvMC for i915 | Xiang, Haihao | |
2007-03-30 | Don't forget the warnings CFLAGS in subdirectories. | Eric Anholt | |
2007-03-04 | Merge branch 'modesetting' | Eric Anholt | |
Conflicts: configure.ac src/i830_driver.c src/i830_modes.c src/i830_video.c | |||
2007-01-13 | Tweak to bug #9639 | root | |
2007-01-13 | Fix bug #9639, i810 XvMC needs linking against libdrm. | Alan Hourihane | |
2006-04-10 | Save/restore PFIT_CONTROL. Eliminate compiler warnings | Keith Packard | |
2006-04-06 | Move .cvsignore to .gitignore | Eric Anholt | |
2005-11-21 | Add .cvsignores for drivers. | Eric Anholt | |
2005-09-22 | Don't build xvmc module if DRI support is not present | Alan Coopersmith | |
2005-08-29 | Add i810 XvMC support, it passes distcheck for me. | Dave Airlie | |