summaryrefslogtreecommitdiff
path: root/src/i830_video.c
AgeCommit message (Expand)Author
2007-10-11Fix potential use-after-free in XV overlay code on video stop.Eric Anholt
2007-09-20Fix pixmap offsetHong Liu
2007-08-17Make sure XV_PIPE is used whenever possible.Keith Packard
2007-08-17Use i830_memory.c instead of the AA's allocator for XV buffers.Eric Anholt
2007-06-21Eliminate some uninitialized variable warningsKeith Packard
2007-06-18Bug #11295: Disable textured video on i915 with framebuffer width too large.Eric Anholt
2007-06-13Fix and enable the 915-class planar textured video path.Eric Anholt
2007-06-06Enable overlay on G33 class chipsetsWang Zhenyu
2007-06-05Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-06-05Always ensure the pipe A is lit when activating overlay on pipe B.Keith Packard
2007-06-04Automatically switch overlay when crtcs are reconfigured.Keith Packard
2007-05-30Extend XV_PIPE range to include new -1 valueKeith Packard
2007-05-27On i830, Pipe B cannot be lit the first time unless Pipe A is running.Keith Packard
2007-05-25Compute and clip to crtc before call to xf86XVClipVideoHelper.Keith Packard
2007-05-25Ensure Pipe A is active when enabling overlay the first time.Keith Packard
2007-05-24Clean up CRTC selection. Remove more overlay blocking.Keith Packard
2007-05-24Eliminate blocking for video overlay.Keith Packard
2007-05-23Reformat i830_video.c to four-space indents.Keith Packard
2007-05-23Clean up overlay management.Keith Packard
2007-05-23Use FLIP_CONTINUE with ~OVERLAY_ENABLE to turn overlay off.Keith Packard
2007-05-23Automatically select crtc based on coverage.Keith Packard
2007-05-23Use CRTCs instead of pipe indices for video pipe selection.Keith Packard
2007-03-04Merge branch 'modesetting'Eric Anholt
2007-02-27Fix typo when assign overlay reg mem pointerWang Zhenyu
2007-02-26Fix XV issues on 965 after the allocation reworkEric Anholt
2007-02-23Rework the video memory allocation.Eric Anholt
2007-01-25Make rotated shadow buffer allocation dynamic.Eric Anholt
2007-01-24Fix a possible failure to misalign video allocation in XAA.Eric Anholt
2007-01-11Restore legacy overlay size limits, due to card hangs at larger sizes.Eric Anholt
2007-01-11Bug #8845: Unify all our XV ports to 1920x1088 maximum size.Eric Anholt
2007-01-10Formalize sync interfaceWang Zhenyu
2007-01-06More sparse cleanups:Jesse Barnes
2006-12-28In EXA mode, force backing pixmaps into memory when doing XV to them.Eric Anholt
2006-12-28Draw textured video to the backing pixmap in the composited case.Eric Anholt
2006-12-27Remove the nasty #define away of ErrorF in i830_video.c.Eric Anholt
2006-12-27Fix operator precedence issue that stuck 965 t-v state into the front buffer.Eric Anholt
2006-12-27Fix discrepancy between XAA/EXA linear allocations that broke EXA XV.Eric Anholt
2006-12-27Make the assert() in i965_video.c actually work and expose an error.Eric Anholt
2006-12-27Move 965 textured-video out to a separate file.Eric Anholt
2006-12-27Bug #7524: Major improvements to EXA/XAA static memory allocation.Eric Anholt
2006-12-13Move xf86CrtcConfig to ScrnInfo private.Keith Packard
2006-12-12Move PrintErrorState and CheckInheritedErrors code to i830_debug.c.Eric Anholt
2006-12-11Move the overlay mode switch status updates to when we enable/disable crtcs.Eric Anholt
2006-12-11Remove dead remnants of old clone mode support.Eric Anholt
2006-11-30Merge branch 'restructure-outputs' into modesetting.Keith Packard
2006-11-30Merge branch 'exa' of ../xf86-video-intel into modesettingEric Anholt
2006-11-27Move crtc/output config to sub-structure.Keith Packard
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard
2006-11-22update port attributes immediately when overlay is on.Alan Hourihane
2006-11-16Merge branch 'master' into modesettingEric Anholt