Age | Commit message (Expand) | Author |
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 |
2007-01-24 | Fix a possible failure to misalign video allocation in XAA. | Eric Anholt |
2007-01-11 | Restore legacy overlay size limits, due to card hangs at larger sizes. | Eric Anholt |
2007-01-11 | Bug #8845: Unify all our XV ports to 1920x1088 maximum size. | Eric Anholt |
2007-01-10 | Formalize sync interface | Wang Zhenyu |
2007-01-06 | More sparse cleanups: | Jesse Barnes |
2006-12-28 | In EXA mode, force backing pixmaps into memory when doing XV to them. | Eric Anholt |
2006-12-28 | Draw textured video to the backing pixmap in the composited case. | Eric Anholt |
2006-12-27 | Remove the nasty #define away of ErrorF in i830_video.c. | Eric Anholt |
2006-12-27 | Fix operator precedence issue that stuck 965 t-v state into the front buffer. | Eric Anholt |
2006-12-27 | Fix discrepancy between XAA/EXA linear allocations that broke EXA XV. | Eric Anholt |
2006-12-27 | Make the assert() in i965_video.c actually work and expose an error. | Eric Anholt |
2006-12-27 | Move 965 textured-video out to a separate file. | Eric Anholt |
2006-12-27 | Bug #7524: Major improvements to EXA/XAA static memory allocation. | Eric Anholt |
2006-12-13 | Move xf86CrtcConfig to ScrnInfo private. | Keith Packard |
2006-12-12 | Move PrintErrorState and CheckInheritedErrors code to i830_debug.c. | Eric Anholt |
2006-12-11 | Move the overlay mode switch status updates to when we enable/disable crtcs. | Eric Anholt |
2006-12-11 | Remove dead remnants of old clone mode support. | Eric Anholt |
2006-11-30 | Merge branch 'restructure-outputs' into modesetting. | Keith Packard |