summaryrefslogtreecommitdiff
path: root/src/i830_video.c
AgeCommit message (Expand)Author
2010-01-02attempt to make this build with xserver 1.7 and later.obsd-2.7Matthieu Herrb
2009-05-08Fix crash with XV with large virtual displayAlbert Damen
2009-04-07Don't clip video to CRTC in the case of textured videoCarl Worth
2009-04-06Fix new video sync-to-blank code for multi-headCarl Worth
2009-04-06Remove support for 'auto'(-1) value of XV_SYNC_TO_VBLANKCarl Worth
2009-04-06Use WAIT_FOR_SCAN_LINE instead of WAIT_FOR_VBLANKCarl Worth
2009-03-31Fix VT switch with XV overlay video enabled.Kalev Lember
2009-03-16Fix Xv crash with overlay video.Kalev Lember
2009-03-06unused variable warning fix.Eric Anholt
2009-03-06Use REGION_EQUAL in place of a local implementation.Eric Anholt
2009-03-06nuke unused define.Eric Anholt
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt
2009-03-06Xv: free tearing on textured videoXiang, Haihao
2009-02-25XvMC: fix broken xvmc on 965Xiang, Haihao
2009-02-24Remove a handful of unused variable warnings.Kristian Høgsberg
2009-02-20Access the Xv buffer through the GTT for the non-KMS case.Kristian Høgsberg
2009-02-20Dont allocate overlay registers in KMS mode.Kristian Høgsberg
2009-02-18Make Xv used a buffer object instead of i830_memory.Kristian Høgsberg
2009-01-06Make i830_allocate_memory take tiling parameters.Keith Packard
2008-12-04Remove the extra memory allocation for 965 video state now that it's all in BOs.Eric Anholt
2008-11-27Merge branch '965-xvmc'Zou Nan hai
2008-11-05Add an option to make the overlay be the first XV adaptor.Maxim Levitsky
2008-09-29Use uintptr_t instead of uint64_t to hold pointer valueKeith Packard
2008-09-18Bug #17277: fix upscaling limitDavid Schleef
2008-08-11 [i965-xvmc] bypass copy when put image with xvmcroot
2008-08-08Initial port of kernel modesetting from old intel-kernelmode branchJesse Barnes
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard
2008-06-28xvmc: Don't copy on xvmc surface in PutImageZhenyu Wang
2008-06-17Add support for Intel 4 series chipsets.Zhenyu Wang
2008-04-23Overlay video doesn't require that the target pixmap be in video memory.Keith Packard
2008-04-13Only use FOURCC_XVMC when INTEL_XVMC is definedKeith Packard
2008-04-13Skip copying on FOURCC_XVMC surfacesKeith Packard
2008-04-10Single memcpy when pitches align on planar image transferKeith Packard
2008-04-10Add planer video decode kernelKeith Packard
2008-04-08Bug #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