summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xvmc-softpipe
Commit message (Collapse)AuthorAgeFilesLines
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
|
* targets/xvmc-softpipe: Convert to automakeMatt Turner2013-01-103-21/+73
| | | | | | | | v2: Andreas Boll <andreas.boll.dev@gmail.com> - add missing xvmc state tracker to _LIBADD variable v3: Andreas Boll <andreas.boll.dev@gmail.com> - Provide compatibility with scripts for the old Mesa build system
* 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 <deathsimple@vodafone.de>
* 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.