summaryrefslogtreecommitdiff
path: root/src/i830_hwmc.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson1-260/+0
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt1-2/+2
2010-04-08XvMC: fix memory overflowDaniel Vetter1-1/+1
2010-04-08XvMC: dynamically allocate adaptorDaniel Vetter1-153/+100
2010-04-08XvMC: directly set driver type in context creationDaniel Vetter1-6/+6
2010-04-08XvMC: init driver in one function callDaniel Vetter1-12/+3
2010-04-08XvMC: move i965 specific stuff to common contextDaniel Vetter1-64/+29
2010-04-08XvMC: move i915 specific stuff to common contextDaniel Vetter1-36/+7
2010-04-08XvMC: unify destroy context functionDaniel Vetter1-23/+6
2010-04-08XvMC: clean up i830_hwmc.cDaniel Vetter1-15/+8
2010-04-08XvMC: unify surface functionsDaniel Vetter1-38/+14
2010-04-08i965 XvMC: don't create any surface state in the ddxDaniel Vetter1-42/+0
2010-04-08XvMC: unify subpicture functionsDaniel Vetter1-26/+9
2010-04-08XvMC: unify PutImage handlingDaniel Vetter1-121/+0
2010-04-08XvMC: merge *_hwmc.c into i830_hwmc.cDaniel Vetter1-0/+481
2010-04-08XvMC: everyone's using execbuffer!Daniel Vetter1-9/+1
2010-03-04XvMC: kill the pinned batchbuffer in the ddx codeDaniel Vetter1-36/+0
2010-03-04i830_memory: rip out field "size"Daniel Vetter1-1/+1
2010-03-04i830_memory: rip out field "offset"Daniel Vetter1-1/+1
2009-10-08Clean up more i830_memory.c madness.Eric Anholt1-1/+1
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt1-19/+19
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt1-17/+17
2009-10-06Move to kernel coding style.Eric Anholt1-109/+109
2009-10-06Remove UMS support.Eric Anholt1-2/+2
2009-07-24XvMC: enable XvMC/XvMC-VLD on IGDNGXiang, Haihao1-1/+1
2009-07-24XvMC: pin XvMC buffers under KMS.Xiang, Haihao1-1/+1
2009-06-29Disable XvMC on 915G/GM in KMSZhenyu Wang1-0/+4
2009-05-18 DRI2 for XvMCXiang Hai hao1-10/+22
2009-05-18Merge branch 'master' into xvmc-vldZou Nan hai1-1/+1
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt1-1/+1
2009-03-25 XvMC VLD extension support for G4XZou Nan hai1-0/+2
2008-12-04Disable XvMC on DRI2 for nowZhenyu Wang1-0/+6
2008-11-27Merge branch '965-xvmc'Zou Nan hai1-2/+0
2008-06-28xvmc: Don't copy on xvmc surface in PutImageZhenyu Wang1-1/+1
2008-06-28xvmc: enlarge batch buffer sizeZhenyu Wang1-1/+2
2008-06-24 965 xvmc, current only frame based DCT_type supportZou Nan hai1-5/+2
2008-01-02xvmc: setup driver info for XvMCGetDRInfo requestZhenyu Wang1-0/+5
2007-12-25xvmc: consolidate put surface interfacesZhenyu Wang1-6/+0
2007-11-29xvmc: add "XvMC" option, default is false.Zhenyu Wang1-1/+3
2007-11-29xvmc: move batch buffer init/fini code into genericZhenyu Wang1-0/+35
2007-11-15xvmc: some code clean upZhenyu Wang1-2/+2
2007-10-08move some definition out of i915 specific headerZhenyu Wang1-0/+1
2007-09-29rename xvmc init function namesZhenyu Wang1-2/+2
2007-09-26Revert to origin xvmc setup stepsZhenyu Wang1-4/+12
2007-09-26Log xvmc driver nameZhenyu Wang1-1/+2
2007-09-26comment out i965_xvmc_driver for nowZhenyu Wang1-0/+2
2007-09-26Create xvmc driver interfaceZhenyu Wang1-0/+106