summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xvmc-softpipe
Commit message (Collapse)AuthorAgeFilesLines
* vl: move winsys helper out of winsys directoryChristian König2012-03-281-1/+1
| | | | | | | | | 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]>
* xvmc-softpipe: remove LLVM_LIBSMarek Olšák2011-07-181-1/+1
| | | | | | this is added conditionally in Makefile.xmvc Spotted by Chris Rankin.
* [g3dvl] softpipe now needs the llvm libsChristian König2011-05-161-1/+1
|
* vl: creating cleaner way of naming librariesThomas Balling Sørensen2010-10-261-0/+2
|
* vl: Get softpipe working again.Younes Manton2010-05-231-0/+19
Still segfaults on softpipe->destroy() in the draw module when freeing a vertex buffer.