summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/Makefile.vdpau
Commit message (Collapse)AuthorAgeFilesLines
* Remove gallium targets' Makefile.{dri,vdpau,xorg,xvmc}Matt Turner2013-01-101-71/+0
|
* Remove vdpau hackMatt Turner2013-01-101-2/+0
|
* build: Remove EXTRA_LIB_PATHMatt Turner2012-08-161-1/+1
| | | | You can add extra library paths to LDFLAGS directly.
* targets/{xvmc,vdpau,va}: remove all objects on make cleanMarcin Slusarz2012-04-011-1/+1
|
* vl: move winsys helper out of winsys directoryChristian König2012-03-281-1/+0
| | | | | | | | | They aren't winsys of their own, just help dealing with them. v2: add some more comments in vl_winsys.h Signed-off-by: Christian König <[email protected]>
* vl: use SwapBuffers instead of CopyBuffersChristian König2012-03-011-1/+1
| | | | | | | | | This should speed things up a bit, but also shows some bugs with the kernel implementation. v2: require xcb-dri2 version 1.8 Signed-off-by: Christian König <[email protected]>
* vl: rewrite vl DRI backend using XCBChristian König2012-03-011-1/+1
| | | | | | v2: also set array_size of texture Signed-off-by: Christian König <[email protected]>
* st/vdpau: fix use of *.o in Makefile.vdpauChristian König2012-02-291-2/+2
| | | | Signed-off-by: Christian König <[email protected]>
* targets/va/vdpau/xvmc: don't rebuild target lib every timeMarcin Slusarz2011-10-171-1/+1
| | | | Dependency on target directory caused unnecessary relink. Remove them.
* gallium/targets: use c++ compiler for linkingMarcin Slusarz2011-10-171-2/+7
| | | | | | | | | As pointed out by Michel Dänzer, gcc -lstdc++ doesn't work on all systems, because it may require other libraries which are only pulled in implicitly by g++. And libstdc++ is available only with GNU compiler. Use c++ compiler for linking and remove redundant LDFLAGS += -lstdc++ all over the tree.
* 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.