summaryrefslogtreecommitdiff
path: root/src/xvmc/Makefile.am
AgeCommit message (Collapse)Author
2009-03-11Fix dist of xvmc sourcesDan 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-19xvmc: fix up needed libsPeter Alfredsen
2008-11-27Merge branch '965-xvmc'Zou Nan hai
Conflicts: src/common.h src/i830_hwmc.c src/i830_video.c
2008-09-23 [965-xvmc] IGD supportZou Nan hai
2008-08-27 [965-xvmc] support field prediction and dct type, optimize in GPUZou Nan hai
2008-06-24 965 xvmc, current only frame based DCT_type supportZou Nan hai
2008-06-12Require 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-04xvmc: add render dump functionZhenyu Wang
2008-06-03xvmc: remove unused dri drawableZhenyu Wang
2008-05-06Only 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-21xvmc: fix distcheckZhenyu Wang
Add i915 headers in Makefile.am
2007-12-20xvmc: add disable xvmc build supportZhenyu Wang
Move xvmc source files under XVMC config
2007-11-15xvmc: i915 rename filesZhenyu Wang
2007-10-23split xvmc user lib chipset driversZhenyu Wang
2007-09-26clean up err reportZhenyu Wang
Still need to clean up return value for XvMC API
2007-07-19enable XvMC for i915Xiang, Haihao
2007-03-30Don't forget the warnings CFLAGS in subdirectories.Eric Anholt
2007-01-13Tweak to bug #9639root
2007-01-13Fix bug #9639, i810 XvMC needs linking against libdrm.Alan Hourihane
2005-09-22Don't build xvmc module if DRI support is not presentAlan Coopersmith
2005-08-29Add i810 XvMC support, it passes distcheck for me.Dave Airlie