summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/Makefile.xvmc
Commit message (Collapse)AuthorAgeFilesLines
* 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-3/+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.
* gallium/targets: link vdpau, va, and xvmc with LLVM libs when requestedMarek Olšák2011-07-151-1/+9
| | | | Signed-off-by: Christian König <[email protected]>
* vl: creating cleaner way of naming librariesThomas Balling Sørensen2010-10-261-3/+2
|
* vl: fix some build issues after the mergeThomas Balling Sørensen2010-10-261-4/+5
|
* First xvmc-r600 implementationChristian König2010-10-231-0/+1
|
* vl: Get nouveau building again.Younes Manton2010-05-291-1/+1
| | | | Still some DRI2 bits to sort out.
* vl: Get softpipe working again.Younes Manton2010-05-231-0/+61
Still segfaults on softpipe->destroy() in the draw module when freeing a vertex buffer.