Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/vdpau: Link vdpau targets with librt to avoid unresolved symbols error ↵ | Emeric Grange | 2011-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | related to the use of the clock_gettime() function This patch fix a "Unresolved Symbols" run time error when using G3DVL through the VDPAU state tracker, by linking the vdpau targets with librt. Reported by Arkadiusz Miśkiewicz. Caused by this commit : commit e911dbb56374edf9f3b7c4cec0cf9a22738bb198 Author: Emeric Grange <[email protected]> Date: Mon Sep 12 23:39:33 2011 +0200 Signed-off-by: Emeric Grange <[email protected]> | ||||
* | gallium/targets: link vdpau, va, and xvmc with LLVM libs when requested | Marek Olšák | 2011-07-15 | 1 | -1/+8 |
| | | | | Signed-off-by: Christian König <[email protected]> | ||||
* | vdpau: rename vdpau driver to r600/softpie | Christian König | 2011-05-18 | 1 | -1/+0 |
| | |||||
* | vdpau: add vdpau-r600 target | Christian König | 2011-03-19 | 1 | -0/+1 |
| | |||||
* | vdpau changes | Thomas Balling Sørensen | 2010-07-14 | 1 | -4/+5 |
| | |||||
* | st/vdpau: Initial commit. | Younes Manton | 2010-06-27 | 1 | -0/+61 |
Enough plumbing here to get vdpauinfo working. |