Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-11 | Fix dist of xvmc sources | Dan Nicholson | |
The XVMC AM_CONDITIONAL is only needed around the library expression. None of the other definitons will cause anything to be built without libXvMC, but they're needed for 'make dist'. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> (cherry picked from commit 28e7f0d71fa09e15a68ab4f0de169474b6235093) | |||
2008-12-19 | xvmc: fix up needed libs | Peter Alfredsen | |
2008-11-27 | Merge branch '965-xvmc' | Zou Nan hai | |
Conflicts: src/common.h src/i830_hwmc.c src/i830_video.c | |||
2008-09-23 | [965-xvmc] IGD support | Zou Nan hai | |
2008-08-27 | [965-xvmc] support field prediction and dct type, optimize in GPU | Zou Nan hai | |
2008-06-24 | 965 xvmc, current only frame based DCT_type support | Zou Nan hai | |
2008-06-12 | Require libdrm 2.4.0 always since we need the bufmgr code. | Eric Anholt | |
This lets us remove a lot of conditional compile stuff in the DRI case, as if we're doing DRI and have 2.4.0, we can rely on GEM ioctls existing. | |||
2008-06-04 | xvmc: add render dump function | Zhenyu Wang | |
2008-06-03 | xvmc: remove unused dri drawable | Zhenyu Wang | |
2008-05-06 | Only check xvmc lib when xvmc is enabled. | Zhenyu Wang | |
Don't check xvmc lib if user has already wanted to disable it. Fix fdo bug #15762. | |||
2008-03-21 | xvmc: fix distcheck | Zhenyu Wang | |
Add i915 headers in Makefile.am | |||
2007-12-20 | xvmc: add disable xvmc build support | Zhenyu Wang | |
Move xvmc source files under XVMC config | |||
2007-11-15 | xvmc: i915 rename files | Zhenyu Wang | |
2007-10-23 | split xvmc user lib chipset drivers | Zhenyu Wang | |
2007-09-26 | clean up err report | Zhenyu Wang | |
Still need to clean up return value for XvMC API | |||
2007-07-19 | enable XvMC for i915 | Xiang, Haihao | |
2007-03-30 | Don't forget the warnings CFLAGS in subdirectories. | Eric Anholt | |
2007-01-13 | Tweak to bug #9639 | root | |
2007-01-13 | Fix bug #9639, i810 XvMC needs linking against libdrm. | Alan Hourihane | |
2005-09-22 | Don't build xvmc module if DRI support is not present | Alan Coopersmith | |
2005-08-29 | Add i810 XvMC support, it passes distcheck for me. | Dave Airlie | |