summaryrefslogtreecommitdiff
path: root/src/i830_video.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson1-87/+0
2010-04-08i965 Xv: fix chroma pitchDaniel Vetter1-1/+1
2010-01-07Xv: kill unnecessary parameters for hw PutImage functionsDaniel Vetter1-2/+0
2010-01-07Xv: split up I830PutImage into textured and !textured caseDaniel Vetter1-0/+1
2009-10-15Xv overlay: remove some more dead stuff from ums overlay supportDaniel Vetter1-9/+3
2009-10-08Rename the xv pPriv to adaptor_priv to reflect whose private it is.Eric Anholt1-5/+10
2009-10-08Call pPixmaps plain old pixmaps.Eric Anholt1-2/+2
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt1-4/+4
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt1-2/+2
2009-10-06Move to kernel coding style.Eric Anholt1-36/+34
2009-10-05Xv: rework overlay buffer managementDaniel Vetter1-4/+4
2009-10-05Xv: kill hw double buffering logicDaniel Vetter1-7/+3
2009-10-05Xv: use is_planar_fourcc helper some moreDaniel Vetter1-0/+2
2009-03-06Xv: free tearing on textured videoXiang, Haihao1-0/+2
2009-02-18Make Xv used a buffer object instead of i830_memory.Kristian Høgsberg1-1/+1
2008-12-04Remove the extra memory allocation for 965 video state now that it's all in BOs.Eric Anholt1-6/+0
2008-12-04Move i965 video cc state to BOs.Eric Anholt1-0/+1
2008-06-28xvmc: Don't copy on xvmc surface in PutImageZhenyu Wang1-1/+1
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt1-14/+14
2008-02-25Fix overlay rotationZhenyu Wang1-0/+1
2007-10-17intel: make block handler hook happen no matter what video is in useDave Airlie1-0/+3
2007-08-17Use i830_memory.c instead of the AA's allocator for XV buffers.Eric Anholt1-13/+1
2007-06-05Always ensure the pipe A is lit when activating overlay on pipe B.Keith Packard1-1/+0
2007-05-25Ensure Pipe A is active when enabling overlay the first time.Keith Packard1-0/+1
2007-05-23Use CRTCs instead of pipe indices for video pipe selection.Keith Packard1-1/+2
2006-12-28Draw textured video to the backing pixmap in the composited case.Eric Anholt1-2/+2
2006-12-27Bump the size of the extra space for 965 so it actually fits.Eric Anholt1-1/+1
2006-12-27Make the assert() in i965_video.c actually work and expose an error.Eric Anholt1-0/+5
2006-12-27Move 965 textured-video out to a separate file.Eric Anholt1-0/+8
2006-12-27Bug #7524: Major improvements to EXA/XAA static memory allocation.Eric Anholt1-1/+14
2006-09-27Merge branch 'master' into modesettingEric Anholt1-0/+77
2006-07-18Merge branch 'master' into textured-videoEric Anholt1-0/+76