summaryrefslogtreecommitdiff
path: root/src/i830_video.c
AgeCommit message (Expand)Author
2008-04-12Single memcpy when pitches align on planar image transferKeith Packard
2008-04-09Bug #15219: Fix default overlay CSC factors, and use BT709 if available.David Schleef
2008-03-28Disable overlay on new mobile chipsetZhenyu Wang
2008-03-26More compile warning fixes.Paulo Cesar Pereira de Andrade
2008-03-24Fix crash triggered by dpms low power mode with hardware overlay runningMaxim Levitsky
2008-03-18Merge branch 'master' into xvmcZhenyu Wang
2008-03-14Change OUT_RING and similar calls to OUT_BATCH for batchbuffer mergeEric Anholt
2008-03-13Merge branch 'master' into xvmcZhenyu Wang
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-03-11Add support for brightness control to i915 textured video output.Eric Anholt
2008-03-11Crack down on warnings.Kristian Høgsberg
2008-03-11Merge branch 'master' into xvmcZhenyu Wang
2008-03-07Enable hardware overlay on 965Jesse Barnes
2008-02-25Fix overlay rotationZhenyu Wang
2008-02-05Fix build warnings on 64 bitJesse Barnes
2007-12-25xvmc: consolidate put surface interfacesZhenyu Wang
2007-12-20xvmc: add disable xvmc build supportZhenyu Wang
2007-12-19Merge branch 'master' into xvmcZhenyu Wang
2007-12-18Always set pPriv->buf to NULL after freeing the memory it pointed to.Michel Dänzer
2007-11-15xvmc: some code clean upZhenyu Wang
2007-11-09Merge branch 'master' into xvmcZhenyu Wang
2007-11-08Clear current video crtc on DPMS offJesse Barnes
2007-11-08Fix overlay destination clampingJesse Barnes
2007-10-23Merge branch 'master' into xvmcZhenyu Wang
2007-10-17intel: make block handler hook happen no matter what video is in useDave Airlie
2007-10-11Fix potential use-after-free in XV overlay code on video stop.Eric Anholt
2007-10-08move some definition out of i915 specific headerZhenyu Wang
2007-09-29rename xvmc init function namesZhenyu Wang
2007-09-26Revert to origin xvmc setup stepsZhenyu Wang
2007-09-26Fix pixmap offsetHong Liu
2007-09-26Create xvmc driver interfaceZhenyu Wang
2007-09-20Fix pixmap offsetHong Liu
2007-09-19Merge branch 'master' into xvmc-i915Zhenyu Wang
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-08-07code cleanupsZhenyu Wang
2007-07-23only enable xvmc for 915/945/G33Xiang, Haihao
2007-07-20don't initialize XvMC if xv is disabled.Xiang, Haihao
2007-07-19block some signals within critical section to avoidXiang, Haihao
2007-07-191. The pitches for y/u/v surfaces are 1024bytes aligned.Xiang, Haihao
2007-07-191. clean coderoot
2007-07-19fix some bugsXiang, Haihao
2007-07-19fix some bugsXiang, Haihao
2007-07-19enable XvMC for i915Xiang, Haihao
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