summaryrefslogtreecommitdiff
path: root/src/i915_hwmc.c
AgeCommit message (Expand)Author
2010-04-08XvMC: merge *_hwmc.c into i830_hwmc.cDaniel Vetter
2010-04-08i915 XvMC: kill more subpict support remnantsDaniel Vetter
2010-03-04i915 XvMC: kill dead codeDaniel Vetter
2010-03-04i915_hwmc: Remove dead code.Carl Worth
2010-03-04XvMC: kill the pinned batchbuffer in the ddx codeDaniel Vetter
2010-03-04i915 XvMC: kill pinned surface buffer in the ddx codeDaniel Vetter
2010-03-04i915 XvMC: kill pinned per-context buffers in the ddx codeDaniel Vetter
2010-03-04i915 XvMC: switch surfaces to drm_intel_boDaniel Vetter
2010-03-04i830_memory: rip out field "size"Daniel Vetter
2010-03-04i830_memory: kill i830_desribe_allocationsDaniel Vetter
2010-03-04i830_memory: rip out field "offset"Daniel Vetter
2010-02-20Remove more DRI1 dead code.Eric Anholt
2009-10-08Clean up more i830_memory.c madness.Eric Anholt
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt
2009-10-06Move to kernel coding style.Eric Anholt
2009-10-06Remove UMS support.Eric Anholt
2009-07-28intel: remove unneeded includesDave Airlie
2009-07-24XvMC: pin XvMC buffers under KMS.Xiang, Haihao
2009-05-18 DRI2 for XvMCXiang Hai hao
2008-06-28xvmc: Don't copy on xvmc surface in PutImageZhenyu Wang
2008-06-28xvmc: only allocate memory requiring physical address on 915GZhenyu Wang
2008-06-28xvmc: formalize surface type definitionZhenyu Wang
2008-06-03xvmc: a little cleanupZhenyu Wang
2008-03-26More compile warning fixes.Paulo Cesar Pereira de Andrade
2008-03-12disable memory alloc debugZhenyu Wang
2007-12-25xvmc: consolidate put surface interfacesZhenyu Wang
2007-12-20xvmc: move dri context handling to generic codeZhenyu Wang
2007-11-29xvmc: move batch buffer init/fini code into genericZhenyu Wang
2007-11-15xvmc: some code clean upZhenyu Wang
2007-11-15xvmc: take out batch buffer handling codeZhenyu Wang
2007-11-14xvmc: attempt to move batch buffer code out of i915 privateZhenyu Wang
2007-10-26try to move some fields to xvmc driver structureZhenyu Wang
2007-10-22revert xvmc memory allocation hacksZhenyu Wang
2007-10-23split xvmc user lib chipset driversZhenyu Wang
2007-10-15Merge branch 'xvmc' of git+ssh://zhen@people.freedesktop.org/~zhen/xf86-video...Zhenyu Wang
2007-10-08use field name to initialize i915 xvmc driverZhenyu Wang
2007-10-08move some definition out of i915 specific headerZhenyu Wang
2007-10-08Temp work around ttm allocation for xvmc, which should be fixed later.Zhenyu Wang
2007-09-26fix i915 xvmc devPrivate referenceZhenyu Wang
2007-09-26Create xvmc driver interfaceZhenyu Wang
2007-08-10disable subpicture initialZhenyu Wang
2007-08-08check early if we have slot left for new context or surfaceZhenyu Wang
2007-08-08I missed to remove port attributes wrapperZhenyu Wang
2007-08-08explicit say "unsigned int"Zhenyu Wang
2007-08-08remove xvmc attributesZhenyu Wang
2007-08-07code cleanupsZhenyu Wang
2007-07-19add copyrightXiang, 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