Age | Commit message (Expand) | Author |
2007-12-19 | Merge branch 'master' into xvmc | Zhenyu Wang |
2007-12-18 | Always set pPriv->buf to NULL after freeing the memory it pointed to. | Michel Dänzer |
2007-11-15 | xvmc: some code clean up | Zhenyu Wang |
2007-11-09 | Merge branch 'master' into xvmc | Zhenyu Wang |
2007-11-08 | Clear current video crtc on DPMS off | Jesse Barnes |
2007-11-08 | Fix overlay destination clamping | Jesse Barnes |
2007-10-23 | Merge branch 'master' into xvmc | Zhenyu Wang |
2007-10-17 | intel: make block handler hook happen no matter what video is in use | Dave Airlie |
2007-10-11 | Fix potential use-after-free in XV overlay code on video stop. | Eric Anholt |
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 |
2007-09-26 | Fix pixmap offset | Hong Liu |
2007-09-26 | Create xvmc driver interface | Zhenyu Wang |
2007-09-20 | Fix pixmap offset | Hong Liu |
2007-09-19 | Merge branch 'master' into xvmc-i915 | Zhenyu Wang |
2007-08-17 | Make sure XV_PIPE is used whenever possible. | Keith Packard |
2007-08-17 | Use i830_memory.c instead of the AA's allocator for XV buffers. | Eric Anholt |
2007-08-07 | code cleanups | Zhenyu Wang |
2007-07-23 | only enable xvmc for 915/945/G33 | Xiang, Haihao |
2007-07-20 | don't initialize XvMC if xv is disabled. | Xiang, Haihao |
2007-07-19 | block some signals within critical section to avoid | Xiang, Haihao |
2007-07-19 | 1. The pitches for y/u/v surfaces are 1024bytes aligned. | Xiang, Haihao |
2007-07-19 | 1. clean code | root |
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-06-21 | Eliminate some uninitialized variable warnings | Keith Packard |
2007-06-18 | Bug #11295: Disable textured video on i915 with framebuffer width too large. | Eric Anholt |
2007-06-13 | Fix and enable the 915-class planar textured video path. | Eric Anholt |
2007-06-06 | Enable overlay on G33 class chipsets | Wang Zhenyu |
2007-06-05 | Add support for the G33, Q33, and Q35 chipsets. | Wang Zhenyu |
2007-06-05 | Always ensure the pipe A is lit when activating overlay on pipe B. | Keith Packard |
2007-06-04 | Automatically switch overlay when crtcs are reconfigured. | Keith Packard |
2007-05-30 | Extend XV_PIPE range to include new -1 value | Keith Packard |
2007-05-27 | On i830, Pipe B cannot be lit the first time unless Pipe A is running. | Keith Packard |
2007-05-25 | Compute and clip to crtc before call to xf86XVClipVideoHelper. | Keith Packard |
2007-05-25 | Ensure Pipe A is active when enabling overlay the first time. | Keith Packard |
2007-05-24 | Clean up CRTC selection. Remove more overlay blocking. | Keith Packard |
2007-05-24 | Eliminate blocking for video overlay. | Keith Packard |
2007-05-23 | Reformat i830_video.c to four-space indents. | Keith Packard |
2007-05-23 | Clean up overlay management. | Keith Packard |
2007-05-23 | Use FLIP_CONTINUE with ~OVERLAY_ENABLE to turn overlay off. | Keith Packard |
2007-05-23 | Automatically select crtc based on coverage. | Keith Packard |
2007-05-23 | Use CRTCs instead of pipe indices for video pipe selection. | Keith Packard |
2007-03-04 | Merge branch 'modesetting' | Eric Anholt |
2007-02-27 | Fix typo when assign overlay reg mem pointer | Wang Zhenyu |
2007-02-26 | Fix XV issues on 965 after the allocation rework | Eric Anholt |
2007-02-23 | Rework the video memory allocation. | Eric Anholt |
2007-01-25 | Make rotated shadow buffer allocation dynamic. | Eric Anholt |