summaryrefslogtreecommitdiff
path: root/src/i915_hwmc.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-28intel: remove unneeded includesDave Airlie1-1/+0
2009-07-24XvMC: pin XvMC buffers under KMS.Xiang, Haihao1-10/+10
2009-05-18 DRI2 for XvMCXiang Hai hao1-5/+1
2008-06-28xvmc: Don't copy on xvmc surface in PutImageZhenyu Wang1-6/+2
2008-06-28xvmc: only allocate memory requiring physical address on 915GZhenyu Wang1-10/+13
2008-06-28xvmc: formalize surface type definitionZhenyu Wang1-2/+2
2008-06-03xvmc: a little cleanupZhenyu Wang1-11/+25
2008-03-26More compile warning fixes.Paulo Cesar Pereira de Andrade1-1/+4
2008-03-12disable memory alloc debugZhenyu Wang1-2/+6
2007-12-25xvmc: consolidate put surface interfacesZhenyu Wang1-14/+7
2007-12-20xvmc: move dri context handling to generic codeZhenyu Wang1-1/+0
2007-11-29xvmc: move batch buffer init/fini code into genericZhenyu Wang1-35/+2
2007-11-15xvmc: some code clean upZhenyu Wang1-85/+78
2007-11-15xvmc: take out batch buffer handling codeZhenyu Wang1-21/+41
2007-11-14xvmc: attempt to move batch buffer code out of i915 privateZhenyu Wang1-15/+16
2007-10-26try to move some fields to xvmc driver structureZhenyu Wang1-3/+1
2007-10-22revert xvmc memory allocation hacksZhenyu Wang1-5/+4
2007-10-23split xvmc user lib chipset driversZhenyu Wang1-2/+2
2007-10-15Merge branch 'xvmc' of git+ssh://zhen@people.freedesktop.org/~zhen/xf86-video...Zhenyu Wang1-7/+14
2007-10-08use field name to initialize i915 xvmc driverZhenyu Wang1-7/+6
2007-10-08move some definition out of i915 specific headerZhenyu Wang1-1/+2
2007-10-08Temp work around ttm allocation for xvmc, which should be fixed later.Zhenyu Wang1-6/+12
2007-09-26fix i915 xvmc devPrivate referenceZhenyu Wang1-8/+7
2007-09-26Create xvmc driver interfaceZhenyu Wang1-55/+23
2007-08-10disable subpicture initialZhenyu Wang1-4/+12
2007-08-08check early if we have slot left for new context or surfaceZhenyu Wang1-18/+30
2007-08-08I missed to remove port attributes wrapperZhenyu Wang1-2/+0
2007-08-08explicit say "unsigned int"Zhenyu Wang1-2/+2
2007-08-08remove xvmc attributesZhenyu Wang1-136/+3
2007-08-07code cleanupsZhenyu Wang1-75/+78
2007-07-19add copyrightXiang, Haihao1-0/+26
2007-07-19block some signals within critical section to avoidXiang, Haihao1-1/+0
2007-07-191. The pitches for y/u/v surfaces are 1024bytes aligned.Xiang, Haihao1-39/+8
2007-07-19a fix for 945G/945GMroot1-1/+1
2007-07-191. using batch bufferroot1-26/+190
2007-07-19fix a bug related to display surfaceXiang, Haihao1-4/+1
2007-07-19fix some bugsXiang, Haihao1-140/+20
2007-07-19Release resource allocated for surface/subpictureXiang, Haihao1-0/+2
2007-07-19fix some bugsXiang, Haihao1-46/+108
2007-07-19fix some bugsXiang, Haihao1-9/+16
2007-07-19enable XvMC for i915Xiang, Haihao1-0/+932