aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/Makefile.vdpau
Commit message (Collapse)AuthorAgeFilesLines
* st/vdpau: Link vdpau targets with librt to avoid unresolved symbols error ↵Emeric Grange2011-09-251-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 requestedMarek Olšák2011-07-151-1/+8
| | | | Signed-off-by: Christian König <[email protected]>
* vdpau: rename vdpau driver to r600/softpieChristian König2011-05-181-1/+0
|
* vdpau: add vdpau-r600 targetChristian König2011-03-191-0/+1
|
* vdpau changesThomas Balling Sørensen2010-07-141-4/+5
|
* st/vdpau: Initial commit.Younes Manton2010-06-271-0/+61
Enough plumbing here to get vdpauinfo working.