summaryrefslogtreecommitdiff
path: root/src/i830_video.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-28intel: remove unneeded includesDave Airlie1-1/+0
2009-07-13Fix XV scan line calculation when rotated.Barry Scott1-5/+6
2009-07-07Raise XV limit to 2048x2048 to match hardware limits.Simon Farnsworth1-12/+4
2009-07-02Fix segv for clipped movie windowBarry Scott1-6/+16
2009-07-02Xv i830_display_video splitup: extract i830_update_scaling_factorsDaniel Vetter1-83/+86
2009-07-02Xv i830_display_video splitup: extract i830_update_polyphase_coeffsDaniel Vetter1-38/+56
2009-07-02Xv i830_display_video splitup: extract i830_update_dst_box_to_crtc_coordsDaniel Vetter1-42/+53
2009-07-01Xv: kill !textured conditionDaniel Vetter1-2/+1
2009-07-01Xv overlay: implement GAMMA5 errataDaniel Vetter1-6/+21
2009-07-01Xv: kill unneeded indirectionDaniel Vetter1-24/+4
2009-06-24Treat disabled CRTCs as "not covering" for scanline wait purposesJesse Barnes1-8/+7
2009-06-03Replace some pixmap-related idioms with inline functions to do so.Eric Anholt1-8/+2
2009-06-02Sync DRI2 CopyRegion to vertical retraceJesse Barnes1-1/+1
2009-05-26Fix backwards logic on whether to sync to vblank or not.Eric Anholt1-1/+1
2009-05-18Only sync XV to vblank when drawing to the frontbuffer.Eric Anholt1-7/+9
2009-05-14If DRM can't figure out which pipe to sync on, then don't sync at all.Keith Packard1-20/+22
2009-05-14Use libdrm to lookup pipe for tear-free sync of XVCarl Worth1-7/+13
2009-04-28Remove a handful of pointless commentsKristian Høgsberg1-1/+0
2009-04-27Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.Eric Anholt1-4/+4
2009-04-27Remove EXA support.Eric Anholt1-12/+0
2009-04-27Remove XAA support.Eric Anholt1-12/+0
2009-04-21Remember allocated offscreenImages memory for freeing it in CloseScreen()Zdenek Kabelac1-1/+2
2009-04-21Fix crash with XV with large virtual displayAlbert Damen1-0/+1
2009-04-07Don't clip video to CRTC in the case of textured videoCarl Worth1-1/+2
2009-04-06Fix new video sync-to-blank code for multi-headCarl Worth1-2/+5
2009-04-06Remove support for 'auto'(-1) value of XV_SYNC_TO_VBLANKCarl Worth1-18/+1
2009-04-06Use WAIT_FOR_SCAN_LINE instead of WAIT_FOR_VBLANKCarl Worth1-16/+20
2009-03-20Fix VT switch with XV overlay video enabled.Kalev Lember1-5/+8
2009-03-13Fix Xv crash with overlay video.Kalev Lember1-1/+1
2009-03-06unused variable warning fix.Eric Anholt1-1/+0
2009-03-06Use REGION_EQUAL in place of a local implementation.Eric Anholt1-29/+1
2009-03-06nuke unused define.Eric Anholt1-4/+0
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt1-51/+8
2009-03-06Xv: free tearing on textured videoXiang, Haihao1-19/+81
2009-02-25XvMC: fix broken xvmc on 965Xiang, Haihao1-11/+24
2009-02-24Remove a handful of unused variable warnings.Kristian Høgsberg1-3/+0
2009-02-20Access the Xv buffer through the GTT for the non-KMS case.Kristian Høgsberg1-21/+42
2009-02-20Dont allocate overlay registers in KMS mode.Kristian Høgsberg1-1/+6
2009-02-18Make Xv used a buffer object instead of i830_memory.Kristian Høgsberg1-56/+42
2009-01-06Make i830_allocate_memory take tiling parameters.Keith Packard1-3/+4
2008-12-04Remove the extra memory allocation for 965 video state now that it's all in BOs.Eric Anholt1-10/+1
2008-11-27Merge branch '965-xvmc'Zou Nan hai1-0/+17
2008-11-05Add an option to make the overlay be the first XV adaptor.Maxim Levitsky1-2/+10
2008-09-29Use uintptr_t instead of uint64_t to hold pointer valueKeith Packard1-1/+1
2008-09-18Bug #17277: fix upscaling limitDavid Schleef1-5/+9
2008-08-11 [i965-xvmc] bypass copy when put image with xvmcroot1-0/+20
2008-08-08Initial port of kernel modesetting from old intel-kernelmode branchJesse Barnes1-1/+1
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard1-2/+2
2008-06-28xvmc: Don't copy on xvmc surface in PutImageZhenyu Wang1-26/+45
2008-06-17Add support for Intel 4 series chipsets.Zhenyu Wang1-1/+1