summaryrefslogtreecommitdiff
path: root/src/xvmc
AgeCommit message (Expand)AuthorFilesLines
2008-06-04xvmc: move block size lookup helper to genericZhenyu Wang3-13/+74
2008-06-03xvmc: a little cleanupZhenyu Wang1-2/+2
2008-06-03xvmc: remove unused dri drawableZhenyu Wang5-252/+2
2008-05-06Only check xvmc lib when xvmc is enabled.Zhenyu Wang1-1/+1
2008-03-26More compile warning fixes.Paulo Cesar Pereira de Andrade6-87/+66
2008-03-21xvmc: fix distcheckZhenyu Wang1-0/+2
2008-03-13nuke unneed error_base and event_baseZhenyu Wang1-36/+32
2008-03-13remove unused init/fini hooks for xvmc driverZhenyu Wang2-16/+0
2008-03-12Pass default visual in dri context createZhenyu Wang2-3/+2
2008-01-02xvmc: add context id info in debug/traceZhenyu Wang3-9/+14
2007-12-28xvmc: move drmOpen earlierZhenyu Wang1-16/+8
2007-12-25xvmc: consolidate put surface interfacesZhenyu Wang3-73/+161
2007-12-24xvmc: store XvMCContext pointer instead of context_id in internal ctx listZhenyu Wang2-5/+4
2007-12-20xvmc: add disable xvmc build supportZhenyu Wang1-1/+1
2007-12-20xvmc: handle surface create/destory in generic codeZhenyu Wang3-25/+15
2007-12-20xvmc: move dri context handling to generic codeZhenyu Wang6-70/+140
2007-11-16xvmc: add xvmc decoder type stringZhenyu Wang2-10/+23
2007-11-16xvmc: move some i915 context destroy code to generic functionZhenyu Wang2-16/+16
2007-11-16xvmc: clean batch buffer finishZhenyu Wang3-7/+3
2007-11-16xvmc: remove i915 drm map typeZhenyu Wang1-19/+8
2007-11-16xvmc: more i915 xvmc cleanupsZhenyu Wang2-416/+125
2007-11-15xvmc: intel_xvmc.c cleanupsZhenyu Wang1-792/+317
2007-11-15xvmc: remove unused SAREAPTR macroZhenyu Wang1-4/+0
2007-11-15xvmc: i915 rename filesZhenyu Wang3-3/+3
2007-11-15xvmc: move locking code into generic placeZhenyu Wang4-101/+95
2007-11-15xvmc: oops, should first map batch buffer before initZhenyu Wang1-8/+8
2007-11-15xvmc: move batch buffer init/fini to intel_batchbuffer.cZhenyu Wang4-23/+30
2007-11-14xvmc: attempt to move batch buffer code out of i915 privateZhenyu Wang6-141/+144
2007-10-26Fix DRI context creation for XvMCZhenyu Wang1-8/+5
2007-10-26try to move some fields to xvmc driver structureZhenyu Wang5-190/+90
2007-10-24fix xvmc return valuesZhenyu Wang3-44/+56
2007-10-23add missing license header for new filesZhenyu Wang2-22/+72
2007-10-23split xvmc user lib chipset driversZhenyu Wang4-348/+1519
2007-10-08move some definition out of i915 specific headerZhenyu Wang3-32/+34
2007-09-26clean up err reportZhenyu Wang3-47/+61
2007-09-19Merge branch 'master' into xvmc-i915Zhenyu Wang1-0/+1
2007-08-28Limit TV formats to those supported by current connectionKeith Packard1-0/+1
2007-08-08explicit say "unsigned int"Zhenyu Wang2-70/+70
2007-08-08remove xvmc attributesZhenyu Wang2-143/+2
2007-07-20lock display when creating contextXiang, Haihao1-1/+4
2007-07-19add copyrightXiang, Haihao4-27/+109
2007-07-19block some signals within critical section to avoidXiang, Haihao2-26/+78
2007-07-191. The pitches for y/u/v surfaces are 1024bytes aligned.Xiang, Haihao2-141/+49
2007-07-191. clean coderoot3-143/+144
2007-07-19a fix for 945G/945GMroot2-14/+121
2007-07-191. using batch bufferroot4-125/+323
2007-07-19fix a bug related to display surfaceXiang, Haihao1-39/+12
2007-07-19fix some bugsXiang, Haihao2-130/+142
2007-07-19Release resource allocated for surface/subpictureXiang, Haihao1-2/+11
2007-07-19fix some bugsXiang, Haihao3-173/+265