summaryrefslogtreecommitdiff
path: root/src/i830_video.c
AgeCommit message (Expand)Author
2008-12-05Remove 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
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