summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/Makefile.xvmc
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove EXTRA_LIB_PATHMatt Turner2012-08-161-1/+1
| | | | You can add extra library paths to LDFLAGS directly.
* st/xvmc: fix library installation dirAlexandre Demers2012-04-041-4/+4
| | | | | | | | | Fixes https://bugs.freedesktop.org/show_bug.cgi?id=47878 v2: some reordering and while at it also fix the comment in Makefile.xvmc Signed-off-by: Christian König <[email protected]>
* 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/xvmc: fix use of *.o in Makefile.xvmcChristian König2012-02-291-2/+2
| | | | Signed-off-by: Christian König <[email protected]>
* st/xvmc: move xvmc state tracker out of xorg subdirChristian König2012-02-251-2/+2
| | | | | | | | The xvmc state tracker is completely seperate and doesn't shares code or anything else with the xorg state tracker. 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-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.