Age | Commit message (Expand) | Author | Files | Lines |
2008-07-21 | xvmc: Don't copy on xvmc surface in PutImage | Zhenyu Wang | 1 | -6/+2 |
2008-07-21 | xvmc: only allocate memory requiring physical address on 915G | Zhenyu Wang | 1 | -10/+13 |
2008-07-21 | xvmc: formalize surface type definition | Zhenyu Wang | 1 | -2/+2 |
2008-06-03 | xvmc: a little cleanup | Zhenyu Wang | 1 | -11/+25 |
2008-03-26 | More compile warning fixes. | Paulo Cesar Pereira de Andrade | 1 | -1/+4 |
2008-03-12 | disable memory alloc debug | Zhenyu Wang | 1 | -2/+6 |
2007-12-25 | xvmc: consolidate put surface interfaces | Zhenyu Wang | 1 | -14/+7 |
2007-12-20 | xvmc: move dri context handling to generic code | Zhenyu Wang | 1 | -1/+0 |
2007-11-29 | xvmc: move batch buffer init/fini code into generic | Zhenyu Wang | 1 | -35/+2 |
2007-11-15 | xvmc: some code clean up | Zhenyu Wang | 1 | -85/+78 |
2007-11-15 | xvmc: take out batch buffer handling code | Zhenyu Wang | 1 | -21/+41 |
2007-11-14 | xvmc: attempt to move batch buffer code out of i915 private | Zhenyu Wang | 1 | -15/+16 |
2007-10-26 | try to move some fields to xvmc driver structure | Zhenyu Wang | 1 | -3/+1 |
2007-10-22 | revert xvmc memory allocation hacks | Zhenyu Wang | 1 | -5/+4 |
2007-10-23 | split xvmc user lib chipset drivers | Zhenyu Wang | 1 | -2/+2 |
2007-10-15 | Merge branch 'xvmc' of git+ssh://zhen@people.freedesktop.org/~zhen/xf86-video... | Zhenyu Wang | 1 | -7/+14 |
2007-10-08 | use field name to initialize i915 xvmc driver | Zhenyu Wang | 1 | -7/+6 |
2007-10-08 | move some definition out of i915 specific header | Zhenyu Wang | 1 | -1/+2 |
2007-10-08 | Temp work around ttm allocation for xvmc, which should be fixed later. | Zhenyu Wang | 1 | -6/+12 |
2007-09-26 | fix i915 xvmc devPrivate reference | Zhenyu Wang | 1 | -8/+7 |
2007-09-26 | Create xvmc driver interface | Zhenyu Wang | 1 | -55/+23 |
2007-08-10 | disable subpicture initial | Zhenyu Wang | 1 | -4/+12 |
2007-08-08 | check early if we have slot left for new context or surface | Zhenyu Wang | 1 | -18/+30 |
2007-08-08 | I missed to remove port attributes wrapper | Zhenyu Wang | 1 | -2/+0 |
2007-08-08 | explicit say "unsigned int" | Zhenyu Wang | 1 | -2/+2 |
2007-08-08 | remove xvmc attributes | Zhenyu Wang | 1 | -136/+3 |
2007-08-07 | code cleanups | Zhenyu Wang | 1 | -75/+78 |
2007-07-19 | add copyright | Xiang, Haihao | 1 | -0/+26 |
2007-07-19 | block some signals within critical section to avoid | Xiang, Haihao | 1 | -1/+0 |
2007-07-19 | 1. The pitches for y/u/v surfaces are 1024bytes aligned. | Xiang, Haihao | 1 | -39/+8 |
2007-07-19 | a fix for 945G/945GM | root | 1 | -1/+1 |
2007-07-19 | 1. using batch buffer | root | 1 | -26/+190 |
2007-07-19 | fix a bug related to display surface | Xiang, Haihao | 1 | -4/+1 |
2007-07-19 | fix some bugs | Xiang, Haihao | 1 | -140/+20 |
2007-07-19 | Release resource allocated for surface/subpicture | Xiang, Haihao | 1 | -0/+2 |
2007-07-19 | fix some bugs | Xiang, Haihao | 1 | -46/+108 |
2007-07-19 | fix some bugs | Xiang, Haihao | 1 | -9/+16 |
2007-07-19 | enable XvMC for i915 | Xiang, Haihao | 1 | -0/+932 |